.MyLPs {
  color: black;
  background: #3a3d57;
}

.MyLPs img {
  width: auto;
  max-width: 100%;
}
.MyLPs .f22 {
  font-size: 22px;
  line-height: 32px;
}
.MyLPs .f40 {
  font-size: 40px;
  line-height: 45px;
}
.MyLPs .f48 {
  font-size: 48px;
  line-height: 55px;
}
.MyLPs .w900 {
  font-weight: 900;
}
.MyLPs .w800 {
  font-weight: 800;
}
.MyLPs .w500 {
  font-weight: 500;
}
.MyLPs .btnCommon {
  background: #7f7dfa;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 25px;
  color: white;
  transition: all linear 0.12s;
}
.MyLPs .btnCommon:hover {
  background: #7f7dfa;
  opacity: 0.8;
}
.HeroDesc {
  padding-block: 100px;
  z-index: 2;
}
.HeroImg {
  position: absolute;
  top: -10px;
  right: 4%;
}
.bubble {
  background-color: #e6e2de;
  padding: 18px 35px;
  font-weight: 500;
  border-radius: 50px;
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
}
.bubble::after {
  content: '';
  position: absolute;
  left: 50px;
  bottom: -20px;
  height: 25px;
  width: 30px;
  background: url('https://support3.you.gr/you/redesign/landing_pages/2021_Epidotisi_logistwn/triangle.png') center center no-repeat;
}
.productsContainer {
  padding: 10px 8px;
}
.productsWrapper {
  position: relative;
  background-color: white;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all linear 0.12s;
}
.productsWrapper img {
  margin: 0 auto;
}
.productsWrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 7px 29px 0px;
}
.productsWrapper:hover .btnCommon {
  background: #7f7dfa;
  opacity: 0.8;
}
.productSection {
  width: 70%;
}
.ActionSection {
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
.productName {
  color: #2a2c41;
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ContactUs {
  background: #e6e2de;
  border-radius: 50px;
  padding: 80px 60px 80px 30%;
  color: #3a3d57;
  position: relative;
}
.ContactUs img {
  position: absolute;
  bottom: -55px;
  left: -20px;
}
.ContactUs::after {
  content: '';
  position: absolute;
  right: 20px;
  top: -76px;
  width: 122px;
  height: 76px;
  background: url('https://support3.you.gr/you/redesign/landing_pages/2021_Epidotisi_logistwn/leaves.png') center center no-repeat;
  background-size: auto;
}
ul.Note li {
  font-size: 18px;
  line-height: 24px;
  color: white;
  margin: 20px 0;
  list-style: disc;
  padding-left: 10px;
}
ul.Note li a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 1500px) {
  .HeroImg {
    right: -50px;
    max-width: 500px !important;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1300px) {
  .productsContainer_small .productSection {
    width: 50%;
  }
  .productsContainer_small .ActionSection {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .myContainer {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .HeroImg {
    right: unset;
    left: 50%;
    max-width: 400px !important;
    top: -20px;
    transform: translate(-50%, 0);
  }
  .HeroDesc {
    padding-block: 290px 80px;
    padding-inline: 15px;
    z-index: 2;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .MyLPs .f22 {
    font-size: 18px;
    line-height: 28px;
  }
  .MyLPs .f40 {
    font-size: 25px;
    line-height: 30px;
  }
  .MyLPs .f48 {
    font-size: 35px;
    line-height: 45px;
  }
  .MyLPs .btnCommon {
    font-size: 15px;
    padding: 10px 35px;
  }
  .productName {
    font-size: 20px;
    line-height: 25px;
  }
  .productsContainer_small .productsWrapper {
    display: block;
    padding: 20px 10px;
  }
  .productsContainer_small .productSection,
  .productsContainer_small .ActionSection {
    width: 100%;
  }
  .productsContainer_small .ActionSection {
    margin-top: 20px;
  }
  .ContactUs {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .productsContainer_big .productSection {
    width: 50%;
  }
  .productsContainer_big .ActionSection {
    width: 50%;
  }
  .ContactUs {
    padding: 40px 60px 40px 20%;
  }
  .ContactUs img {
    max-width: 170px;
    left: -30px;
  }
    ul.Note li {
		font-size: 14px;
		line-height: 24px;
    }
}