/* Styles for screens up to 768px wide (e.g., mobile devices) */
@media (max-width: 768px) {

.header-top-wrp {display:block!important;}
.top_logo-section {display: block!important;}

.footer__shape-solid-left {display: none;}

 
}





/* Styles for screens between 769px and 1200px wide (e.g., tablets) */
@media (min-width: 769px) and (max-width: 1200px) {
 
}

/* Styles for screens larger than 1200px wide (e.g., desktops) */
@media (min-width: 1201px) {
  
}


@media (max-width:480px) {

.testimonial-two__item, .testimonial-three__item {
    height: 397px;
   padding: 10px;

}


.testimonial-two__item h4 {
    height: 93px!important;
}


}