
.promotion_photo_and_info {
    display: flex;
    margin-bottom: 200px;
}
.promotion_photo {
    max-height: 548px;
    min-width: 370px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-right: 30px;
    background: url(/img/icons/no_photo_icon.svg) no-repeat;
    background-position: center center;
}
.promotion_info {
}
.promotion_title {
    margin-top: 10px;
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.promotion_text {
    margin-top: 2px;
}
.promotion_text-text {
    margin-top: 26px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-align: left;
}
.our_services {
    display: none;
}
@media (max-width: 970px) {
    .our_services {
        display: flex;
    }
}
@media (max-width: 768px) {
    .promotion_photo {
        width: 226px;
        min-width: 226px;
        height: 335px;
        margin-left: 6px;
    }
}
@media (max-width: 574px) {
    .promotion_photo_and_info {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 160px;
    }
    .promotion_photo {
        margin: auto;
        height: 430px;
        width: 290px;
    }
    .promotion_title {
        margin-top: 30px;
        text-align: center;
    }
}