.content_with_background_color_sec{
    background: #2A5CA8
}
.content_with_background_color_title{
    font-size: 39px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 1px;
    color:#fff;
}
.content_with_background_color_sec .content_text p{
    font-size: 19px;
    line-height: 25px;
    color:#fff;
    margin-bottom: 20px;
}
.content_with_background_color_sec .content_text p:last-child{
    margin-bottom: 0;
}
.content_with_background_color_sec .content_text p strong{
    font-weight: 700;
    color: inherit !important;
}

.content_with_background_color_wrap{
    display: grid;
    gap: 78px;
    grid-template-columns: 1.18fr 1fr;
}
.content_with_background_color_wrap .content_text{
    padding-right: 5px;
}
.content_with_background_color_wrap .content_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


@media(max-width:767px){
    .content_with_background_color_wrap{
        grid-template-columns:  1fr;
    }
    .content_with_background_color_sec .container-1474{
        padding-block: 60px !important;
    }
}