.price-image {
    background-image: url(/assets/images/miscellaneus/precios.JPG) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

#desktop-slider .carousel-item {
    background-position: center center !important;
}
.testimonial-image-container {
    margin: 0px !important;
}
.testimonial-image {
    width: 100% !important;
    border-radius: 0px !important;
}
@media only screen and (max-width: 768px) {
    .price-image {
        background-position: center center !important;
        background-position-y: 120px !important;
        background-repeat: no-repeat !important;
        background-color: #fc6834 !important;
    }
}

#instagram-feed .card {
    min-height: 20rem !important;
}

.banner-one img {
    height: 350px !important;
}
