:root {  --img-height: 100%;  --div-size: 50vh;}.main-heading-a {  background: linear-gradient(rgba(0, 0, 100, 0.4), rgba(0, 0, 100, 0.4)),    url(/image/carousel1.jpeg);  height: 100vh;  background-size: cover;  background-repeat: no-repeat;  background-position: top left;}.about-com {  line-height: 1.6rem;  font-size: 1.7 rem;  text-align: justify;}.abt-img {  border-radius: 20px;  height: 300px;  margin: 20px;  object-fit: cover;}.abt-ceo {  margin-top: 80px;  border: 2px solid rgba(228, 226, 226, 0.897);  border-radius: 2px;  padding: 20px;}.abt-img-ceo {  width: 400px;  border: 1px solid rgb(206, 206, 206);  border-radius: 2px;}/* gallery */.img-g {  transition: all 0.4s ease;}.img-g:hover {  transform: scale(1.1);}