<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.benefit-section {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 200px 0 0;
}

.section-title h2 {
    font-size: 60px;
}

.section-title h3 {
    font-size: 35px;
    line-height: 40px;
    max-width: 700px;
    margin: 10px auto;
    font-weight: 400;
}

.benefit-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #293D56;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: .6;
}

.section-title {
    text-align: center;
    max-width: 970px;
    margin: auto;
}

.benefit-area {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: 30px auto;
    text-align: center;
}

.benefit-icon {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-item p {
    margin: 10px 0 0;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .benefit-section {
        padding: 75px 0 0px;
        background-size: cover !important;
    }
    
    .section-title h2 {
        font-size: 30px;
    }
    
    .section-title h3 {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section-title p {
        font-size: 14px;
    }
    
    .benefit-icon img {max-width: 40px;margin: auto;}
    
    .benefit-icon img {
        width: auto;
    }
    
    .benefit-item {
        flex: 0 0 33%;
        padding: 0 15px;
    }
    
    .benefit-icon {
        height: 60px;
    }
    
    .mobile-btn {
        display: block;
    }
    
    .contact-form {
        display: none;
    }
    
    .mobile-btn a {
        display: block;
        color: #fff;
        background: #F55354;
        max-width: 175px;
        border-radius: 50px;
        padding: 12px 10px;
        text-align: center;
        margin: auto;
    }
    
    .contact-section .section-title h3 {
        font-size: 20px;
        line-height: 1.3;
        font-weight: 700;
    }
}</pre></body></html>