#text-columns-with-images {
    padding-top: 50px;
    padding-bottom: 50px;
}
#text-columns-with-images .item-image img{
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#text-columns-with-images .item{
    margin-bottom: 20px;
}

#text-columns-with-images .item .description{
    text-align: justify;
    text-align-last: center;
    color:#69727b;
    font-size: 16px;
    line-height: 1.5;
}
#text-columns-with-images .content-text-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#text-columns-with-images .title{
    text-align: center;
    margin-bottom: 30px;
}
#text-columns-with-images h4{
    margin-bottom: 10px !important;
}
