 .main-img img {
     position: relative;
     width: auto;
     height: auto;
 }

 .text-over {
     background-image: linear-gradient(to right, rgba(100, 156, 35, 0.9), rgba(147, 223, 60, 0.8), rgb(162, 240, 73));
     width: 100%;
     position: absolute;
     top: 0%;
     left: 0%;
     right: 0%;
     bottom: 0%;
 }

 .text-over h3 {
     position: relative;
     top: 45%;
 }


 .about img {
     width: 15%;
     margin: 10px 0px;
 }

 .our_company {
     border: 1px solid rgba(180, 178, 178, 0.6);
     border-radius: 5px;
     padding: 20px;
     width: 100%;
     min-height: 300px;
 }

 .our_company img {
     width: 20%;
 }