@media(max-width:991px){

.tok-hero{

padding:60px 0;

}

.tok-hero-grid{

grid-template-columns:1fr;

gap:45px;

}

.tok-hero-title{

font-size:42px;

}

.tok-hero-buttons{

flex-direction:column;

}

.tok-hero-features{

grid-template-columns:1fr;

}

}