@media(max-width:991px){

.container{

width:95%;

}

.section-title h2{

font-size:40px;

}

}

@media(max-width:768px){

section{

padding:80px 0;

}

.section-title h2{

font-size:34px;

}

}