.btn-default.big {
    transform: scale(1.3);
}

.section-title h2 span {
    margin-bottom: 10px;
    letter-spacing: 3px;
    opacity: 0.75;
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    display: block;
    color: #fff;
}

.coaching--page .img img {
    min-height: 500px;
    object-fit: cover;
    object-position: top;
}

.coaching--page.vocation .img img {
    max-height: 650px;
}

.hp--press {
    padding: 80px 0px;
    background: #f0f0f0;
}

.hp--press .img img {
    /* TODO: use aspect ratio */
    border-radius: 20px;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

.hp--press .img a {
    display: block;
    border-top-right-radius: 20px;
    background: #fff;
    border-top-left-radius: 20px;
}

.hp--press .text {
    padding: 15px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 130px;
}

.hp--press .single--press:hover .text {
    background: #dc1c2e;
    color: #fff;
    transition: 0.4s all ease;
}

.hp--press .single--press:hover .text a {
    color: #fff;
}

.hp--press .single--press:hover .text img {
    filter: brightness(0) invert(1);
}

.hp--press .text h3 {
    font-size: 20px;
    font-weight: 600;
}

.hp--press .text a {
    color: #000;
    transition: 0.4s all ease;
}

.hp--press .text img {
    max-height: 70px;
    margin-top: 10px;
    max-width: 140px;
    transition: 0.4s all ease;
}

.listings--buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ng-star-inserted img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-muted {
    color: #6c757d !important;
}

.buyerseller--page .imgstyle.right img {
    min-height: 700px;
    width: 100%;
    object-fit: cover;
}

#singleMap {
    width: 100%;
    height: 500px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    top: 0;
}

.works-img .propertybox {
    padding: 0;
    margin-bottom: 0;
    display: block;
}

.works-img .hp-fp-item-details {
    padding: 30px 30px 0;
    font-family: "europa", sans-serif;
}

#map .leaflet-container a.leaflet-popup-close-button {
    z-index: 5;
}

@media screen and (min-width: 1200px) {
    .mapSearch #map {
        height: 650px;
    }
}
