@media (min-width:1200px) {
  .container {
    width:970px;
  }
}

#conteudo-foto-esquerda {
  min-height:586px;
  background-color:#bbbbbb;
  position:relative;
  background-repeat:no-repeat;
  background-position:29px 0;
  background-size:600px;
}

#conteudo-foto-esquerda .sup-title {
  font-family:'Montserrat';
  font-weight:700;
  font-size:17px;
  letter-spacing:0.160em;
  color:#ee2496;
  text-transform:uppercase;
  margin-top:76px;
  display:block;
}

#conteudo-foto-esquerda .title-box {
  font-family:'Montserrat';
  font-weight:700;
  font-size:55.01px;
  line-height:38.01px;
  letter-spacing:-0.09em;
  color:#383838;
  margin-bottom:30px;
}

#conteudo-foto-esquerda p {
  font-family:'Montserrat';
  font-weight:300;
  font-size:15px;
  line-height:26.01px;
  color:#7b7474;
  margin:0;
  max-width:382px;
}

#conteudo-foto-esquerda .box-img {
  height:586px;
  background-image:url(../../assets/img/bg-conteudo-foto-esquerda.jpg);
  background-position:-85px;
  background-repeat:no-repeat;
}

@media (max-width:991px) {
  #conteudo-foto-esquerda .box-img {
    background-size:523px;
    background-position:-47px;
    height:480px;
  }
}

@media (max-width:991px) {
  #conteudo-foto-esquerda {
    min-height:480px;
  }
}

@media (max-width:991px) {
  #conteudo-foto-esquerda .sup-title {
    margin-top:41px;
  }
}

@media (max-width:767px) {
  #conteudo-foto-esquerda .box-img {
    display:none;
  }
}

@media (max-width:767px) {
  #conteudo-foto-esquerda .title-box {
    max-width:329px;
  }
}

