.top-deals-block {
    background-image: url(https://sammre.com/hubfs/lg-light-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover
}

.top-deals-block h2 {
    font-size: 2rem;
    font-weight: 700
}

.rc-cta-box {
    margin-top: 55px
}

.card-body {
    padding: 2rem
}

.card-body .sponsor {
    color: #8f8f8f;
    font-size: .625rem;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 5px
}

.card-body .pre {
    color: #b4b4b4;
    padding-right: .35rem
}

.property-table {
    border-bottom: unset;
    flex-grow: 1;
    margin-bottom: .5rem;
    width: 100%
}

.property-table .row {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 10px !important
}

.property-table .row:not(:last-child) {
    border-bottom: 1px solid var(--cs-almost-black-3)
}

.property-table .label {
    color: #656565;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 1.25rem;
    text-align: left
}

.property-table .label,
.property-table div.value {
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    white-space: nowrap !important
}

.property-table div.value {
    color: #0e223a;
    font-size: 17.6px;
    font-weight: 700;
    max-width: 40%;
    overflow: hidden !important;
    padding-right: 1.25rem;
    text-align: right;
    text-transform: lowercase
}

.property-table .col {
    padding: unset;
    padding-bottom: 5px;
    padding-top: 5px
}

.cs-prop-card .card-body .card-title {
    flex: 0 0 120px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    text-align: left
}

.card-title {
    margin-bottom: .75rem
}

.card.cs-prop-card {
    border-radius: 2px !important;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, .03);
    margin-bottom: 30px
}

.cs-prop-card .card-body .card-title h4 {
    font-family: var(--cs-header-font);
    font-size: 20px;
    font-weight: 700
}

.slick-initialized a {
    color: #bc9c5c !important
}

#top-section {
    background-image: url();
    background-size: cover;
    min-height: 450px;
    position: relative
}

.slick-slide img {
    display: block
}

.cs-prop-card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card-img-top {
    width: 100%
}

img {
    border-style: none;
    vertical-align: middle
}

.td-card-image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 4px solid #2e96d9;
    border-radius: 2px;
    height: 272px
}

.top-deals-block .slick-arrow.prev {
    left: -10px;
    top: 40%
}

.top-deals-block .slick-arrow.next {
    right: -10px;
    top: 40%
}

.top-deals-block .fa {
    color: #dbdbdb;
    cursor: pointer;
    font-size: 3.5rem;
    font-weight: 700
}

.top-deals-block .slick-arrow {
    position: absolute
}

.fa {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto
}

.slick-dots li button:before {
    font-size: 30px;
    line-height: 20px
}

@media(max-width:576px) {
    .rc-cta-box {
        margin-bottom: 50px;
        margin-top: 50px
    }
}