@media(max-width: 1024px) {
    .review-section {
        border-radius:30px;
        background: #fff4e9;
        padding: 20px 0 13px;
        margin: 30px auto;
        width: 100%;
        clear: both
    }

    .ti-footer .ti-name {
        display: none
    }

    .ti-footer .ti-row {
        margin-top: 20px
    }

    .ti-reviews-container {
        margin-bottom: 0!important
    }
}

@media(min-width: 1025px) {
    .review-section {
        border-radius:30px;
        background: #fff4e9;
        padding: 20px 0 13px;
        overflow: hidden;
        margin: 30px auto;
        width: 100%;
        clear: both
    }

    .ti-footer .ti-profile-img {
        padding-left: 20px!important
    }

    .ti-footer .ti-name {
        display: none
    }

    .ti-reviews-container {
        margin-left: -30px!important
    }

    .ti-prev {
        left: -10px!important
    }

    .ti-next {
        right: -10px!important
    }

    .ti-footer .ti-row {
        width: 215px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        margin: 2px 0 0 35px!important;
        height: 225px;
        border-radius: 40px 5px 5px 40px;
        padding-right: 30px
    }
}