﻿
@media only screen and (max-width:767px){
    .portfolio__title-3 {
        font-weight: 500;
        font-size: 180px;
        line-height: 1;
        text-transform: uppercase;
        color: #121212 !important;
        text-align: left;
        padding-top: 80px;
        position: absolute;
        z-index: 5;
        opacity: 0;
    }
    .text_jus {
        text-align: justify !important;
        word-spacing:1px !important;
    }
    .hidden_lgmd {
        text-align: justify !important;
        word-spacing: 1px !important;
        margin-bottom: 25px;
    }
    .smallsm {
        display:none;
    }
    .txt_1 {
        text-align: justify !important;
        word-spacing: 1px !important;
    }
    .maxwidthp {
        max-width: 437px !important;
        text-align: justify !important;
        word-spacing: -2px !important;
    }
    .textjust {
        max-width: 390px !important;
        text-align: justify;
        word-break: break-word;      
    }
    .brand__area {
        background-color: #f3ecec;
    }

    .testimonial__area-3 {
        padding-top: 60px;
        padding-bottom: 0px !important;
        background-color: var(--pink-4);
    }

    .bgcolormob {
        background-color: var(--pink-4);
    }

    .cta__area-3 {
        background-color: var(--pink-4) !important;
    }
    
}


@media only screen and (min-width:768px)and (max-width:1400px){
    .hidden_lgmd{
        display:none;
    }
    .smallsm {
       
    }
}
