.MyLPs {
  color: #2b2d40;
  overflow: hidden;
  background-size: 100%;
  padding-bottom: 30px;
  position: relative;
  line-height: 1.2;
  font-weight: 500;
}
.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .btnCommon {
  font-size: 18px;
  font-weight: 700;
  color: #2d2b41;
  background-color: white;
  border-radius: 5px;
  padding: 15px 10px;
  display: block;
  transition: all linear 0.2s;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 10px auto;
  -webkit-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 6px 12px 1px rgba(0, 0, 0, 0.15);
}
.MyLPs .btnCommon span {
  align-self: center;
}
.MyLPs .btnCommon:hover {
  /*background-color: @blue;*/
}
.MyLPs .linkStretched {
  z-index: 5;
  overflow: hidden;
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.MyLPs .bgGreen {
  background-color: #85c440;
}
.MyLPs .clrGreen {
  color: #85c440;
}
.MyLPs .f18 {
  font-size: 18px;
  margin-bottom: 15px;
}
.MyLPs .f23 {
  font-size: 23px;
  margin-bottom: 15px;
}
.MyLPs .f30 {
  font-size: 30px;
  margin-bottom: 15px;
}
.MyLPs .f40 {
  font-size: 40px;
  margin-bottom: 15px;
}
.MyLPs .w300 {
  font-weight: 300;
}
.MyLPs .w800 {
  font-weight: 800;
}
.section1 {
  background-color: #2a2d40;
  background-image: url('https://support3.you.gr/you/redesign/landing_pages/2022-Svuum2/section1a.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1500px;
  padding-top: 40px;
  height: 400px;
}
.SvuumBoxes_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.boxes:not(:last-child) {
  border-radius: 20px;
  background: white;
  margin-right: 20px;
  padding: 20px;
  min-height: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.15);
}
.boxes:not(:last-child) img {
  margin: 0 auto 20px auto;
}
.boxes {
  width: calc(25% - 20px);
}
.boxes:last-child {
  align-self: end;
}
.greenBox {
  background-color: #68d4c5;
  border-radius: 20px;
  padding-block: 0 30px;
  padding-inline: 30px;
  margin-top: 70px;
}
.greenBox .title {
  background-color: #2b2d40;
  padding: 5px 25px;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: -18px;
  margin-inline: auto;
}
.Citys_wrappers {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 30px auto 0 auto;
}
.City {
  background-color: #cbf0eb;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin: 10px;
  width: calc(50% - 20px);
}
@media (max-width: 1480px) {
  .section1 {
    background-size: 130%;
    padding-top: 40px;
    padding-bottom: 16%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .MyLPs .f16 {
    font-size: 14px;
  }
  .MyLPs .f18 {
    font-size: 16px;
  }
  .MyLPs .f23 {
    font-size: 20px;
  }
  .MyLPs .f30 {
    font-size: 23px;
  }
  .MyLPs .f40 {
    font-size: 28px;
  }
  .section1 {
    background-image: url('https://support3.you.gr/you/redesign/landing_pages/2022-Svuum2/section1am.jpg');
    background-size: 100%;
    padding-top: 40px;
    padding-bottom: 45%;
  }
  .section1 .f23 {
    max-width: 100% !important;
  }
  .boxes {
    margin: 20px;
    width: calc(50% - 40px);
  }
  .Citys_wrappers {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
	.section1 .f40:last-of-type{
		max-width:100%!important;
		line-height: 38px;
	}
  .boxes {
    margin: 5px !important;
    padding: 15px;
    width: calc(50% - 10px) !important;
  }
  .boxes:last-child {
    padding: 0;
  }
  .City {
    margin: 5px 0;
    width: 100%;
  }
}