.two-column-image-text-carousel{
    position: relative;
    max-width: 1280px !important;
    margin: 0px auto;
}

.two-column-image-text-carousel .inner-content{
    position: relative;
    width: 100%;
}

.two-column-image-text-carousel .inner-content .section-heading{
    font-size: 40px !important;
    font-family: poppins, sans-serif !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #0a3866 !important;
    text-align: center;
    margin-bottom: 15px;
}

.two-column-image-text-carousel .inner-content .section-content{
    font-family: poppins, sans-serif !important;
    font-weight: normal !important;
    color: #3D517B !important;
    text-align: center;
    max-width: 890px;
    margin: 0px auto 30px auto;
}

.two-column-image-text-carousel .two-column-image-text-carousel-nav{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

.two-column-image-text-carousel .two-column-image-text-carousel-nav .single-slide{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.two-column-image-text-carousel .two-column-image-text-carousel-nav .single-slide span{
    font-family: poppins, sans-serif;
    font-weight: 600;
    background-color: transparent;
    color: #198CFF;
    border: 1px solid #198CFF;
    border-radius: 30px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    padding: 5px 20px;
    cursor: pointer;
}

.two-column-image-text-carousel .two-column-image-text-carousel-nav .slick-current .single-slide span{
    background-color: #198CFF;
    color: #fff;
    border: 1px solid #198CFF;
}

.two-column-image-text-carousel .two-column-image-text-carousel-wrapper{
    position: relative;
    margin-top: 20px;
}

.two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex{
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .image-content{
    position: relative;
    width: 50%;
}

.two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .image-content img{
    position: relative;
    width: 100%;
}

.two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .text-content{
    width: 50%;
}

.two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .text-content .heading-title{
    font-size: 32px !important;
    font-family: poppins, sans-serif !important;
    font-weight: bold !important;
    line-height: 1 !important;
    color: #0a3866 !important;
    margin-bottom: 15px;
}

.two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .text-content .heading-content{
    font-size: 16px !important;
    font-family: poppins, sans-serif !important;
    font-weight: normal !important;
    color: #3D517B !important;
}

.two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .text-content .heading-subcontent{
    font-size: 16px !important;
    font-family: poppins, sans-serif !important;
    font-weight: normal !important;
    color: #3D517B !important;
    font-style: italic;
    padding-bottom: 20px;
}

@media (max-width: 960px) {
    .two-column-image-text-carousel{
        min-height: auto !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-nav .slick-list{
        padding: 0px 0px !important;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-nav .single-slide span{
        font-size: 11px;
        padding: 5px 10px;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-wrapper{
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .image-content{
        width: 100%;
        max-width: 500px;
        margin: 0px auto;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .image-content img{
        position: relative;
        width: 100%;
        bottom: 0px;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .text-content{
        width: calc(100% - 6rem);
        padding-right: 0px;
        display: flex;
        flex-direction: column;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .text-content .heading-title{
        font-size: 26px !important;
        padding-top: 20px;
    }

    .two-column-image-text-carousel .two-column-image-text-carousel-wrapper .single-slide .slide-content-flex .text-content .heading-content p{
        font-size: 13px !important;
    }
}

@media (max-width: 600px) {
    .two-column-image-text-carousel .two-column-image-text-carousel-nav .single-slide span{
        font-size: 9px;
        padding: 5px 10px;
    }
}

.page-builder-blocks-container .two-column-image-text-carousel{
    margin-bottom: 6rem;
}
