@charset "UTF-8";
/* CSS Document */

.flex-wrap {
  width: 73%;
  padding: 6px 0 0 0;
}
.container{
  background-image: url(../img/back_repeat.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}
.section-greeting{
  height: 95%;
}

@media(max-width:999px){
  .flex-wrap{
    width: 100%;
    padding: 0 15px;
  }
  .section-greeting{
    height: 100%;
    padding-bottom: 50px;
    margin-bottom: 75px;
  }
}