 .banner{
     margin-top: 30px;
 }
 
 .banner img{
     max-width: 100%;
 }
 
 .titleLink{
     display: flex;
     justify-content: space-between;
 }
 
 .nevberBottom{
     width: 100%;
     display: flex;
     justify-content: center;
 }
 
 .lastSection{
     padding-bottom: 30px;
 }
 
 
 @media screen and (max-width: 767px) {
    .banner{
     margin-top: 30px;
    }
 
    .nevberBottom{
     width: 100%;
     display: flex;
     justify-content: left;
    }
 
}