
.contact-content{
     height: 100vh;
    margin-top: 32px;
    padding: 9px;
    position: relative;
    overflow: hidden;
}

.contact-content::after{
    content: "" ;
   background-image: url(https://wallpapercave.com/dwp2x/wp4127588.jpg);
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    opacity: 0.45;
    border-radius: 12px;
    z-index: -1;
}
.contact-content h2{
    font-style: italic;
}
