/* Add custom CSS styles below */ 
.text-gray-600{
color: rgb(255 255 255);
}

.s-block--main-slider-2.is-first-block .swiper-slide {
    padding-top: 2rem;
}

.text-2xl {
    text-align: center;
}

@media only screen and (max-width: 800px) {
.pt-32 {
    padding-top: 22rem;
}
}

.bg-gray-50\/90 {
    background-color: rgb(65 37 26);
}

.opacity-90 {
    color: white;
    opacity: 0.9;
}