.over-view-body {
    width: 82%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30vh;
    margin: 0 auto;
    padding: 7vh 0;
}

.top-overview-section {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.top-overview-section-grid {
    width: 50%;
}

.top-overview-section-grid.l {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 38%;
}

.top-overview-section-grid.r {
    display: flex;
    align-items: center;
    /* vertical center */
    justify-content: center;
    /* horizontal center */
}

.heading.o {
    font-size: 45px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    width: 100%;
    letter-spacing: -0.05em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.over-view-top-grid {
    padding-bottom: 15px;
}

.logo-icon {
    width: 197px;
    height: 267px;
    filter: invert(1);
}

.overview-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 7vh;
}

.bottom-grid {
    gap: 10px;
    display: flex;
    flex-direction: column;
    width: 38%;
}

.bottom-grid-last-section {
    display: flex;
    justify-content: space-between;
    padding-top: 6vh;
}

.bottom-last-section-grid {
    width: 35%;
}

.footer-section {
    width: 100%;
    font-family: "avenir-lt-w01_35-light1475496", sans-serif;
    color: #ffffff;
    /* black text since you don't want background */
    margin: 0 auto;
}

@media (max-width: 767px){
    .over-view-body {
    width: 100%;
    gap: 5vh;
    padding: 2vh 0;
}
.heading.o{
font-size: 20px;
}
.top-overview-section {
   padding: 0px 20px;
   display: flex;
   flex-direction: column;
   flex-direction: column-reverse;
}
.top-overview-section-grid {
    width: 100%;
}
.top-overview-section-grid.l {
text-align: left;
    width: 100%;
}
.overview-bottom-section {
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    gap: 4vh;
}
.bottom-grid {
    gap: 10px;
    width: 100%;
    text-align: left;
}
.bottom-grid-last-section {
    padding-top: 0vh;
}
}
