section {
    background: var(--ix-background-color);
}

/*----------------------------------------------------------------------------*/
/*#region  Banner section*/
/*----------------------------------------------------------------------------*/
.banner {
    background: none;
}

.ix-fw-container.banner, section#banner {
    background: var(--ix-bg-banner3);
}

.right-img.banner {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.ix-masthead-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: var(--ix-white-color);
    margin-bottom: 12px;
}

.highlight {
    /* font-weight: 600; */
    color: var(--ix-highlight-text-banner3)
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region  Content section*/
/*----------------------------------------------------------------------------*/
.ix-col-12-fw {
    text-align: left;
}

section a:not(.ix-btn) {
    color: var(--ix-button-red-color);
    text-decoration: none;
}

    section a:not(.ix-btn):hover {
        text-decoration: underline;
    }

ix-btn {
    text-align: center;
}

.ix-col-12-fw .mobile-center {
    text-align: center;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.web-benefits {
    display: grid;
    gap: 52px;
    margin: auto;
    margin-top: 60px;
    grid-template-columns: repeat(3, calc(33.33% - 104px / 3));
}

ul, ol {
    margin: 60px 0 60px 0;
}

ul ul {
    margin: 0;
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*#region Media queries */
/*----------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1365.99px) {

}

@media (min-width: 1366px) and (max-width: 1599px) {

}

@media (min-width: 1200px) and (max-width: 1798.99px) {
    
}

@media (min-width: 1600px) {
    
}

@media (max-width: 1520px) {

 
}

@media screen and (max-width: 1365.99px) {

}

@media screen and (max-width: 1299px) {
    .web-benefits {
        gap: 52px;
        grid-template-columns: repeat(2, calc(50% - 52px / 2));
    }

@media screen and (max-width: 1199.99px){
    
}

@media screen and (max-width: 1150px){
}

@media (min-width: 675.5px) and (max-width: 1150px) {
}


@media screen and (max-width: 1024px) {
   
}

@media screen and (max-width: 969px) {

    .web-benefits {
        gap: 60px;
        grid-template-columns: 100%;
    }

}

@media (max-width: 675px) { 
  
    .right-pad.banner {
        text-align: left;
    }

    /* font size */
    .ix-masthead-title {
        font-size: 32px;
        line-height: 38.4px;
    }

    h3 {
        font-size: 22px;
        line-height: 30.8px;
    }
}
/*----------------------------------------------------------------------------*/
/*#endregion */
/*----------------------------------------------------------------------------*/