@charset "utf-8";
/* CSS Document */

@media(max-width:1200px){

.container{

width:94%;

}

}

@media(max-width:992px){

.hero-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.timeline{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.section-title{

font-size:2rem;

}

}

