.homepage-categories-title {
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 50px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.homepage-categories-title a {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #2E2E2E;
}

.homepage-categories-title a svg {
    margin-top: 3px;
}

.homepage-categories .homepage-category-name {
    margin-top: 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.homepage-categories img {
    border-radius: 10px;
    width: 310px;
    flex: 1 0 0;
    aspect-ratio: 297 / 160;
}

.homepage-categories .owl-buttons .owl-prev,
.homepage-categories .owl-buttons .owl-next {
    width: 41px;
    height: 41px;
    border-radius: 100px;
    border: 1px solid #ECECEC;
    background: #FFF;
    top: 50%;
    transform: translateY(-50%) !important;
}

.homepage-categories.owl-carousel .owl-item {
    padding: 0;
}

.homepage-categories.owl-theme .owl-buttons div.owl-prev {
    left: -5px;
}

.homepage-categories.owl-theme .owl-buttons div.owl-next {
    right: -5px;
}

.homepage-categories.owl-theme .owl-buttons div:before,
.homepage-categories.owl-theme .owl-buttons div:hover:before {
    color: #2E2E2E;
}

@media (max-width: 767px) {
    .homepage-categories {
        margin: 0 0 30px;
    }

    .homepage-categories-title {
        margin: 0;
        margin-bottom: 15px;
    }

    .homepage-categories .owl-buttons {
        display: none;
    }
}
