﻿@font-face {
    font-family: 'CeraBlack';
    src: url('//www.you.gr/App_Themes/YouGR/fonts/Cera GR Black.otf') format('opentype'), url('//www.you.gr/App_Themes/YouGR/fonts/fonts/Cera GR Black.woff') format('woff');
}
.MyContainer {
    background-color: #d9e8ec;
    position: relative;
    font-family: 'CeraBlack';
    padding: 0 50px 50px 50px;
    background-image: url('https://support3.you.gr/you/newsletter/LANDING_PAGE/ECW_2019/images/bgRight.png'),url('https://support3.you.gr/you/newsletter/LANDING_PAGE/ECW_2019/images/bgRight.png'),url('https://support3.you.gr/you/newsletter/LANDING_PAGE/ECW_2019/images/bgLeft.png'),url('https://support3.you.gr/you/newsletter/LANDING_PAGE/ECW_2019/images/bgLeft.png');
    background-position:right 20%,right 60%, left 40%, left 90%;
    background-repeat:no-repeat;
}

.Full_W_Wrapper {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  display: block;
}
.Full_W_Wrapper .ProductImg {
  width: 100%;
}
.Full_W_Wrapper .ProductImgSmall {
  display: none;
}
.Full_W_title {
    display: block;
    font-size: 55px;
    line-height: 60px;
    color: #4f9dbd;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
}
.Half_W_Wrapper {
  display: block;
  position: relative;
  width: calc(50% - 40px);
  float: left;
}
.Half_W_Wrapper .ProductImg {
  width: 100%;
}
.Half_W_WrapperRight {
  float: right;
}
.Half_W_title {
    display: block;
    font-size: 36px;
    line-height: 40px;
    color: #22539b;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 5;
}
@media (max-width: 768px) {
  .Half_W_title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .Full_W_title {
    font-size: 22px;
    line-height: 28px;
  }
  .Full_W_Wrapper {
    margin-top: 0;
  }
  .Full_W_Wrapper .ProductImg {
    display: none;
  }
  .Full_W_Wrapper .ProductImgSmall {
    display: block;
  }
  .MyContainer {
    padding: 0 25px 50px 25px;
    background-size: 80px;
  }
  .Half_W_Wrapper {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  .Half_W_WrapperRight {
    float: none;
  }
}
