.sobre{
    background-image: url(imagens/texturas/Textura_5.png), url(imagens/texturas/Textura_4.png);
    background-repeat: no-repeat;
    background-size: 610px;
    background-position: left top, right bottom;
    padding-top: 40px;
    padding-left: 32px !important;
    padding-bottom: 30px;
  }
  .sobre h1 {
    font-weight: bold;
    color: #2D385B;
    font-size: 43px;
  }
  .sobre p{
    font-size: 18px;
    color: #747474;
    padding-top: 12px;
  }
.sobre img{
    border-radius: 30px;
    width: 400px;
    float: right;
}
.sobre .entreEmContato{
    background-color: #A8CF45;
    border: 2px solid #A8CF45;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    border-radius: 10px;
  }

  .missVisVal h2 {
    font-size: 43px;
    color: #2D385B;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  
  .missVisVal h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 230px;
    height: 1px;
    background: #A8CF45;
    bottom: 2px;
  
  }
  
  .missVisVal h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 5px;
    background: #A8CF45;
    bottom: 0;
    left: calc(35px - 20px);
  }
  .missVisVal p{
    font-size: 18px;
    color: #747474;
  }
.contatoTelefoneGeral{
    text-align: right;
    font-size: 18px;
    color: #646464 !important;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.contatoTelefoneGeral::before{
  content: '';
  position: absolute;
  display: block;
  width: 270px;
  height: 2px;
  background: #A8CF45;
  top: -29px;
  right: 0;

}

.contatoTelefoneGeral::after{
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 7px;
  background: #A8CF45;
  top: -32px;
  right: calc(20px - 0px);
}
@media screen and  (max-width: 991px) {
  
  .sobre img{
    margin-top: 30px;
    width: 100%;
    float:none;
  }
  .contatoTelefoneGeral{
    font-size: 15px;
  }
}