#image_text{
    padding-top: 50px;
    padding-bottom: 50px;
}
#image_text .container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#image_text .text h3{
    font-weight: bold;
    line-height: 1.3;
}

#image_text .text .description{
    color: #69727b;
    font-size: 18px;
    line-height: 1.3;
    word-wrap: break-word;
}
.btn-image-text {
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none!important;
    outline: none;
    margin-top: 15px;
    padding: 15px 50px;
}
#image_text .image, #image_text .image img{
    max-height: 500px;
}
.position-right{
    text-align: justify;
    margin-right: 50px;
}
