@charset "utf-8";

.footer-padding{
  padding: 2em 0 1em!important;
}

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

.margin-auto{
  margin:0 auto!important;
}

.qodef-swiper-container{
  width: 28vw!important;
}
.swiper-wrapper{
  height: fit-content!important;
}

.swiper-slide{
  height: fit-content!important;
}
@media screen and (max-width:980px){
  .qodef-swiper-container{
    width: 40vw!important;
  }
}
@media screen and (max-width:480px){
  .qodef-swiper-container{
    width: 80vw!important;
  }
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-e-content .qodef-grid-item.qodef-portfolio-info{
  margin: 0.8em 0 1.2em!important;
}

@media screen and (max-width:780px){
  .small-font-sp{
    font-size: 0.76em;
  }
}