.packages-pricing-fit {
    margin-bottom: 156px;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-fit {
        margin-bottom: 112px;
    }
}

.packages-pricing-fit__row {
    display: grid;
    grid-template-columns: 1.00607fr 1fr;
    gap: 46px 20px;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-fit__row  {
        grid-template-columns: 1fr;
    }

    .packages-pricing-fit__row>*:first-child {
        order: 2;
    }

    .packages-pricing-fit__row>*:last-child {
        order: 1;
    }
}

.packages-pricing-fit__left-column>*:not(:last-child) {
    margin-bottom: 24px;
}

.packages-pricing-fit__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 0;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-fit__title {
        font-size: 24px;
    }
}

.packages-pricing-fit__description,
.packages-pricing-fit__list-title {
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
}

@media screen and (max-width: 1024px) {
    .packages-pricing-fit__description {
        font-size: 14px;
    }
}

.packages-pricing-fit__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    list-style-type: none;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .packages-pricing-fit__list {
        grid-template-columns: 1fr;
    }
}


.packages-pricing-fit__list-item {
    color: #646466;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.packages-pricing-fit__list-item svg {
    flex-shrink: 0;
}