.contact{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9rem;
}
.contact .contact-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.contact .contact-text h5{
    font-size: 22px;
    font-weight: 600;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
}
.contact .contact-text h2{
    font-size: var(--h2-font);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
}
.contact .contact-text p{
    font-size: var(--p-font);
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 35px;
    color: #ffffffab;
}

.contact .contact-text .contact-open{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.contact .contact-text .contact-open .contact-span{
    padding: 15px;
}