Description
body {font-family: ‘Roboto’, sans-serif;}
.right-lgo {width:30%; margin:0 auto;}
.left-logo {width:90%; margin:0 auot;}
.gallery {text-align:center;}
.gallery h1 {color:#023958; font-weight:bold;}
.container {max-width:960px !important;}
@media only monitor and (min-width: 768px) and (max-width: 991px) {
.gallery h1 {font-size:25px;}
}
@media only monitor and (max-width: 767px) {
.gallery h1 {font-size:25px;}
}
@media only monitor and (min-width: 280px) and (max-width: 767px) {
.gallery h1 {font-size:18px;}
}


