Untitled

 avatar
unknown
plain_text
24 days ago
1.9 kB
4
Indexable
html body .experience-assets-keyBenefitsModule {
    background-color: #f6f8fa;
}

html body .experience-assets-keyBenefitsModule .title-section {
    margin-bottom: 68px !important;
}

html body .experience-assets-keyBenefitsModule .title {
    font-weight: 400 !important;
    margin-bottom: 25px;
}

html body .experience-assets-keyBenefitsModule .sub-title {
    display: block;
    max-width: 920px;
    margin: 0 auto;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 33px;
}

html body .experience-assets-keyBenefitsModule .accordion-item button span {
    font-weight: 600;
}

html body .experience-assets-keyBenefitsModule .accordion-item .collapse span {
    font-weight: 500;
    line-height: 25px;
}

html body .experience-assets-keyBenefitsModule .accordion-item button:after {
    top: 5px;
}

html body .experience-assets-keyBenefitsModule img {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    html body .experience-assets-keyBenefitsModule .container > div:nth-child(2)  > div:nth-child(1),
    html body .experience-assets-keyBenefitsModule .container > div:nth-child(2)  > div:nth-child(2) {
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
    }

    html body .experience-assets-keyBenefitsModule .container > div:nth-child(2)  > div:nth-child(3) {
        flex: 0 0 37.333333%;
        max-width: 37.333333%;
    }
}

@media screen and (max-width: 767px) {
    html body .experience-assets-keyBenefitsModule .title-section {
        margin-bottom: 35px !important;
    }
    
    html body .experience-assets-keyBenefitsModule .sub-title {
        font-size: 18px !important;
        line-height: 31px;
    }

    html body .experience-assets-keyBenefitsModule .title {
        line-height: 34px;
        margin-bottom: 15px;
    }
}
Leave a Comment