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

#text_image.black-text h1,
#text_image.black-text h2,
#text_image.black-text h3,
#text_image.black-text h4,
#text_image.black-text h5,
#text_image.black-text p,
#text_image.black-text ul li,
#text_image.black-text .subtitle {
    color: #000;
 }
 #text_image.no-padding {
    padding: 0;
}