.exclusive-hero {
    align-items: center;
    background: url(/themes/custom/brokerage/images/shutterstock_2334387793.png);
    background-position: center;
    background-size: cover;
    display: flex;
    height: 500px;
    justify-content: center;
    padding-top: 73.69px;
    position: relative;
    text-align: center;
    width: 100%;
}

.exclusive-hero::before {
    background-color: rgba(0,0,0,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.exclusive-loading-message {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.card-img-top {
    height: 315px !important;
    object-fit: cover;
    width: 100% !important;
}

.exclusive-card-type {
    background-color: #82684c;
    color: #FFF;
    right: 0;
    line-height: 1;
    padding: .75rem 2rem;
    position: absolute;
    top: 0;
    z-index: 1;
}