.first-bg-image-dimmer-en {
    background: rgba(0, 0, 0, 0.3);
}

.first-bg-image-content h3 {
    font-family: 'Oswald-Medium', sans-serif;
    color: #ffffff;
    font-size: 36px;
}

.second-block-content p {
    text-align: center!important;
}

.seventh-block-content-row {
    justify-content: center!important;
}

.three-img-block-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 600px;
    position: relative;
    width: 100%;
}

.three-img-block-row-element {
    width: 33.333333333%;
    min-height: 100%;
    background: transparent;
    display: flex;
    align-items: flex-end;
}

.sub-element {
    bottom: 0;
    width: 100%;
    height: 220px;
    background: #dddddd;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.sub-element h5 {
    font-family: 'Oswald-Medium', sans-serif;
    font-size: 1.41em;
    color: #181818;
    margin-bottom: 32px;
}

.sub-element p {
    font-family: 'Raleway-Medium', sans-serif;
    color: #181818;
    font-size: 18px;
}

.three-img-block-row-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .three-img-block-row-mobile {
        display: block;
        width: 100%;
        min-height: 100%;
    }
    .three-img-block-row {
        display: none;
    }
    .three-img-block-row-el-mobile {
        height: 400px;
        display: flex;
        align-items: flex-end;
    }
    .sub-element {
        height: 150px;
    }
    .sub-element p {
        margin-bottom: 0;
    }
}