.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 .f12 {
  font-size: 12px;
  line-height: 18px;
}
.MyLPs .btnCommon {
  max-width: 465px;
  width: 100%;
  padding: 20px 15px;
  font-size: 18px;
}
.BoxesWrapper {
  display: flex;
  justify-content: center;
}
.Boxes {
  background-color: white;
  width: auto;
  position: relative;
}
.Boxes:first-of-type {
  width: 60%;
}
.Boxes:first-of-type .samsung_logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
.Boxes:first-of-type .galaxy {
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: 300px;
  width: 100%;
  padding-right: 20px;
}
.Boxes:first-of-type p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 200px;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
  opacity: 0.6;
}
.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-Z-Fold3/images/samsungBg.jpg') center center no-repeat;
  background-size: 100%;
}
@media (max-width: 1200px) {
  .Boxes:first-of-type .galaxy {
    bottom: 70px;
  }
  .Boxes:first-of-type p {
    max-width: 90%;
    left: 17px;
    right: unset;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .BoxesWrapper {
    display: block;
  }
  .samsungBg {
    height: 470px;
    background: url('https://support3.you.gr/you/redesign/landing_pages/2021_Samsung-Galaxy-Z-Fold3/images/samsungBg.jpg') center center no-repeat;
    background-size: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .Boxes {
    background-color: white;
    width: 100% !important;
  }
}
@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;
  }
  .samsungBg {
    max-width: 100%;
  }
}