
.left-image-right-content-section.slanted_blue_box {
    position: relative;
    margin: 96px 0px;
    overflow: hidden;
}
.left-image-right-content-section.slanted_blue_box .colored-border-yellow-box {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #FFD12D;
    bottom: 45px;
    transform: skewX(337deg);
}
.left-image-right-content-section.slanted_blue_box .colored-border-green-box {
    position: absolute;
    width: 90%;
    height: 100%;
    border: 2px solid #6ADFD7;
    top: 45px;
    transform: skewX(337deg);
    right: 0;
}
.left-image-right-content-section.slanted_blue_box .left-image-right-content {
    padding: 96px 48px;
    position: relative;
}
.left-image-right-content-section.slanted_blue_box .slanted-blue-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #207DE9;
    height: 100%;
    transform: skewX(337deg);
}

.left-image-right-content-section.slanted_blue_box .left-image-right-content .content {
    z-index: 2;
    position: relative;
    display: flex;
    gap: 40px;
}
.left-image-right-content-section.slanted_blue_box .left-image-right-content .content * {
    color: #F3F6F8;
}

.left-image-right-content-section .left-image-right-content h3 {
    margin-bottom: 24px;
    color: #0c57ad;
}
.left-image-right-content-section .left-image-right-content p {
    color: #4b5563;
    margin-bottom: 0;
}
.left-image-right-content-section .left-image-right-content .left-image img {
    height: 161px;
    width: auto;
}

@media screen and (min-width: 992px) {
    .left-image-right-content-section .left-image-right-content p {
        font-size: 26px;
        line-height: 44px;    
    }
}

@media screen and (max-width: 991px) {
    .left-image-right-content-section.slanted_blue_box .colored-border-yellow-box,
    .left-image-right-content-section.slanted_blue_box .colored-border-green-box {
        transform: skewX(360deg);
        width: 90%;

    }
    .left-image-right-content-section.slanted_blue_box .slanted-blue-box {
        display: none;
    }
    .left-image-right-content-section.slanted_blue_box .left-image-right-content {
        background: #207DE9;
        margin-right: 8px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 750px) {
    .left-image-right-content-section.slanted_blue_box .left-image-right-content .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .left-image-right-content-section.slanted_blue_box .left-image-right-content {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.left-image-right-content-section.alternate_slanted_faded_gray_box .items  {
    display: flex;
    gap: 45px;
    flex-direction: column;
}
.left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .content {
    display: flex;
    align-items: center;
    gap: 36px;
    position: absolute;
    top: 0px;
    height: 100%;
}
.left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content {
    position: relative;
}

.left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .slanted-gray-box.odd-box {
    margin-left: 65px;
    overflow-x: hidden;
}
.left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .slanted-gray-box img {
    width: 110%;
}
.left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .slanted-gray-box.even-box {
    text-align: right;
}


@media screen and (min-width: 1021px) {
    .left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .right-content {
        /* padding-right: 100px; */
    }
}

@media screen and (max-width: 991px) {
    .left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content::after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 95%;
        height: 100%;
        background: rgba(32, 125, 233, 0.05);
        transform: skewX(347deg);
    }
    .left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .slanted-gray-box {
        display: none;
    }
    .left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .content {
        position: relative;
        z-index: 2;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .content .right-content {
        padding-right: 56px;
    }
}

@media screen and (max-width: 750px) {
    .left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content::after {
        display: none;
    }
    .left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .content {
        flex-direction: column;
    }

    .left-image-right-content-section.alternate_slanted_faded_gray_box .items .left-image-right-content .content .right-content {
        padding-right: 0px;
        position: relative;
        background: rgba(32, 125, 233, 0.05);
        padding: 64px 24px 24px 24px;
        margin-top: -80px;
        text-align: center;
    }
}
