.logo {
  width: 270px;
  margin-top: 89px;
  text-align: left;
}

.container {
  text-align: center;
}

.reference {
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  color: #f2cf97;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.title {
  margin-top: 164px;
  margin-bottom: 0px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Lato, sans-serif;
  color: #183479;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.name {
  margin-top: 84px;
  margin-bottom: 74px;
  padding-right: 100px;
  padding-left: 100px;
  font-family: Lato, sans-serif;
  color: #f2cf97;
  font-size: 67px;
  line-height: 37px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.column {
  padding-right: 20px;
  padding-left: 20px;
}

.column-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block {
  width: 300px;
}

.cont_post {
  display: inline-block;
  width: 280px;
  margin-right: 15px;
  margin-left: 15px;
  float: none;
  clear: none;
}

.container-2 {
  text-align: center;
}

.image {
  display: inline-block;
  width: 280px;
  border: 1px solid #dfdfdf;
  background-image: url('../images/example-bg.png');
  background-position: 100% 50%;
  background-size: 135px;
  background-repeat: no-repeat;
}

.text-block {
  display: inline-block;
  margin-top: 21px;
  margin-bottom: 7px;
  padding: 12px 20px;
  font-family: Lato, sans-serif;
  color: #c9c9c9;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-3 {
  text-align: center;
}

.section {
  text-align: center;
}

.section-2 {
  display: block;
}

.section-3 {
  height: 435px;
  margin-top: 107px;
  border: 1px none #e2e2e2;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .17), hsla(0, 0%, 100%, 0) 7%, hsla(0, 0%, 100%, 0) 90%, rgba(0, 0, 0, .07) 100%, rgba(0, 0, 0, .17)), url('../images/PETITE_BOUTEILLE_FACE_05_RVB_BD.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .17), hsla(0, 0%, 100%, 0) 7%, hsla(0, 0%, 100%, 0) 90%, rgba(0, 0, 0, .07) 100%, rgba(0, 0, 0, .17)), url('../images/PETITE_BOUTEILLE_FACE_05_RVB_BD.jpg');
  background-position: 0px 0px, 55% -4%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

@media (max-width: 479px) {
  .reference {
    font-size: 13px;
  }
  .title {
    margin-top: 63px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 31px;
  }
  .name {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 42px;
    line-height: 41px;
  }
  .text-block {
    font-size: 15px;
  }
  .section-3 {
    background-position: 0px 0px, 48% 0%;
    background-size: auto, 785px;
  }
}