/* Add custom CSS styles below */ 

.osh_card {
    position: unset;
    transform: unset !important;
}
.group.container {
    gap: .75rem;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;
    width: 40%;
}
.categories_1 .py-5 {
    padding-bottom: 0;
    padding-top: 0;
}

/* Categories */

.s-block__title {
  justify-content: start;
}
.s-block__title h2 {
  color: #0a2a52;
  font-size: 50px;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 400px;
}

.s-contacts-list #contact-slot:nth-child(2){
    display:none
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
  
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

@media (max-width: 768px) {
.group.container {
 
    width: 100%;
}
}