.MyLPs {
  font-family: inherit;
}
.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%;
}
.TopBanner {
  position: relative;
  overflow: hidden;
}
.TopBanner img {
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.TopBanner::before {
  content: "";
  position: absolute;
  height: 200px;
  background-color: #f0f0f2;
  bottom: 0;
  left: 0;
  width: 100%;
}
.NespressoMachinesWrapper {
  position: relative;
  padding: 80px 15px 70px 15px;
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
  border-radius: 15px;
  background: url('https://support3.you.gr/you/redesign/landing_pages/Nespresso-2019/images/CoffeeSeed1.png') left top no-repeat, black url('https://support3.you.gr/you/redesign/landing_pages/Nespresso-2019/images/CoffeeSeed2.png') right bottom no-repeat;
}
.NespressoMachinesWrapper img {
  margin: 0 auto;
}
.MyH1 {
  font-size: 55px;
  font-weight: 300;
  color: white;
  font-family: 'Open Sans', sans-serif;
}
.MyH2 {
  font-size: 40px;
  font-weight: 300;
  color: white;
  font-family: 'Open Sans', sans-serif;
  margin-right: 10px;
  margin-top: 20px;
}
.MyH2 a{
    color: white;
}

p.defaultParag {
  font-size: 24px;
  color: white;
  font-weight: lighter;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
}
p.smallParag {
  font-size: 20px;
  color: white;
  font-weight: lighter;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
}
.Link {
  border: solid thin white;
  border-radius: 3px;
  display: inline-block;
  padding: 15px 30px;
  margin-top: 60px;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  font-weight: lighter;
  transition: all ease-in-out 0.4s;
  font-family: 'Open Sans', sans-serif;
}
.Link:hover {
  border: solid thin #ccc;
  background-color: #ccc;
  color: black;
}
.DiscoverWrapper {
  position: relative;
  padding: 80px 15px 70px 15px;
  text-align: center;
  overflow: hidden;
  border-radius: 15px;
  background: url('https://support3.you.gr/you/redesign/landing_pages/Nespresso-2019/images/CoffeeSeed3.png') left top no-repeat, url('https://support3.you.gr/you/redesign/landing_pages/Nespresso-2019/images/CoffeeSeed4.png') right bottom no-repeat, black url('https://support3.you.gr/you/redesign/landing_pages/Nespresso-2019/images/NespressoCard.png') right top no-repeat;
}
.MachinesSelectionContainer {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.MachinesSelectionWrapper {
  width: calc(33.33% - 20px);
  margin: 0 10px 50px 10px;
  float: left;
  text-align: center;
}
a.MachinesSelection {
  display: inline-block;
}
a.MachinesSelection img {
  margin: 0 auto;
  max-height: 239px;
}
a.MachinesSelection span {
  display: block;
  margin-top: 15px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  transition: all ease-in-out 0.2s;
  min-height:50px
}
.MachinesSelection:hover span {
  color: #8c8b8b;
}
.price{
  margin: 8px;
  white-space: nowrap;
}
.price a{
  font-weight: bolder;
  font-size: 26px;
  margin-bottom: 10px;
  color: #fff;
}

.price .apo{ 
 font-size: 18px;
}
.sufix {
  font-size: 20px;
  color: #fff;
}

.btn a{
  color: #2b2c40;
}

.btn {
  font-size: 18px;
  font-weight: bold;
  color: #2b2c40;
  background-color: #ffc539;
  border-radius: 8px;
  padding: 10px;
  margin: 0 auto;
  width: 150px;
  box-shadow: 0 0 5px rgba(33, 33, 33, .2);
}

.pososto {
  display: inline-block;
    *display: inline;
    *zoom: 1;
}
@media (max-width: 991px) {
  .MachinesSelectionContainer {
    width: 95%;
  }
  a.MachinesSelection img {
    max-height: 180px;
  }
}
@media (max-width: 991px) {
  .MyH1 {
    font-size: 40px;
    line-height: 45px;
  }
  .MyH2 {
    font-size: 36px;
  }
  p.defaultParag {
    font-size: 20px;
  }
  p.smallParag {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .MachinesSelectionContainer {
    display: block;
  }
  .MachinesSelectionWrapper {
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left;
    text-align: center;
    height: 450px;
  }
}
@media (max-width: 576px) {
  .Link {
    font-size: 15px;
  }
  .NespressoMachinesWrapper {
    background-size: 300px, 300px;
  }
  .DiscoverWrapper {
    background: none, url('https://support3.you.gr/you/redesign/landing_pages/Nespresso-2019/images/CoffeeSeed4.png') right bottom no-repeat, black url('https://support3.you.gr/you/redesign/landing_pages/Nespresso-2019/images/NespressoCard.png') right top no-repeat;
  }
  .MachinesSelectionWrapper {
    height: 400px;
  }
  a.MachinesSelection img {
    max-height: 140px;
  }
}