.aboutH1 {
    margin-bottom: 1.0em;
}

.aboutspacer {
    height: 20px;
}

@media screen and (min-width: 993px) {
    .aboutspacer {
        height: 60px;
    }
}
@media screen and (min-width: 1401px) {
    .aboutspacer {
        height: 90px;
    }
}

.aboutFeature {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 20px;
    margin-bottom: 32px;
}

@media screen and (min-width: 993px) {
    .aboutFeature {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 50px;
    }
}

.aboutFeatureItem {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E7E4ED;
    border-radius: 8px;
    padding: 30px 40px;
}

@media screen and (min-width: 1401px) {
    .aboutFeatureItem {
        padding: 53px 70px;
    }
}

.aboutFeatureItem__title {
    font-weight: 300;
    font-size: 18px;
    line-height: 125%;
    text-align: center;
    color: #5B5B5D;
}

@media screen and (min-width: 1401px) {
    .aboutFeatureItem__title {
        font-size: 24px;
    }
}


.aboutAdvant {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;    
    grid-column-gap: 20px;
    margin-bottom: 32px;    
}

@media screen and (min-width: 993px) {
    .aboutAdvant {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px;
        margin-bottom: 50px;
    }
}

.aboutAdvantItem {
    display: flex;
    background-color: #F5F5FA;
    border-radius: 8px;
    overflow: hidden;
}

.aboutAdvantItem__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 71px;
    flex-shrink: 0;
    background: #EEEEF7;
}

@media screen and (min-width: 1401px) {
    .aboutAdvantItem__icon {
        width: 93px;
    }
}

.aboutAdvantItem__icon img {
    display: block;
    width: 42px;
}

@media screen and (min-width: 1401px) {
    .aboutAdvantItem__icon img {
        width: 57px;
    }
}

.aboutAdvantItem__info {
    padding: 17px 12px;
    padding: 20px;
}

@media screen and (min-width: 577px) {
    .aboutAdvantItem__info {
        padding: 20px;
    }
}
@media screen and (min-width: 1401px) {
    .aboutAdvantItem__info {
        padding: 26px 26px 23px 44px;
    }
}

.aboutAdvantItem__title {
    font-weight: 300;
    font-size: 14px;
    line-height: 133%;
    letter-spacing: 0.01em;    
    color: #553285;
    margin-bottom: 1px;    
}
@media screen and (min-width: 993px) {
    .aboutAdvantItem__title {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 6px;
    }
}
@media screen and (min-width: 1401px) {
    .aboutAdvantItem__title {
        font-size: 18px;
    }
}

.aboutAdvantItem__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 133%;
    color: #39393B;
}
@media screen and (min-width: 993px) {
    .aboutAdvantItem__text {
        font-size: 16px;
    }
}
@media screen and (min-width: 1401px) {
    .aboutAdvantItem__text {
        font-size: 18px;
    }
}

.aboutAdvantItem__text a {
    color: #553285;
}

.aboutGarantee {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 20px;
    margin-bottom: 32px;
}

@media screen and (min-width: 993px) {
    .aboutGarantee {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 50px;
    }
}

.aboutGaranteeItem {
    display: flex;    
    flex-direction: column;
    gap: 15px 30px;
    padding: 20px 20px;
    border: 1px solid #E7E4ED;
    border-radius: 10px;
}

@media screen and (min-width: 577px) {
    .aboutGaranteeItem {
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (min-width: 1401px) {
    .aboutGaranteeItem {
        padding: 47px 60px;
    }
}

.aboutGaranteeItem__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background-color: #F5F5FA;
    border-radius: 8px;
    flex-shrink: 0;
}

@media screen and (min-width: 1401px) {
    .aboutGaranteeItem__icon {
        width: 94px;
        height: 96px;
    }
}

.aboutGaranteeItem__icon img {
    display: block;
    width: 42px;
}

@media screen and (min-width: 1401px) {
    .aboutGaranteeItem__icon img {
        width: 56px;
    }
}

.aboutGaranteeItem__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #5B5B5D;
}

.aboutGaranteeItem__text a {
    color: #553285;
}

.aboutTrust {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 16px;
    grid-column-gap: 20px;
    margin-bottom: 32px;
}

@media screen and (min-width: 993px) {
    .aboutTrust {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 50px;
    }
}

.aboutTrustItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #F5F5FA;
    border-radius: 10px;
    padding: 42px 38px;
}

@media screen and (min-width: 1401px) {
    .aboutTrustItem {
        padding: 68px 94px;
    }
}

.aboutTrustItem__title {
    font-weight: 300;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #553285;
    margin-bottom: 6px;    
}

@media screen and (min-width: 993px) {
    .aboutTrustItem__title {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1401px) {
    .aboutTrustItem__title {
        font-size: 24px;
    }
}

.aboutTrustItem__text {
    flex-grow: 1;
    font-weight: 300;
    font-size: 18px;
    line-height: 125%;
    color: #5B5B5D;
    margin-bottom: 23px;
}
@media screen and (min-width: 993px) {
    .aboutTrustItem__title {
        margin-bottom: 28px;
    }
}
@media screen and (min-width: 1401px) {
    .aboutTrustItem__text {
        font-size: 24px;
    }
}

.aboutTrustItem__text a {
    color: #553285;
}

.aboutTrustItem__bttn {
    padding: 12px 20px;
    min-width: 100%;
}
@media screen and (min-width: 577px) {
    .aboutTrustItem__bttn {
        min-width: 227px;
    }
}