.contact-back {
    position: relative;
    z-index: 2;
    background-image:
      linear-gradient(to bottom, rgba(27, 27, 34, 0.8), rgba(21, 21, 25, 0.8)),
      url('../../img/background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 10px;
    border-top: 1px solid #F2CD5C;
}

.card-contact {
    background: transparent;
    border: 1px solid white;
    width: 100%;
    height: 100%;
}

.card-title h4, p{
    color: white;
}

.card-img{
    border-radius: 10px;
    background: transparent;
}

.card-img img{
    width: 86.63px;
    height: 111.38px;
    object-fit: contain;
}
