.offers-pricing {
    padding: 112px 64px;
    background-size: cover;
}

.offers-pricing .offers-pricing__contents {
    width: 50%;
}

.offers-pricing .offers-pricing__contents .offers-pricing__title {
    line-height: 98%;
    margin-bottom: 24px;
}

.offers-pricing .offers-pricing__contents .offers-pricing__subtitle,
.offers-pricing .offers-pricing__contents .offers-pricing__description {
    line-height: 150%;
}

.offers-pricing__items .offers-pricing__card img {
    width: 134px;
    height: 134px;
    aspect-ratio: 1/1;
    display: block;
    margin-bottom: 24px;
}  
.offers-pricing__card__contents h3 {
    font-family: "Roboto", sans-serif;
}
.offers-pricing__items .offers-pricing__card .offers-pricing__card__included ul {
    margin-block: 31px;
    padding: 0;
    list-style: none;
} 
.offers-pricing__items .offers-pricing__card .offers-pricing__card__included li {
    margin-bottom: 19px;
    position: relative;
    padding-left: 30px;
}

.offers-pricing__items .offers-pricing__card .offers-pricing__card__included li::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    width: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.0635 6.79785C19.1627 6.79788 19.2389 6.82834 19.3174 6.90723C19.396 6.98627 19.4267 7.06364 19.4268 7.16504C19.4268 7.26621 19.3965 7.34439 19.3184 7.42383L9.7002 17.0352C9.618 17.1167 9.54201 17.1455 9.44922 17.1455C9.35658 17.1455 9.28147 17.1173 9.20117 17.0371L4.66602 12.502C4.58904 12.4238 4.56097 12.3493 4.56348 12.252C4.56631 12.1459 4.60105 12.0636 4.68262 11.9824C4.76168 11.9038 4.83902 11.8731 4.94043 11.873C5.01685 11.873 5.08003 11.8905 5.14062 11.9326L5.20117 11.9834L9.0957 15.8965L9.44922 16.252L9.80371 15.8975L18.7959 6.91113C18.8809 6.82853 18.9627 6.79785 19.0635 6.79785Z' fill='%2331372A' stroke='%2331372A'/%3E%3C/svg%3E");
}

@media(max-width: 767px) {
    .offers-pricing {
        padding: 64px 20px;
    }
    .offers-pricing .offers-pricing__contents {
        width: 100%;
    }
    .offers-pricing .offers-pricing__contents .offers-pricing__title {
        font-size: 36px;
    }
}
