.category-accessory-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 3.75rem;
}

.category-accessory-container.content-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 480px) {
    .category-accessory-container.content-first {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .category-accessory-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0 0 5rem 0;
    }
}

.category-accessory-container .category-accessory-banner {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .category-accessory-container .category-accessory-banner {
        width: 100%;
    }
}

.category-accessory-container .category-accessory-banner .banner-img {
    width: 100%;
    padding: 1rem;
    object-fit: contain;
    max-height: 400px;
}

.category-accessory-container .category-accessory-content {
    width: 50%;
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .category-accessory-container .category-accessory-content {
        width: 100%;
        padding: 1.25rem;
    }
}

.category-accessory-container .category-accessory-content .tagline {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.13em;
    text-align: left;
    text-transform: uppercase;
    max-width: 29rem;
}

.category-accessory-container .category-accessory-content .header {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 29rem;
}

.category-accessory-container .category-accessory-content .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 29rem;
    margin-bottom: 1.8125rem;
}