.page-about .cursor-scgallery-wrapper {
    overflow: hidden;
    max-width: 100%;
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
  
.list-item.swiper-wrapper {
    animation: marquee 20s linear infinite;
}
.cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
}

.cursor-bee {
  top: -15px;
  left: -13px;
  z-index: -1;
}

.cursor-eye {
  top: -70px;
  left: -65px;
  padding: 20px;
  z-index: 1;
  border-radius: 50%;
}
section.slider-image .item {
    cursor: none;
    width: auto;
}
body.page-template-about {
    background: #fff;
}
.banner.desktop{
    display: block;
}
.banner.mobile{
    display: none;
}

.singular .has-post-thumbnail .entry-header
{
    position: relative;
    padding-bottom: 0;
}

.singular .has-post-thumbnail .entry-header .post-thumbnail img
{
    max-width: 100%!important;
    max-height: 600px;
    object-fit: cover;
}
.singular .has-post-thumbnail .entry-header .banner
{   
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.singular .has-post-thumbnail .entry-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
}
.singular .has-post-thumbnail .entry-header h1.entry-title {
    z-index: 4;
    position: absolute;
    bottom: 70px;
    font-size: 80px;
    color: #fff;
}
.banner-page-about {
    width: 100%;
    position: relative;
    padding-bottom: 41.7%;
}
.banner-page-about .image-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.singular .has-post-thumbnail .entry-header .container
{
    margin-bottom: 0;
}

.banner-page-about .image-banner img {
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
}

.banner-page-about h1.title {
    max-width: 1220px;
    margin: auto;
    position: absolute;
    left: 10%;
    right: auto;
    bottom: 72px;
    width: auto;
    z-index: 1;
    color: #fff;
    font-size: 80px;
    line-height: 95px;
    font-weight: 400;
    font-family: 'Playfair Display';
}

.banner-page-about .image-banner.desktop {
    display: block;
}

.banner-page-about .image-banner.mobile {
    display: none;
}
section.the-story {
    max-width: 1220px;
    margin: auto;
    padding: 0 25px;
    margin-top: 67px;
    margin-bottom: 110px;
}

section.the-story .title-section {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Playfair Display';
    color: #000;
    padding-bottom: 30px;
    border-bottom: 1px solid #7B7B7B;
}

section.the-story .content-section {
    display: flex;
    margin-top: 71px;
}

section.the-story .content-section .left-content {
    max-width: 370px;
    width: -webkit-fill-available;
    width: -moz-available;
}
section.the-story .content-section .left-content .image-first {
    width: 100%;
}

section.the-story .content-section .left-content .image-first img {
    width: 100%;
}

section.the-story .content-section .left-content .left-content img {
    width: 100%;
}

section.the-story .content-section .right-content {
    padding-left: 100px;
    width: -webkit-fill-available;
}

section.the-story .content-section .right-content .column-one {
    letter-spacing: 0.1px;
    width: 42.9%;
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    float: left;
}
section.the-story .content-section .right-content .column-two {
    width: 42.9%;
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    float: left;
    margin-left: 14.2%;
}
section.the-story .content-section .right-content .image-second img {
    width: 100%;
}

section.the-story .content-section .right-content .image-second {
    float: left;
    width: 100%;
    padding-top: 94px;
    display: block;
}  
section.the-story {
    margin-bottom: 110px;
}
section.slider-image {
    margin-bottom: 10px;
}
section.slider-image .list-item .item img{
    max-height: 675px;
    height: 100%;
}

@media(max-width:1024px)
{
    section.the-story .content-section .right-content
    {
        padding-left: 20px;
    }
    section.the-story .content-section .right-content .image-second
    {
        padding-top: 20px;
    }
    section.the-story .content-section .right-content .column-one
    {
        width: 47%;
    }
    section.the-story .content-section .right-content .column-two
    {
        margin-left: 20px;
        width: 47%;
    }
    section.the-story {
        margin-bottom: 75px;
    }
    section.slider-image {
        margin-bottom: -20px;
    }
}
@media(max-width:767px)
{
    .cursor-bee {
        top: -15px;
        left: -13px;
        z-index: -1;
    }
    .cursor-eye {
        top: -40px;
        left: -40px;
        padding: 20px;
        z-index: 1;
        border-radius: 50%;
    }
    .cursor-eye img
    {
        width: 40px;
        height: 40px;
    }
    .banner.mobile img {
        width: 100%;
    }
    section.the-story .content-section .left-content
    {
        max-width: 100%;
    }
    .banner.desktop{
        display: none;
    }
    .banner.mobile{
        display: block;
    }
    .has-post-thumbnail .entry-header .banner .post-thumbnail img{
        min-height: 300px;
    }
    .singular .has-post-thumbnail .entry-header h1.entry-title
    {
        font-size: 40px;
        line-height: 48px;
        bottom: 40px;
    }   
    section.the-story .title-section
    {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
    }
     section.the-story .title-section h2
    {
        font-size: 28px;
        line-height: 38px;
    }
    .page-about {
        text-transform: capitalize;
        margin-top: -5px!important;
    }
    .banner-page-about .image-banner.desktop
    {
        display: none;
    }
    .banner-page-about .image-banner.mobile
    {
        display: block;
    }
    .banner-page-about
    {
        padding-bottom: 80%;
    }
    .banner-page-about h1.title
    {
        font-size: 40px;
        line-height: 48px;
        bottom: 40px;
        left: 25px;
    }
    section.the-story
    {
        margin-top: 0;
        margin-bottom: 0;
    }
    section.the-story .content-section 
    {
        margin-top: 37px;
        flex-direction: column;
    }
    section.the-story .content-section .left-content img {
        width: 100%;
    }
    section.the-story .content-section .right-content
    {
        padding-left: 0;
    }
    section.the-story .content-section .left-content img {
    width: 100%;
    }

    section.the-story .content-section .right-content .column-one {
        padding: 30px 0;
        width: 100%;
        float: unset;
        order: 1;
    }

    section.the-story .content-section .right-content {
        display: flex;
        flex-direction: column;
    }

    section.the-story .content-section .right-content .column-two {
        width: 100%;
        margin-left: 0;
        order: 3;
        padding: 30px 0 50px;
    }

    section.the-story .content-section .right-content .image-second {
        padding-top: 0;
        width: 100%;
        order: 2;
    }
    section.slider-image .list-item .item img
    {
        max-height: 188px;
    }
    section.slider-image
    {
        margin-bottom: 0;
    }
}