.happy-sellers {
    padding: 50px 0;
}
.happy-sellers-left h2 {
    color: #0729c1;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
}
.happy-seller-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.happy-seller-item-info p {
    color: #0729c1;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}
.happy-seller-item + .happy-seller-item {
    margin-top: 20px;
}
.happy-seller-item-img img {
    margin-top: 5px;
}
.happy-sellers-right-inner {
    display: flex;
    gap: 20px;
}
.happy-sellers-right-item img {
    max-width: 100%;
}
.happy-sellers-right-cell {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.happy-sellers-right {
    border: 6px solid #fbcb00;
    border-radius: 10px;
    padding: 15px;
}
.happy-seller-copyright p {
    margin-bottom: 0;
    color: #0729c1;
    font-size: 12px;
}
.happy-seller-button a {
    background: #fbcb00;
    border: none;
    padding: 15px 30px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
}
.happy-seller-button {
    margin: 30px 0;
}
@media (min-width: 992px) {
    .happy-seller-item-img img {
        max-width: 30px;
    }
}
@media (max-width: 1229px) {
    .happy-sellers-left h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .happy-seller-item-info p {
        font-size: 16px;
        line-height: 22px;
    }
    .happy-seller-button a {
        padding: 10px 25px;
        font-size: 18px;
    }
    .happy-seller-button {
        margin: 20px 0;
    }
    .happy-sellers-right {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .happy-seller-item {
        align-items: center;
    }
    .happy-seller-item-info p {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
     .happy-seller-item {
        flex-direction: column;
    }
    .happy-sellers-left h2 {
        font-size: 38px;
        line-height: 52px;
        text-align: center;
    }
    .happy-seller-button {
        text-align: center;
    }
    .happy-seller-button a {
        margin: 0 auto;
        padding: 12px 40px;
    }
    .happy-seller-copyright p {
        font-size: 14px;
        text-align: center;
    }
    .happy-seller-copyright {
        display: none;
    }
    .happy-seller-item-img img {
        max-width: 65px;
        margin-top: 0;
    }
    .happy-seller-item + .happy-seller-item {
        margin-top: 30px;
    }
    .happy-sellers {
        padding: 40px 0 70px;
    }
}
@media (max-width: 767px) {
    .happy-sellers-left h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .happy-sellers-right-inner {
        flex-direction: column;
    }
    .happy-sellers-right-item img {
        width: 100%;
    }
    .happy-sellers-right {
        padding: 25px;
    }
}