.contact-content {
    height: 100vh;
    margin-top: 32px;
    padding: 9px;
    position: relative;
    overflow: hidden;
}

.contact-content::after {
    content: "";
    background-image: url("../img/free-coffee-news-vector-illustration.jpg");
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    opacity: 0.15;
    border-radius: 15px;
    z-index: -1;
}

.contact-form {}