main-image {
    position: relative;
}

.main-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    margin: 0;
    font-size: 35px;
    font-family: Montserrat-Medium;
}

.image {
    opacity: 0.3;
}

.about-h {
    font-family: Montserrat-Medium;
    font-size: 25px;
}

.about-footer-social {
    display: flex;
    justify-content: start;
}
.main-para-container {
    width: 80%;
    margin: 0 auto;
}

.main-heading-para {
    text-align: center;
    font-family: Montserrat-Medium;
    font-size: 19px;
    margin-top: 5%;
}

.abt{
    margin-top: 4.5%;
}

@media screen and (max-width: 480px) {
    .abt{
        margin-top: 10%;
    }
  
}