.best-brands-header-content > p:first-child {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    justify-content: center;
    text-align: end;
}
.best-brands-header-content-btn-row > div:first-child,
.best-brands-header-content-btn-row > div:last-child {
    font-size: 18px;
    font-weight: 400;
    border: 1px solid var(--primary);
    line-height: 42px;
    width: 46%;
    text-align: center;
}
.best-brands-header-content-description {
    font-size: 14px !important;
    font-weight: 400;
    text-align: justify;
    direction: rtl;
}
.best-brands-header-content-btn-row > div:first-child {
    background-color: var(--primary);
    background-color: var(--primary);
    color: #fff !important;
}
.best-brands-header-content-box {
    padding: 30px 80px;
}
.best-brands-header-content {
    gap: 10px;
}
.best-brands-header-content-btn-row > div:last-child {
    background-color: #fff;
    color: var(--primary) !important;
}
@media (max-width: 991.98px) {
    .best-brands-header-content-box {
        padding: 20px 30px;
    }
}
.best-brands-header-content-btn-row a {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
}
.best-brands-header-content-btn-row a:hover {
    background-color: var(--primary);
    color: #fff !important;
    transition: 0.5s;
}
.best-brands-header-content-btn-row {
    justify-content: space-evenly !important;
}
