.rent-class {
    padding: 5px;
    background: #0B8C5D;
    border-radius: 5px;
    color: white;
}

.rent-class-inner {
    padding: 5px;
    background: #0B8C5D;
    border-radius: 5px;
    color: white;
    width: 43%;
    margin-left: 7px;
    text-align: center;
}

.swiper-tokens {
    height: 60vw;
}

.creativity__head .h1 {
    font-size: 4rem;
}

.catalog_main .discover__slide {
    min-height: calc(100vh - 20rem);
}

.catalog__head .catalog__title {
    margin-top: 3rem;
}

form.ms2_form div.smfix a.rental-button {
    width: 50%;
}

@media (max-width: 968px) {
    
   .swiper-tokens {
    height: auto;
}

.creativity__head .h1 {
    font-size: 3rem;
}
  
}

@media (max-width: 767px) {
    
    .smfix {
        font-size:11px!important;
    }
    
    .rent-class-inner {
    width: 37%;
}

form.ms2_form div.smfix a.rental-button {
    width: 52%;
}
  
}