.MyLPs {
  background-color: #f0f0f2;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .f30 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.MyLPs .f18 {
  font-size: 18px;
  line-height: 25px;
}
.MyLPs .btnCommon {
  max-width: 465px;
  width: 100%;
  padding: 20px 15px;
  font-size: 18px;
}
.BoxesWrapper {
  display: flex;
}
.Boxes {
  background-color: white;
  width: 100%;
}
.SamsungProducts {
  display: flex;
  justify-content: center;
}
.SamsungProducts div {
  align-self: center;
  margin: 10px;
}
.Or {
  font-size: 30px;
  font-weight: 500;
  position: relative;
}
.Or span {
  background-color: white;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.Or::after {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 1PX;
  width: 100%;
}
.samsungBg {
  height: 100%;
  width: 100%;
  background: url('https://support3.you.gr/you/redesign/landing_pages/2021-Samsung-Galaxy-S21-Series-5G/images/samsungBg.jpg') center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .BoxesWrapper {
    display: block;
  }
  .samsungBg {
    height: 250px;
    background: url('https://support3.you.gr/you/redesign/landing_pages/2021-Samsung-Galaxy-S21-Series-5G/images/samsungBg_m.jpg') center center no-repeat;
    background-size: cover;
  }
  .Boxes {
    background-color: white;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .MyLPs .f30 {
    font-size: 25px;
    line-height: 35px;
  }
  .MyLPs .f18 {
    font-size: 16px;
    line-height: 23px;
  }
  .SamsungProducts img {
    max-width: 90px!important;
  }
}