.bg-with-content-box-sec  .container-1492{
    /*padding-top: 0;
    padding-bottom: 0;*/
    position: relative;
    z-index: 2;
}
.bg-with-content-box-sec{
    position: relative;
}
.bg-with-content-box-sec::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 51%;
    left: 0;
    top: 0;
    background: #132048;
}
.bg-with-content-box-sec::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: #20407E;
}
.bg-with-content-box-wrapper{
    display: flex;
}
.bg-with-content-box-wrapper .box-content{
    flex-basis: 50%;
    color:#fff;
    position: relative;
    padding: 75px 84px;
    /*padding-top: 82px;
    padding-bottom: 110px;
    text-align: center; */
}
.bg-with-content-box-wrapper .box-content *,
.bg-with-content-box-wrapper .box-content li a {
    color: #fff !important;
}
.bg-with-content-box-wrapper .box-content a {
    color: #132048 !important;
}
.bg-with-content-box-wrapper .box-content.dark-blue{
    background: #132048;
}
.bg-with-content-box-wrapper .box-content.light-blue{
    background: #20407E;
}
.bg-with-content-box-wrapper .box-content h3{
    font-size: 29px;
    line-height: 33px;
    color:#fff;
}
.bg-with-content-box-wrapper .box-content ul{
    column-count: 2;
}

.no-column .bg-with-content-box-wrapper .box-content ul{
    column-count: unset;
}
.bg-with-content-box-wrapper .box-content ul li{
    text-align: center;
    font-size: 19px;
    line-height: 45px;
}

.bg-with-content-box-wrapper .box-content .box-title{
    font-size: 49px;
    line-height: 55px;
    text-align: center;
    margin-bottom: 26px;
    display: block;
}
.bg-with-content-box-wrapper .box-content > a{
    font-size: 19px;
    line-height: 28px;
    text-decoration: none;
    padding: 14px 33px;
    font-family: "Lato", sans-serif;
    background: #60A7DB;
    border-radius: 26px;
    color: #132048;
    font-weight: 800;
    transition: all 0.5s ease;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.bg-with-content-box-wrapper .box-content > a:hover{
    background: #89CDFF;
}

.box-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.box-content{
    text-align: center !important;
}
.box-content > ol{
    list-style-type: none !important;
    text-align: left !important;
}
.box-content > ul{
    text-align: left !important; 
}
@media(max-width:767px){
    .box-content > ol{
        text-align: left !important;
    } 
}
.box-content > ol li:not(:last-child){
    margin-bottom: 20px;
}
@media(max-width:992px){
    .bg-with-content-box-sec .container-1492{
        padding: 0 !important;
    }
    .bg-with-content-box-sec::after{
        height: 50%;
        width: 100%;
        top:unset;
        bottom: 0;
        display: none;
    }
    .bg-with-content-box-sec::before{
        height: 50%;
        width: 100%;
        top: 0;
        display: none;
    }
    .bg-with-content-box-wrapper{
        flex-direction: column;
    }
    .bg-with-content-box-wrapper .box-content > a{
        position: unset;
        transform: unset;
        display: inline-block;
    }
    .bg-with-content-box-wrapper .box-content{
        padding-left: 36px !important;
        padding-right: 36px !important;
        text-align: center;
        padding-block: 70px;
    }
    .bg-with-content-box-wrapper .box-content ul {
        margin-bottom: 15px;
    }
    #main-wrapper > .bg-with-content-box-sec:last-child .box-content.light-blue {
        padding-bottom: 140px;
    }
}