main {
    padding-top: 94px;
}
.intro-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-top: 71px;
}
.intro-col img {
    max-width: 255.82px;
    width: 100%;
}
.heading {
    font-size: 72px;
    font-family: visual-hollow-serif, serif;
    color: #B59F80;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
    margin-top: 72px;
}
.heading:after {
    content: "";
    background:#B59F80;
    display: block;
    height: 1px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}
.description {
    font-size: 21px;
    font-family: 'Syncopate Bold', sans-serif;
    color: #413635;
    text-transform: uppercase;
    max-width: 570px;
    line-height: 31px;
    margin-bottom: 55px;
    margin-top: 32px;
    position: relative;
}
.login-btn {
    display: inline-block;
    text-transform: uppercase;
    color: #B59F80;
    font-size: 18px;
    font-family: 'Syncopate Bold', sans-serif;
    border: 1px solid #B59E80;
    max-width: 312.73px;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    text-decoration: none;
    margin-bottom: 123px;
}
.login-btn:hover, .login-btn:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #B59F80;
}
.section-2 {
    background-color: #B59F80;
}
.section-2 .row {
    position: relative;
}
.section-2 .col-xl-6 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}
.section-2 .col-xl-6:first-of-type:before {
    left: 0;
    background-position: left;
}
.section-2 .row:after {
    right: 0;
    background-position: right top;
}
.section-2 .col-xl-6:first-of-type:before,
.section-2 .row:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-1 .col-xl-6:last-of-type img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.heading-section-2 {
    font-size: 61.54px;
    line-height: 84.98px;
    font-family: 'Syncopate Bold', sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    max-width: 395px;
    padding-top: 122.5px;
}
.description-section-2 {
    font-size: 22px;
    line-height: 40px;
    font-family: 'Syncopate Regular', sans-serif;
    color: #413635;
    text-transform: uppercase;
    padding-top: 122.5px;
}
.under-container {
    margin-bottom: 88px;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .section-1 .col-xl-6:first-of-type {
        order: 2;
    }
    .section-1 .col-xl-6:last-of-type {
        order: 1;
    }
    .intro-col img {
        max-width: 179.82px;
    }
    .description {
        margin-top: 10px;
    }
    .description:after {
        content: "";
        background:#B59F80;
        display: block;
        height: 1px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        margin-top: 32px;
    }
    .description {
        padding-top: 64px;
    }
    .heading-section-2 {
        font-size: 40px;
        line-height: 54.98px;
    }
    .description-section-2 {
        color: #FFFFFF;
        max-width: 356px;
    }
    .under-container {
        text-align: left !important;
    }
    .section-2 .col-xl-6 {
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1200px) {
    .intro-col, .section-2 {
        padding-left: 105px;
    }
    .section-2 {
        padding-right: 105px;
    }
}