@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li {
font-family: "Manrope", sans-serif!important;
}

@media(max-width:768px){
 .repeating-header {
      position: unset !important;
  }
} 
@media (max-width: 767px){
.flex {
    flex-direction: column;
}
    .items-center{
        align-items: start!important;
    }
}
@media(max-width:768px){#is-boxes {
display:flex!important;
flex-direction: column;
}
#last {
order: 2;
}
#first {
order: 1;
}
#last2{
order:3;
}
.row.way{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
}

.slide-price{

}

.image{
    width: 320px;
}

.navbar{
    border:0px!important;
}

.footer{
    border:0px ;;}




div.footer{
background-color: #55585a!important;
}

.text-header{
    padding-left: 200px; 
    padding-right: 200px;
}
@media(max-width: 1023px){
    .text-header{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}