.main-reviews {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1790px;
    width: 100%;
}
.main-reviews__wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}
.main-reviews__container {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
}
.main-reviews__title {
    margin-top: 0;
    margin-bottom: 400px;
    color: #070707;
    font-family: MontserratLight, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 1.1;
}
.main-reviews__item {
    position: relative;
    margin-bottom: 50px;
    width: 575px;
}
.main-reviews__item:last-child {
    margin-bottom: 0;
}
.main-reviews__message {
    margin-bottom: 35px;
    padding: 160px 85px  160px 55px;
    width: 100%;
    background-color: #a61c35;
    color: #fff;
    font-family: MontserratRegular, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
.main-reviews__course {
    margin-top: 0;
    margin-bottom: 20px;
    width: 50%;
    color: #a61c35;
    font-size: 14px;
    text-transform: uppercase;
}
.main-reviews__name {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
    width: 50%;
    color: #070707;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    overflow: hidden;
}
.main-reviews__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 256px;
    height: auto;
}
@media (max-width: 1250px) {
    .main-reviews__container {
        flex-direction: column;
        align-items: center;
    }
    .main-reviews__title {
        margin-bottom: 100px;
        text-align: center;
    }
    .main-reviews__column {
        margin-bottom: 50px;
    }
    .main-reviews__column:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 1000px) {
    .main-reviews__wrap {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .main-reviews__title {
        margin-bottom: 70px;
    }
}
@media (max-width: 700px) {
    .main-reviews__wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .main-reviews__title {
        margin-bottom: 50px;
        font-size: 30px;
    }
    .main-reviews__message {
        padding: 100px 40px;
    }
}
@media (max-width: 600px) {
    .main-reviews__item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .main-reviews__image {
        position: static;
        bottom: 0;
        right: 0;
        margin-left: auto;
        margin-top: -40px;
        margin-bottom: 20px;
    }
    .main-reviews__course {
        width: auto;
        text-align: right;
        order: 1;
    }
    .main-reviews__name {
        width: auto;
        text-align: right;
        order: 1;
    }
    .main-reviews__message {
        margin-bottom: 0;
    }
}
@media (max-width: 450px) {
    .main-reviews__message {
        padding: 70px 30px;
        font-size: 16px;
    }
}
