#image_text {
    padding:60px 0;
}
#image_text h1,
#image_text h2,
#image_text h3,
#image_text h4,
#image_text h5{
    line-height:46px;
    color:#fff;
}
#image_text p{
    color: #fff;
}
#image_text .subtitle{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
#image_text .text-cntr{
    margin-top: 30px;
}
#image_text ul li{
    list-style: none;
    font-size: 12px;
    font-family: 'Roboto', sans serif;
    position: relative;
    left: 30px;
    color: #fff;
}
#image_text ul li:before{
    content: url("/wp-content/uploads/2020/08/tick.svg");
    display: block;
    position: absolute;
    right: 24px;
    left: -30px;
}
#image_text .imageWrap .image{
    width: 100%;
    height: 312px;
}
#image_text.black-text h1,
#image_text.black-text h2,
#image_text.black-text h3,
#image_text.black-text h4,
#image_text.black-text h5,
#image_text.black-text p,
#image_text.black-text ul li,
#image_text.black-text .subtitle {
    color: #000;
 }
 #image_text.no-padding {
    padding: 0;
}