.body-section {
  min-height: 100vh;
  margin-top: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body {
  background-color: #153874;
  text-align: center;
}

.logo_img {
  display: block;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.tagline {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}
.wrapper-phone{
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  flex-wrap: wrap;
  margin: 50px auto;
}
.unidade{
  width: 49%;
  border: solid 1px #FFF;
  border-radius: 10px;
}
.title-unidade{
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.address {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin: 20px auto;
}

.phone {
  margin-top: 30px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.smaller {
  font-size: 16px;
}

@media (max-width: 767px) {
  .body-section {
    margin-top: 5vh;
  }
  .body-container {
    padding-right: 18px;
    padding-left: 18px;
  }
  .logo_img {
    max-width: 320px;
  }
  .unidade{
    width: 100%;
  }
  .unidade:first-child{
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .logo_img {
    max-width: 90%;
  }
  .phone {
    margin-bottom: 9px;
  }
}

.btn-line {
  text-align: center;
  color: white;
  margin-top: 50px;
}

.btn-line h4 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.btn-tessa {
  font-family: Montserrat, sans-serif;
  color: #fff;
  border-radius: 4px;
  margin: 0 8px;
}

.btn-whatsapp {
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin: 0px auto;
}

.btn-whatsapp img {
  width: 22px;
  height: auto;
}