/* Start Custom Font Size, Font Weight, Font Line Height */

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-19 {
    font-size: 19px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-24 {
    font-size: 24px !important;
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-15 {
    line-height: 15px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-17 {
    line-height: 17px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-19 {
    line-height: 19px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-21 {
    line-height: 21px !important;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-23 {
    line-height: 23px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

/* End Custom Font Size, Font Weight, Font Line Height */


/* START Why Seller Choose L&T Sufin Section */
.seller-heading-content .seller-top-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-bottom: 4px solid var(--seller-primary-color);
    display: inline-block;
}

.seller-heading-content .seller-middle-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.seller-heading-content .seller-bottom-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.why-choose-us-section {
    padding: 0 62px 45px;
    position: relative;
    z-index: 7;
}

.why-choose-us-left {
    top: 75px;
}

.why-choose-us-heading {
    width: 461px;
    max-width: 100%;
    margin-top: 20px;
}

.why-choose-us-box {
    width: 688px;
    max-width: 100%;
    margin-top: -30px;
}

.choose-us-info-box {
    background-color: white;
    width: 338px;
    max-width: 100%;
    padding: 12px 30px 24px 32px;
    border-radius: 16px;
    border: 1px solid var(--seller-feature-border);
    box-shadow: 0px 4px 24px 0px var(--services-tile-shadow);
    margin-bottom: 12px;
    position: relative;
}

.why-choose-us-box div:nth-child(odd) .choose-us-info-box {
    margin-right: 6px;
}

.why-choose-us-box div:nth-child(even) .choose-us-info-box {
    margin-left: 6px;
}

.feature-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 12px;
}

.feature-desp {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}


/* End Why Seller Choose L&T Sufin Section */

/* Start How to Sell on L&T-SuFin Section */
.how-to-sell-section {
    padding: 45px 62px 45px;
    position: relative;
    z-index: 6;
}

.how-to-sell-heading {
    width: 485px;
    max-width: 100%;
}

.how-to-sell-step{
    position: relative;
    z-index: 2;
}

.how-to-sell-bottom {
    margin-top: 38px;
}

.how-to-sell-box {
    padding: 0;
    border-radius: 16px;
    border: 1px solid var(--seller-feature-border);
    box-shadow: 0px 4px 24px 0px var(--services-tile-shadow);
    position: relative;
    cursor: pointer;
    background-color: white;
}

.how-to-sell-block,
.how-to-sell-block:hover {
    padding: 44px 15px 33px 15px;
    display: block;
    text-decoration: none;
    border-radius: 16px;
    color: var(--headings-txt-color)
}

.how-to-sell-box .play-video-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.how-to-sell-box .play-video-icon .play-default-icon {
    display: inline-block;
}

.how-to-sell-box .play-video-icon .play-hover-icon {
    display: none;
}

.how-to-sell-box:hover .play-video-icon .play-default-icon {
    display: none;
}

.how-to-sell-box:hover .play-video-icon .play-hover-icon {
    display: inline-block;
}

.sell-step-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
}

.sell-step-desp {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.get-started-control {
    margin-top: 36px;
}

.get-started-control .get-started-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    background-color: var(--seller-primary-color);
    color: white;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    border-radius: 4px;
    border: 1px solid var(--seller-primary-color);
}

.get-started-control .get-started-btn:hover {
    background-color: white;
    color: var(--seller-primary-color);
    text-decoration: none;
}

.hts-br {
    display: none;
}

/* End How to Sell on L&T-SuFin  Section */

/* START What our sellers have to say about us Section */
.sellers-review-section {
    padding: 45px 62px 45px;
    position: relative;
    z-index: 5;
}

.seller-reviews-heading {
    width: 610px;
    max-width: 100%;
}

.sellers-review-list {
    width: 864px;
    max-width: 100%;
}

.sellers-review-bottom {
    margin-top: 38px;
}

.sellers-review-list div:nth-child(1) .sellers-review-box {
    margin-bottom: 24px;
}

.sellers-review-list div:nth-child(2) .sellers-review-box {
    margin-bottom: 24px;
}

.sellers-review-list div:nth-child(odd) .sellers-review-box {
    margin-right: 12px;
}

.sellers-review-list div:nth-child(even) .sellers-review-box {
    margin-left: 12px;
}

.sellers-review-box {
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    width: 420px;
    max-width: 100%;
    height: 264px;
    z-index: 1;
}

.seller-photo-box {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.seller-photo-box::after {
    content: '';
    top: 0;
    left: 0;
    background-image: url("/static/assets/images/seller/seller-review-img-overlay.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 2;
}

.seller-photo-box img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
}

.review-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.seller-info-sec {
    padding: 82px 12px 12px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 3;
    background-image: url("/static/assets/images/seller/seller-review-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.seller-info-sec .seller-name-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: white;
    margin-bottom: 0px;
    word-break: break-word;
}

.seller-info-sec .seller-company-txt,
.seller-info-sec .seller-subscription-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: white;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    max-height: 20px;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.video-content .iframe-video {
    width: 100%;
    border: 0;
}

/* End What our sellers have to say about us Section */

/* Start Supporting your business with expert Section */
.expert-help-section {
    padding: 45px 62px 45px;
    position: relative;
    z-index: 4;
}

.expert-help-heading {
    width: 507px;
    max-width: 100%;
}

.expert-help-bottom {
    margin-top: 38px;
}

.expert-help-list {
    margin-left: -11px;
    margin-right: -11px;
}

.expert-help-sec {
    padding-left: 11px;
    padding-right: 11px;
}

.expert-help-box {
    padding: 10px 20px 17px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    height: 320px;
}

.expert-help-box.pink-bg {
    background: linear-gradient(99.82deg, var(--gradient-pink-bg1) -8.67%, var(--gradient-pink-bg2) 23.75%, var(--gradient-pink-bg2) 64.54%, var(--gradient-pink-bg3) 64.55%);
}

.expert-help-box.blue-bg {
    background: linear-gradient(99.82deg, var(--gradient-blue-bg1) -8.67%, var(--gradient-blue-bg2) 23.75%, var(--gradient-blue-bg2) 64.54%, var(--gradient-blue-bg3) 64.55%);
}

.expert-help-box.orange-bg {
    background: linear-gradient(99.82deg, var(--gradient-orange-bg1) -8.67%, var(--gradient-orange-bg2) 23.75%, var(--gradient-orange-bg2) 64.54%, var(--gradient-orange-bg3) 64.55%);
}

.expert-help-info {
    position: relative;
    z-index: 2;
}

.expert-help-info .expert-help-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: white;
    margin-bottom: 8px;
}

.expert-help-info .expert-help-heading {
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    color: white;
    margin-bottom: 14px;

}

.expert-help-info .expert-help-desp {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: white;
}

.expert-help-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.expert-help-img.truck-icon {
    right: 2px;
    bottom: 1px;
}

.expert-help-img.app-icon {
    right: 18px;
}

.expert-help-desp-list {
    padding-left: 14px;
    margin-bottom: 0px;
}

.expert-help-desp-list li {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: white;
}

.expert-help-btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    height: 44px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    color: white;
    border: 0px;
    border-radius: 4px;
    position: absolute;
    left: 20px;
    bottom: 17px;
    z-index: 3;
}

.expert-help-btn .btn-icon {
    margin-right: 10px;
}

.expert-help-btn.pink-bg {
    background-color: var(--services-pink-btn-bg);
}

.expert-help-btn.blue-bg {
    background-color: var(--services-blue-btn-bg);
}

.expert-help-btn.orange-bg {
    background-color: var(--services-orange-btn-bg);
}

.expert-help-btn:hover {
    text-decoration: none;
    color: white !important;
}

/* End Supporting your business with expert Section */

/* Start Categories Section */
.categories-section {
    padding: 45px 62px 38px;
    position: relative;
    z-index: 3;
}

.categories-heading {
    width: 530px;
    max-width: 100%;
}

/* End Categories Section */

/* Start FAQs Section */
.faqs-section {
    padding: 38px 62px 48px;
    position: relative;
    z-index: 2;
}

.faqs-bottom {
    margin-top: 36px;
}

.faq-accordion {
    width: 920px;
    max-width: 100%;
}

.faq-card {
    border-radius: 0;
    border: 1px solid var(--seller-feature-border) !important;
    margin-bottom: 2px;
}

.faq-accordion .card-header {
    background-color: var(--faq-content-bg);
    color: var(--headings-txt-color);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    min-height: 54px;
    padding: 6px 56px 6px 16px !important;
    position: relative;
    display: flex;
    align-items: center;
}

.faq-accordion .card-header.collapsed {
    background-color: white;
    font-weight: 400;
}

.faq-accordion .card-header .card-title {
    color: var(--headings-txt-color);
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
}

.faq-accordion .card-header:after {
    content: url('/static/assets/images/seller/faq-accordion-minus-icon.svg') !important;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 28px;
    height: 28px;
}

.faq-accordion .card-header.collapsed:after {
    content: url('/static/assets/images/seller/faq-accordion-plus-icon.svg') !important;
    width: 28px;
    height: 28px;
}

.faq-accordion .faq-card-body {
    background-color: var(--faq-content-bg);
    padding: 6px 16px;
}

.faq-heading-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
}

.faq-content-text,
.faq-content-text p,
.faq-content-text div {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.faq-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    padding-left: 18px;
    padding-bottom: 2px;
}

.faq-list li .list-no {
    position: absolute;
    top: 0px;
    left: 0px;
}

/* End FAQs Section */

.download-seller-app-box {
    max-width: 294px;
    margin-bottom: 48px;
}

.seller-app-link:first-child {
    margin-right: 14px;
}

.download-seller-app-box .seller-app-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
}

/* Start Benefits of Assisted Model Popup */
.assisted-model-dialog {
    max-width: 662px;
}

.assisted-model-header {
    background-color: var(--seller-primary-color);
    color: white;
}

.assisted-model-dialog .modal-content {
    border-radius: 4px;
    border: none;
}

.assisted-model-body {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 16px;
}

.assisted-model-body::-webkit-scrollbar {
    width: 7px;
}

.assisted-model-body::-webkit-scrollbar-track {
    background: white;
}

.assisted-model-body::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 8px;
}

.assisted-model-dialog .close {
    padding: 12px 16px 12px;
    opacity: 1 !important;
    margin: -10px -1rem -1rem auto;
}

.benefits-list li {
    position: relative;
    padding-left: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

.benefits-list li:last-child {
    margin-bottom: 0px;
}

.benefits-list li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    background-image: url('/static/assets/images/seller/tick-mark-circle-icon.svg');
    background-size: 24px 24px;

}

/* End Benefits of Assisted Model Popup */

/* Start Contact Us Popup */
.contact-us-dialog {
    max-width: 580px;
}

.contact-us-header {
    background-color: var(--seller-primary-color);
    color: white;
}

.contact-us-dialog .modal-content {
    border-radius: 4px;
    border: none;
}

.contact-us-body {
    max-height: 450px;
    overflow-y: auto;
    padding-right: 16px;
}

.contact-us-body::-webkit-scrollbar {
    width: 7px;
}

.contact-us-body::-webkit-scrollbar-track {
    background: white;
}

.contact-us-body::-webkit-scrollbar-thumb {
    background-color: var(--tray-scrollbar-thumb-bg);
    border-radius: 8px;
}

.contact-us-dialog .close {
    padding: 12px 16px 12px;
    opacity: 1 !important;
    margin: -10px -1rem -1rem auto;
}


.c-info-sec {
    margin-left: 15px;
}

.c-info-sec .c-info-desp,
.c-info-sec .c-info-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

}

