.contact-content{  

    height: 100vh;

    margin-top: 32px;

    padding: 9px;

    position: relative; 

    overflow: hidden;

  }

  

  .contact-content::after {

    content: "";

    background-image: url("11.svg");

    position: absolute;

    top:0;

    width: 100%;

    height: inherit;

    opacity: 0.15;

    border-radius: 12px;

    z-index: -1;

  }

 