.service-container {
    /*position: relative;*/
}
.service__img-container {
    position: relative;
    overflow: hidden;
}
.service__description {
}
    .service__img-container .service__title {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 20px;
        font-family: "Times New Roman", Times, serif;
    }
    .service__img-container .service__description-wrapper {
        padding: 20px;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0px;
        right: 0px;
    }
