.contact-content { 
    height: 100vh;    
   
    margin-top: 12px;
    padding: 9px;   
    position: relative;
    overflow: hidden;
   
}
.contact-content::after{
    content: "";
    background-image: url("../img/home3.jpg");   
    /* background-color: rgb(132, 173, 189); */
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    opacity: 0.15;
    border-radius: 12px;   
    z-index: -1;
}
.contact-form{
   
}
