.section.blue {
    background-color: var(--main);
}
.success-stories-grid .wp-block-group__inner-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
;
}
.result-wrapper {
    position: relative;
}
.bottom-part {
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    padding: 24px 17px 16px 24px;
    display: flex
;
    position: absolute;
    inset: auto 0% 0%;
}
.testimonials-name {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.testimonials-name.gray {
    opacity: 1;
    font-size: 15px;
}
.testimonials-name {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.lightbox-video {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    display: flex
;
}
.lightbox-video img{
	width: 19px;
    height: 19px;
}
.main-overlay {
    background-image: linear-gradient(#fff0 29%, #022a418f);
    position: absolute;
    inset: 0%;
}
.main-grid > .wp-block-group__inner-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
;
}
.grid-blue.white-background {
    background-color: var(--white);
}
.grid-blue {
    background-color: var(--main);
    justify-content: center;
    align-items: center;
    padding: 75px;
    display: flex
;
    position: relative;
    overflow: hidden;
}
li {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
}
.right-flex.left {
    justify-content: flex-start;
    align-items: center;
}
.right-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex
;
}
.icon-wrapper-3 {
    color: var(--main);
    flex: none;
}
.icon-small {
    width: 1rem;
    height: 1rem;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}
svg:not(:root) {
    overflow: hidden;
}
.paragraph {
    color: var(--white);
}
.top-absolute-white {
    background-color: #fff;
    min-height: 36%;
    position: absolute;
    inset: auto 0% 0%;
}
@media screen and (max-width: 991px) {
    .success-stories-grid .wp-block-group__inner-container {
        grid-template-columns: 1fr 1fr;
    }
    .main-grid > .wp-block-group__inner-container {
        flex-flow: column-reverse;
        justify-content: flex-start;
        align-items: stretch;
        display: flex
;
    }
    .grid-blue.white-background {
        padding-left: 48px;
        padding-right: 48px;
    }
    .main-grid.reverse {
        flex-flow: column;
    }
}
@media screen and (max-width: 767px) {
    .grid-blue, .grid-blue.white-background {
        padding: 55px 40px;
    }
    
}
@media screen and (max-width: 479px) {
    .success-stories-grid .wp-block-group__inner-container{
        grid-template-columns: 1fr;
    }
    .grid-blue.white-background {
        padding: 31px 28px;
    }
}