
    /* 4) section */
    .fourthSection{
        display:flex;
        flex-direction: column;
        align-items: center;
        padding:60px 4%;
        text-align:center !important;
    }
    
    .fourthSection img{
         max-width:55%;;
         height:auto;;
         margin:0.9em 0 0.9375em;
         text-align:center;  
    }
    
    .fourthSection .firstLine, .fourthSection .firstLine-a{
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(0.875rem, 0.625rem + 1.25vw, 1.75rem);
        font-weight: 400;
        line-height: 1.775em;
        margin-bottom:-2px;
        color:rgba(52, 52, 52, 1);
    }
   
    .fourthSection .firstLine-a span{
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(0.875rem, 0.696rem + 0.893vw, 1.5rem);
        font-size: clamp(1rem, 0.786rem + 1.071vw, 1.75rem);
        font-weight: 600;
        line-height: 1.775em;
        color:rgba(52, 52, 52, 1);
    }
    
    .fourthSection .secondLine{
        font-family: 'Montserrat', sans-serif;
        max-width:780px;
        font-size: clamp(0.75rem, 0.571rem + 0.893vw, 1.375rem);
        font-weight: 500;
        line-height: 2em;color:rgba(52, 52, 52, 1);
    }
    
    .fourthSection .secondLine span{
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(0.75rem, 0.571rem + 0.893vw, 1.375rem);
        font-weight: 600;
        line-height: 2em;color:rgba(52, 52, 52, 1);
    }

    @media only screen and (max-width: 768px) {
        .fourthSection{
            padding:52px 8% 65px;
        }
        .fourthSection img{
            max-width:100%;;
            width:100%;;
       }
       .fourthSection .secondLine{
        max-width:90%;
    }
    }
    @media only screen and (max-width: 425px) {
        .fourthSection .secondLine{
            max-width:100%;
        }

    }
    
    