.background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.postGallery img {
    object-fit: cover;
    height: 500px;
}

.swiper-button-next, .swiper-button-prev {
    color: #f2652c;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.single-post-content a {
    color: #f2652c;
    text-decoration: underline;
}

.single-post-content a:hover {
    text-decoration: none;
}