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