* {
    overflow:unset !important;
}
#content .col-full {
    max-width: 100% !important;
    padding:0;
}
#content .col-full .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding:0 !important;
}
section.about-story-section {
    display: flex;
    justify-content: flex-end;
    padding:50px 0 128px;
    align-items: flex-start;
    flex-wrap:wrap;
}
.story-left {
    width:50%;
    max-width: 670px;
    padding-right:80px;
    padding-top: 50px;
    position: sticky;
    top: 0;
    padding-left: 15px;
}
.story-right {
    max-width: 50%;
}
.story-right img {
    margin-bottom:128px;
}
.story-right-content {
    max-width: 670px;
    padding-right:15px;
}
h1 {
    font-size:36px;
    font-weight:500;
    line-height:50px;
    margin-bottom:17px;
}
h2 {
    font-size:40px;
    line-height:46px;
    font-weight:600;
    margin-bottom:15px;
}
h3 {
    font-size:20px;
    line-height:30px;
    font-weight:400;
}
section.about-meet-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 0 auto;
    padding:128px 15px;
}
.meet-left {
    width:50%;
}
.meet-right {
    width:50%;
    padding-left:140px;
}
@media (max-width:1280px) {
    .story-left {
        padding-right:30px;
    }
    .meet-right {
        padding-left:30px;
    }
}
@media (max-width:992px) {
    .story-left {
        max-width:100%;
        width:100%;
        position:static;
        padding:0 15px 50px;
    }
    .story-right {
        width: 100%;
        max-width: 100%;
        padding:0 15px;
    }
    section.about-story-section {
        padding:50px 0;
    }
    .story-right img {
        margin-bottom:50px;
    }
    section.about-meet-section {
        padding: 50px 15px;
        gap:50px;
    }
    .meet-left {
        width:100%;
    }
    .meet-right {
        width:100%;
        padding-left:0;
    }
    html #wpadminbar {
        overflow:hidden !important;
    }
    h1 {
        font-size:30px;
        line-height:40px;
    }
    h2 {
        font-size:32px;
        line-height:40px;
    }
}