@media only screen and (max-width: 1200px) {
    .slider_image {
        height: 70vh;
    }
}

@media only screen and (max-width: 1500px) {
    .slider_image {
        height: 20vh;
    }
}

/* @media only screen and (max-width: 1200px) {
    .about_main > div:first-of-type {
        width: 35% !important;
    }
    .slider_image {
        height: 15vw;
    }
}

@media only screen and (max-width: 750px) {
    .about_main > div:first-of-type {
        width: 50% !important;
    }

    .slider_image {
        height: 30vw !important;
    }
} */

.about_main {
    display: flex;
    flex-wrap: wrap;
}

.red_big_span {
    font-size: 65px;
    color: #e34035;
    font-weight: bold;
}

.counters, .date_counters {
    display: flex;
}

.counters div {
    margin: 0 10px;
}

.date_counters div div {
    margin: 3.5em 10px 0 10px;
}

.date-counter {
    align-items: end;
    margin: 5px;
}

.date_counters_end_text {
    font-size: 25px;
    align-self: center;
}

.slider_image {
    width: 100%;
    object-fit: cover;
    height: 18vw;
}

.about_block {
    margin: 0 25px 25px 25px;
    color: #fff;
    font-size: 20px;
    display: flex;
    flex-direction: column;
}