@media (max-width: 991px){
    .row{
        grid-template-columns:1fr;
        grid-gap:50px;
        
    
    }
    .row .contentwrapper{
        padding-left: 0;

    }
}
@media(max-width: 768px){
    .row{
        width: 90;
    }

    .row .contentwrapper h1{
        font-size: 30px;
        padding-bottom: 20px
    
    }
    
    .row .contentwrapper p{
        line-height: 24px;
    }
}

@media(max-width: 575px){
    .row .contentwrapper h1{
        font-size: 25px;
    
    }
    
    .row .contentwrapper p{
        font-size: 15px;
        line-height: 22px;
    }

    .row .contentwrapper a{
        font-size: 15px;
        padding: 10px 20px;
        
    }
}
