.bat-full-image-container.left {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    max-height: 588px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: flex;
    align-items: flex-start;
    flex-direction: column;
}

.bat-full-image-container.right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: relative;
    max-height: 588px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: flex;
    align-items: flex-end;
    flex-direction: column;
}

.bat-container {
    width: 475px;
    height: auto;
    background-color: #f5f2ef;
    margin-left: 48px;
    margin-right: 48px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
}
.bat-heading {
    font-family: 'Denton';
    font-size: 2rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    color: #232019;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.bat-subheading {
    font-family: 'Apercu', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
    line-height: 0.75rem;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #6d6a64;
}
.bat-description {
    font-family: 'Apercu', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #232019;
    margin-bottom: 0;
}
.btn-cta-rounded {
    background-color: #9A5B47;
    border: 1px solid #9A5B47;
    font-family: 'Apercu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 6px 16px 6px 16px; 
    border-radius: 50px;
    display: inline-block; 
    text-align: center; 
    text-decoration: none;
    color: #f5f2ef;
    letter-spacing: 0.56px;
}
.btn-cta-rounded:hover {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #FFFFFF;
}