.price-chart{
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px) {
    .price-chart{
        display: none;
    }
}

.price-chart .title{
    margin-bottom: .8rem;
    position: relative;
}

.price-chart .types-of-pet-ct {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 0;
    gap: 0 !important;
    justify-content: space-between;
}

.price-chart  .types-of-pet-ct__cards {
    height:auto;
    width: 45%;
    padding: 0;
    box-shadow: none;
    margin-bottom: .81rem;


}

.price-chart  .types-of-pet-ct__cards-title {
    font-weight: 400 !important;
    font-size: var(--co-font-2)  !important;
    color: black;
}

.price-chart  .types-of-pet-ct__cards > hr {
    width: 100%;
    margin-top: .33rem;
}

.price-chart__arrow{
    position: absolute;
    top: .7rem;
    height: 1.7rem;
    width: 2.2rem;
    /* left: .1rem; */
}

.price-chart .types-of-pet-ct__cards-price{
    font-size: var(--co-font-2);
    font-display: 700;
}