<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 600px) {
    .flex-responsive{
      flex-basis: 100% !important;
    }
   
  
  }
  @media screen and (max-width: 600px){
  .application-flex-responsive{
       flex-basis: 100% !important;
       
  } 
  .application-flex-children{
    margin-top:20px
  }
}

@media screen and (max-width: 770px){
  .application-flex-responsive{
       flex-basis: 100% !important;
       
  } 
  .application-flex-children{
    margin-top:20px
  }

  .site-logo {
    width: 175px !important;
    height: auto !important;
  }
  
  

  .Modern-Slider .item .slide-info&gt;div {
    display: inline-block !important;
    position: absolute;
    bottom: 2em;
    right: 0 !important;
    padding: 1em;
    background-color: #f17377;
    width: 330px  !important;
    opacity: .7;
    left: 0 !important;
    margin: auto !important;
}

.slide-info h2 {
  font-size: 1.5em;
}

.owl-simple .owl-nav .owl-prev {
  left: 0;
}

.owl-simple .owl-nav .owl-next {
  right: 0px;
}

.cat .cat-block img {
  width: auto;
  height: 60px;
}

.footer-middle {
  padding: 1rem 0 3rem !important;
}

.footer .widget{
  padding:0 !important;
}

}


@media screen and (max-width: 991px){
      .site-logo {
        width: 175px;
        height: auto !important;
    }
    
    .cat-block img {
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.35sease;
    width: 100%;
    height: 69px;
    object-fit: cover;
}
}
</pre></body></html>