@media(max-width:991px){

.header-btn{

margin-top:20px;

flex-direction:column;

align-items:flex-start !important;

}

.call-btn{

margin-right:0;

margin-bottom:12px;

}

.nav-link{

margin:8px 0;

}

.logo{

height:50px;

}

}

@media(max-width:991px){

.hero-section{

padding:80px 0;

text-align:center;

}

.hero-content h1{

font-size:38px;

}

.hero-counter{

justify-content:center;

flex-wrap:wrap;

gap:30px;

}

.hero-btn .btn{

margin-bottom:15px;

}

.hero-image{

margin-top:50px;

}

}