.contact-target-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 7.9375rem;
    padding-right: 7.9375rem;
    background-color: black;
    height: 70vh;
}

.contact-target-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px;
}

.contact-target-heading {
    font-size: 36px;
    font-weight: 700;
    color: var(--secondary-text-color)
}

.contact-target-subheading {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary-text-color);
}

.contact-target-button {
    height: 56px;
    width: 250px;
    background-color: var(--secondary-text-color);
    color: var(--primary-color);
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.contact-target-image-col {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 20px
}