.container .body {
    margin-top: 0.2em !important;
    color: rgb(45, 45, 45);
    font-size: 18px;
}
.container .header {
    margin-bottom: 0.2em;
    margin-top: 1.4em;
    font-size: 34px;
}
.bold {
    font-weight: 700 !important;
}
.container {
    grid-template-columns: 40% 60%;
}
.container img.hero, .hero {
    height: 76vw !important;
    max-height: 70vh !important;
}
.sep {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 29em;
    max-height: 33em;
}
.sep.sep1 img {
    position: relative;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.sep.sep2 {
    max-height: unset;
    max-width: unset;
    height: fit-content;
    width: 90%;
    position: relative;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    top: -2em;
}
@media screen and (max-device-width: 1170px) {
    .sep.sep1 {
        left: 0;
        right: 0;
        margin: auto;
    }
    .sep.sep2 {
        top: 0em;
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .container {
        margin-top: 2em !important;
    }
}
.sep.sep1 {
    display: none;
}
.container {
    grid-template-columns: 100% !important;
    margin-top: 8em;
}