.c-addr-desp {
    max-width: 282px;
}

/* End Contact Us Popup */


/* Start All Media Queries Here  */

@media screen and (min-width: 1366px) {

    .why-choose-us-row,
    .how-to-sell-row,
    .sellers-review-row,
    .expert-help-row,
    .categories-row,
    .faqs-row {
        width: 1225px;
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .hts-br {
        display: block;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {

    .why-choose-us-section {
        padding: 0 50px 45px;
    }

    .how-to-sell-section {
        padding: 45px 50px 45px;
    }

    .sellers-review-section {
        padding: 45px 50px 45px;
    }

    .expert-help-section {
        padding: 45px 50px 45px;
    }

    .categories-section {
        padding: 45px 50px 38px;
    }

    .faqs-section {
        padding: 38px 50px 48px;
    }

    .choose-us-info-box {
        min-height: 244px;
        width: calc(100% - 6px);
    }

    .how-to-sell-box {
        min-height: 289px;
    }

    .expert-help-img.app-icon {
        right: 5px;
    }

    .hts-br {
        display: block;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .why-choose-us-section {
        padding: 0 24px 45px;
    }

    .why-choose-us-heading {
        padding-right: 24px;
    }

    .choose-us-info-box {
        min-height: 294px;
        width: calc(100% - 6px);
    }

    .how-to-sell-section {
        padding: 45px 24px 45px;
    }

    .how-to-sell-box {
        min-height: 311px;
    }

    .sellers-review-section {
        padding: 45px 24px 45px;
    }

    .expert-help-section {
        padding: 45px 24px 45px;
    }

    .categories-section {
        padding: 45px 25px 38px;
    }

    .faqs-section {
        padding: 38px 24px 45px;
        position: relative;
        z-index: 1;
    }

    .expert-help-img.app-icon {
        right: 5px;
    }
}

@media screen and (max-width: 991px) {

    .why-choose-us-section {
        padding: 40px 20px 30px;
    }

    .why-choose-us-left {
        position: relative;
        top: 0px;
    }

    .why-choose-us-heading {
        margin-top: 0px;
        width: 320px;
    }

    .seller-heading-content .seller-middle-text {
        font-size: 22px;
        line-height: 28px;
    }

    .why-choose-us-box {
        width: 100%;
        margin-top: 20px;
    }

    .choose-us-info-box {
        width: calc(100% - 6px);
        padding: 12px 22px 24px 22px;
    }

    .feature-desp {
        max-width: 275px;
    }

    .how-to-sell-section {
        padding: 30px 20px 30px;
    }

    .how-to-sell-heading {
        width: 320px;
    }

    .how-to-sell-bottom {
        margin-top: 20px;
    }

    .how-to-sell-step .how-to-sell-sec:first-child .how-to-sell-box,
    .how-to-sell-step .how-to-sell-sec:nth-child(2) .how-to-sell-box {
        margin-bottom: 12px;
    }

    .how-to-sell-box {
        min-height: 289px;
    }

    .sellers-review-section {
        padding: 30px 20px 30px;
    }

    .seller-reviews-heading {
        width: 320px;
    }

    .sellers-review-bottom {
        margin-top: 20px;
    }

    .sellers-review-box {
        width: calc(100% - 8px);
        height: auto;
    }

    .sellers-review-list div:nth-child(odd) .sellers-review-box {
        margin-right: 8px;
    }

    .sellers-review-list div:nth-child(even) .sellers-review-box {
        margin-left: 8px;
    }

    .seller-info-sec .seller-company-txt,
    .seller-info-sec .seller-subscription-txt {
        font-size: 12px;
    }

    .review-play-icon img {
        width: 50px;
        height: 50px
    }

    .expert-help-section {
        padding: 30px 20px 30px;
    }

    .expert-help-heading {
        width: 320px;
    }

    .expert-help-bottom {
        margin-top: 20px;
    }

    .expert-help-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .expert-help-sec {
        padding-left: 0px;
        padding-right: 0px;
    }

    .expert-help-box {
        margin-bottom: 12px;
    }

    .expert-help-list .expert-help-sec:last-child .expert-help-box {
        margin-left: 0px;
        margin-right: 0px;
    }

    .categories-section {
        padding: 30px 0px 30px;
    }

    .categories-heading {
        width: 320px;
    }

    .faqs-section {
        padding: 30px 0px 36px;
    }

    .faqs-bottom {
        margin-top: 20px;
    }

    .faq-accordion .card-header {
        line-height: 22px;
        padding: 6px 112px 6px 16px !important;
    }

    .categories-txt-br {
        display: none;
    }
      .seller-photo-box {
        height: auto;
    }
    .seller-photo-box img {
        height: auto;
    }
    


}

/* @media screen and (min-width: 800px) and (max-width: 834px) {
    .sellers-review-box {
        height: 234px;
    }
} */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .sellers-review-list div:nth-child(3) .sellers-review-box,
    .sellers-review-list div:nth-child(4) .sellers-review-box {
        margin-top: 16px;
    }
}
@media screen and (max-width: 767px) {

    .choose-us-info-box {
        width: 100%;
    }

    .why-choose-us-box div:nth-child(odd) .choose-us-info-box {
        margin-right: 0px;
    }

    .why-choose-us-box div:nth-child(even) .choose-us-info-box {
        margin-left: 0px;
    }

    .why-choose-us-box div:last-child .choose-us-info-box {
        margin-bottom: 0px;
    }

    .how-to-sell-step .how-to-sell-sec:nth-child(3) .how-to-sell-box {
        margin-bottom: 12px;
    }

    .how-to-sell-box {
        min-height: 267px;
    }

    .sellers-review-box {
        width: 100%;
    }

    .sellers-review-list div:nth-child(odd) .sellers-review-box {
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .sellers-review-list div:nth-child(even) .sellers-review-box {
        margin-left: 0px;
        margin-bottom: 16px;
    }

    .sellers-review-list div:last-child .sellers-review-box {
        margin-bottom: 0px;
    }

    .expert-help-img {
        display: none;
    }
     .expert-help-btn {
        width: calc(100% - 40px);
    }

}

/* @media screen and (min-width: 576px) and (max-width: 767px) {
    .sellers-review-box {
        height: 352px;
    }
}

@media screen and (min-width: 505px) and (max-width: 575px) {
    .sellers-review-box {
        height: 292px;
    }
}

@media screen and (min-width: 481px) and (max-width: 504px) {
    .sellers-review-box {
        height: 277px;
    }
}

@media screen and (max-width: 480px) {
    .sellers-review-box {
        height: 277px;
    }
}

@media screen and (max-width: 432px) {
    .sellers-review-box {
        height: 246px;
    }
}

@media screen and (max-width: 430px) {
    .sellers-review-box {
        height: 245px;
    }
}

@media screen and (max-width: 428px) {
    .sellers-review-box {
        height: 244px;
    }
}

@media screen and (max-width: 414px) {
    .sellers-review-box {
        height: 235px;
    }
}

@media screen and (max-width: 412px) {
    .sellers-review-box {
        height: 234px;
    }
}

@media screen and (max-width: 411px) {
    .sellers-review-box {
        height: 233px;
    }
}

@media screen and (max-width: 402px) {
    .sellers-review-box {
        height: 228px;
    }
}

@media screen and (max-width: 393px) {
    .sellers-review-box {
        height: 222px;
    }
}

@media screen and (max-width: 390px) {
    .sellers-review-box {
        height: 220px;
    }
}

@media screen and (max-width: 384px) {
    .sellers-review-box {
        height: 216px;
    }
}

@media screen and (max-width: 375px) {
    .sellers-review-box {
        height: 211px;
    }
}

@media screen and (max-width: 360px) {
    .sellers-review-box {
        height: 201px;
    }
} */