.conduct_reviews {
    padding-top: 80px;
    padding-bottom: 80px;
}

.conduct_reviews_wrappper {
    width: 1162px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.conduct_reviews_top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.conduct_reviews .grid-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conduct_reviews_left {
    width: calc(50% - 38px);
}

.conduct_reviews_right {
    width: calc(50% - 10px);
}

.conduct_reviews_right img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.conduct_reviews_title {
    color: #2D2C4E;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: 124%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.conduct_reviews_text {
    color: #4D4C69;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.conduct_reviews_text p {
    margin-bottom: 16px;
    color: #4D4C69;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0;
}

.conduct_reviews_text p:last-child {
    margin-bottom: 0;
}

.conduct_reeviews_bottom {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.conduct_reviews_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 333px;
    height: 57px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 8px);
    transform: skewX(-10deg);
    border-radius: 8px;
    background: #1DB954;
    color: #FEFEFF !important;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 132%;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    .conduct_reviews_btn:hover {
        background: #32CC32;
    }
}

@media screen and (max-width: 992px) {
    .conduct_reeviews_bottom {
        margin-top: 32px;
    }

    .conduct_reviews_wrappper,
    .conduct_reviews .grid-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .conduct_reviews_top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .conduct_reviews_title {
        color: #2D2C4E;
        font-size: 28px;
        font-style: italic;
        font-weight: 800;
        line-height: 124%;
        text-transform: uppercase;
        margin-bottom: 24px;
        order: 1;
        text-align: center;
        width: fit-content;
    }

    .conduct_reviews_left {
        order: 3;
        width: 100%;
    }

    .conduct_reviews_right {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
        order: 2;
    }

    .conduct_reviews_text,
    .conduct_reviews_text p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .conduct_reviews {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

@media screen and (max-width: 767px) {
    .conduct_reviews_title {
        width: 100%;
        text-align: left;
    }
}