.two-column-image-text{
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding-top: 180px !important;
    padding-bottom: 0px !important;
}

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

.two-column-image-text .two-column-image-text-wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 3rem;
    max-width: 960px !important;
    margin: 0px auto;
}
.two-column-image-text .two-column-image-text-wrapper .image-content{
    position: relative;
    width: 45%;
}

.two-column-image-text .two-column-image-text-wrapper .image-content img{
    position: absolute;
    width: 100%;
    bottom: -20px;
}

.two-column-image-text .two-column-image-text-wrapper .text-content{
    width: 55%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.two-column-image-text .two-column-image-text-wrapper .text-content .heading-title{
    font-size: 32px !important;
    font-family: poppins, sans-serif !important;
    font-weight: bold !important;
    color: #fff;
    margin-bottom: 15px;
}

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

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

.two-column-image-text .two-column-image-text-wrapper .text-content .read-more{
    font-family: poppins, sans-serif;
    font-weight: 600;
    background: #FD8D25;
    color: #fff;
    border: 2px solid #FD8D25;
    height: 40px;
    width: 220px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 6px;
}

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

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

    .two-column-image-text .two-column-image-text-wrapper .image-content{
        padding-top: 30px;
        width: 100%;
        max-width: 280px;
    }

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

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

    .two-column-image-text .two-column-image-text-wrapper .text-content .heading-title,
    .two-column-image-text .two-column-image-text-wrapper .text-content .heading-content{
        text-align: center;
    }
}

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