.sequoia-storytelling {
    position: relative;
    z-index: 2;
}
.sequoia-storytelling .no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.sequoia-storytelling .sst-image {
    margin-bottom: 24px;
}
.sequoia-storytelling .sst-content h2:before {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #D87334;
    border-radius: 25px;
    margin-bottom: 12px;
}
.sequoia-storytelling .sst-wrapper {
    margin-bottom: 24px;
}
.sequoia-storytelling .sst-wrapper:last-of-type {
    margin-bottom: 0px;
}
@media(min-width:992px) {
    .sequoia-storytelling .sst-content {
        padding: 40px 0px 0px 40px;
    }
    .sequoia-storytelling .sst-wrapper.reverse .sst-content {
        padding: 40px 40px 0px 0px;
        text-align: end;
    }
    .sequoia-storytelling .sst-wrapper {
        position: relative;
        margin-bottom: 0px;
    }
    .sequoia-storytelling .sst-image {
        position: absolute;
        inset: 0;
        left: 0;
        right: 50%;
        margin-bottom: 0px;
    }
    .sequoia-storytelling .sst-wrapper.reverse .sst-image {
        left: 50%;
        right: 0;
    }
    .sequoia-storytelling .sst-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .sequoia-storytelling .sst-wrapper.reverse .sst-content h2:before {
        right: 0;
        top: -12px;
    }


}

.sequoia-storytelling .sst-image img {
    width: 100%;
}

@media (min-width: 992px) {
    .sequoia-storytelling .sst-image{
        position: absolute;
        inset: 0;
        right: 0;
        left: 50%;
        height: 50%;
        width: 50%;
        margin-bottom: 0px;
    }

    .sequoia-storytelling .sst-image.left{
        position: absolute;
        inset: 0;
        right: 50%;
        left: 0%;
        top: 50%;
        height: 50%;
        width: 50%;
        margin-bottom: 0px;
    }

    .sequoia-storytelling .sst-image.top-left-img {
        height: 100%;
        top: 0;
    }

    .sequoia-storytelling .sst-wrapper.reverse .sst-content h2:before {
        margin-left: auto;
    }
    
    .sequoia-storytelling .sst-content ul li {
        max-width: fit-content;
        margin-left: auto;
    }
    
}

.aboutus-storytelling .sst-wrapper.reverse .sst-content {
    text-align: start;
}
.aboutus-storytelling .sst-content ul li,
.aboutus-storytelling .sst-wrapper.reverse .sst-content h2::before {
    margin-left: 0;
}
.aboutus-storytelling .sst-image{
    border-top-left-radius: 300px;
    overflow: hidden;
    height: 100%;
}
.aboutus-storytelling .sst-image.left {
    height: 100%;
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 300px;
}