*{
 font-family: 'Montserrat', sans-serif;
}
/* REMOVE PADDING IN MOBILE */
body .body-container.container-fluid{
   padding:0;
}
/* REMOVE PADDING IN MOBILE */
 .hero_customModule-wrapper-right {
    display: flex;
    align-items: center;
   justify-content:center;
}
.font35{
  font-size:35px;
}
.font20{
  font-size:20px;
}

.hero_customModule {
 align-items:center;
 display:flex; 
  margin-top:50px;
}
.hero_customModule-wrapper {
 display:flex;
 margin:0 auto;
 padding:40px 0;
 width:100%
}
.hero_customModule-wrapper-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero_customModule-wrapper-right img {
  width:100%; 
  display:block;
  height:auto;
}
@media(min-width:1000px) {
 p {
  display:block
 }
}
@media(max-width:900px) {
  .hero_customModule{
      min-height: unset;
     line-height:1.5;
  }

.hero_customModule-wrapper {
 display:flex; 
  justify-content: center; 
}
  .hero_customModule-wrapper > div{
    width: 100%!important;;
  }
/*    .hero_customModule-wrapper-right{
   display: none;
  } */
  /*  ADD PADDING IN MOBILE */
  .hero_customModule{
    padding:20px;
  }
   /*  ADD PADDING IN MOBILE */
  
  .hero_customModule-wrapper {
    padding: 30px 10px; 
    }
  
}
@media(max-width:768px) {
  .font35{
  font-size:25px;
}
.font20{
  font-size:15px;
}
  line-height: 35px!important;
}
//=============//
button.sneakerlostBTN {
    border: none;
    background: #FA7671;
    color: white;
    font-weight: 100;
    padding: 0 10px;
    line-height: 35px;
    border-radius: 25px;
}
