.two-columns-image{
    min-height: 512px;
}

.two-columns-section{
    padding: 21px 48px;
}

.two-columns-heading{
    font-family: 'Denton', sans-serif;;
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}

.two-columns-subheading{
    font-family: 'Apercu', sans-serif;;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6d6a64;
}

.two-columns-description{
    font-family: 'Apercu', sans-serif;;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25rem;
    letter-spacing: 0px;

}

.two-columns-description-items{
    color: #6d6a64;
}

.two-columns-cta_text_underlined{
    font-family: 'Apercu', sans-serif;;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #CEAB91;
    text-decoration-thickness: 6.25%; /* 1px */
    text-underline-offset: 33%; /* 5.28px */
    text-underline-position: from-font;
    line-height: 1.25rem;
}
.two-columns-cta_text_underlined:hover{
    text-decoration-color: rgba(13, 10, 10, 0.9);
}
.two-columns-cta_text_rounded {
    background-color: #C3AD97;
    border: 1px solid #C3AD97;
    text-transform: uppercase;
    padding: 6px 16px 6px 16px;
    border-radius: 999px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.two-columns-cta_text_rounded:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
}

.two-columns-href{
    text-decoration: none; /* Removes underline */
    color: inherit; /* Inherits the text color from the parent */
    cursor: default;
    font-size: 14px;
    font-family: 'Apercu', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
}

@media screen and (max-width: 768px) {
    .two-columns-section {
        padding: 0;
    }
}