.contact-main-container {
    background-color: black;
    min-height: 100vh;
    display: flex;
    flex-direction: row;

}

.contact-left-container {
    height: 100vh;
}

.contact-img {
    height: 100%;
    margin: 0;
}

.contact-right-container {
    width: 36%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-h2 {
    color: white;
    font-size: 3.4rem;
    margin-bottom: 0.5rem;
}

.contact-h2-red {
    color: var(--main-red);
    font-weight: 1000;
    font-size: 3.8rem;
}

.contact-text {
    color: white;
    text-align: center;
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
}

.contact-number {
    color: white;
    font-weight: bold;
    margin-top: 1rem;
    font-size: 2rem;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
}
