.ts-accordion-item-top {
    display: grid;
    grid-template-columns: auto 75px;
    align-items: center;
}

.ts-accordion-item {
    padding: 2rem 0;
}

.ts-accordion-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.vendor-image {
    align-self: center;
    justify-self: center;
    padding: 15px;
    max-width: 200px;
}

.chevron-james {
    width: 50px;
    height: 50px;
    background: transparent;
    align-self: center;
    justify-self: center;
    position: relative;
    padding: 10px;
    cursor: pointer;
}

.top-image {
    max-width: 250px;
}

.chevron-james.open .chevron-james-jr {
    transform: rotate(-45deg);
    top: 20px;
}


.content-wrapper {
    padding: 3rem 5rem;
    font-size: 17px;
    overflow-wrap: break-word;
}

.ts-title {
    font-size: 20px;
}

.accordion-content.open {
    max-height: 1000px;
    margin-top: 10px;
}


.pagination-accordion {
    text-align: center;
}

a.currentPage.active.numbers {
    color: black;
    font-weight: 700;
}

.my-button {
    height: auto;
    width: auto;
}

.ctaText {
    padding: 10px 20px 0 0;
}

@media screen and (max-width: 767px){
    .content-wrapper{
        padding: 1rem;
    }
}