
.MyLPs {
  color: #363535;
  background-color: white;
}
.MyLPs .col_xs_4,
.MyLPs .col_xs_6,
.MyLPs .col_xs_8,
.MyLPs .col_xs_12 {
  padding: 10px;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.space80 {
  height: 80px;
}
.f18 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.f30_light {
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}
.f30_bold {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
.f36 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.TopBanner {
  background: #ffd157 url('//support3.you.gr/you/redesign/landing_pages/2020_We_stay_home_info/images/TopBanner_bg.jpg') center bottom no-repeat;
  padding-top: 10px;
}
.TopBanner img {
  margin: 0 auto;
}
.Number {
  font-size: 50px;
  font-weight: 800;
  color: #ddd;
}
.Number span {
  font-size: 40px;
  font-weight: 500;
}
.WarningBox {
  position: absolute;
  right: 10px;
  top: 20px;
  background-color: #4960f2;
  padding: 20px 15px;
  color: white;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  border-radius: 20px;
  width: 200px;
  text-align: center;
}
.WarningBox img {
  margin: 0 auto 7px auto;
}
.OurTeam {
  background: url('//support3.you.gr/you/redesign/landing_pages/2020_We_stay_home_info/images/girl.jpg') center center no-repeat;
  background-size: 100%;
  padding:404px 0;
}
.my-divider {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: black;
  opacity: 0.8;
}
.BottomBanner {
  background: #ffd157 url('//support3.you.gr/you/redesign/landing_pages/2020_We_stay_home_info/images/bottomBanner_bg.jpg') center top no-repeat;
  background-size: 100%;
  padding: 150px 0 50px 0;
  margin-top: 50px;
}
@media (max-width: 1260px) {

.OurTeam {
  padding:200px 0;
	}
}
@media (max-width: 991px) {
  .OurTeam {
    background: none;
    padding: 50px 0 0 0;
  }
  .my-divider {
    height: 1px;
    width: 100%;
    margin: 20px auto 40px auto;
  }
}
@media (max-width: 768px) {
  .f50 {
    font-size: 40px;
    line-height: 45px;
  }
  .f36 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .f30_light,
  .f30_bold {
    font-size: 20px;
    line-height: 25px;
  }
  .MyLPs .f24{
	font-size:18px;
  }
}