#terms h2{
    background-image: url(/assets/img/terms-h2.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
}

.terms-item {
    display: flex;
    margin-bottom: 1.25rem;
}

.terms-item span {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2rem;
    color: #8C8C8C;
    margin-right: 5.625rem;
}

.terms-item p{
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.5rem;
}

.terms-img{
    margin-top: 5.125rem;
}

.terms-img img{
    width: 100%;
    height: auto;
}

@media (max-width: 620px) {
    .terms-item{
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 2rem;
    }
}