body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #3b3b3b;
}

h1 {
    font-size: 2.2rem;
}

.site {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .site {
        border-radius: 30px;
    }
}

h1 {
    color: #333;
}

p {
    color: #666;
}

ul.sale {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}

ul.sale li {
    display: inline;
    font-size: 1rem;
    color: #999;
}

ul.sale li:not(:last-child)::after {
    content: '/';
    margin: 0 10px;
}

.img-holder {
    position: relative;
    width: 100%;
}

.img-holder img {
    width: 100%;
    height: auto;
}

.description p:last-child {
    margin: 0;
}

.for-sale {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-weight: 700;
    background-color: #da0000;
}

.for-sale-subtitle {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-weight: 700;
    background-color: #999;
}

.price {
    padding: 10px 0;
    color: #ffff;
    font-weight: 700;
    background-color: #da0000;
    margin: 0;
}

.row-gallery {
    background-color: #1a1a1a;
    padding: 3rem 0;
    color: #fff;
    text-align: center;
}

.row-gallery h3 {
    margin-bottom: 1rem;
}

.gallery {
    font-size: 0;
}

.gallery .gallery-item {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin: 3px;
}

.gallery .gallery-item a {
    display: inline-block;
    width: 75px;
    height: 75px;
}

.gallery .gallery-item a::after {
    content: '\F62C';
    font-family: 'Bootstrap-Icons';
    position: absolute;
    bottom: 0;
    right: 5px;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}