.bullet-card-inner {
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.bullet-card-inner.last-location-carousel img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 320px;
    max-height: initial;
    width: 100%;
    object-fit: cover;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.bullet-card-inner h4 {
    min-height: 25px;
}

h4.semi-bold, h4.semi-bold a {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2em !important;
    text-transform: uppercase;
    letter-spacing: -0.05px;
    color: #000;
}



.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.mso-slider__side-arrowss {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}