@media (max-width: 1199px) {
  #about .hide {
    display: none;
  }

  #about .about-text {
    width: 100%;
    padding: 50px 0;
    align-items: center;
    top: -10px;
  }

  #about .about-text p {
    max-width: 70%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
  }

  #future .row.vertical-middle {
    display: flex;
    flex-direction: column;
  }

  #future {
    background-image: none;
    background-color: #f2f2f2;
  }

  #future .col-lg-5 {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #future .future-image {
    order: 2;
  }

  #future .future-image img {
    margin: 0 auto;
    width: 100%;
  }

  #come-to-mausa h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
  }

  #come-to-mausa .container p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  #come-to-mausa h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
  }

  #come-to-mausa p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }

  #about .about-text p {
    max-width: 95%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #000000;
  }


  #come-to-mausa .container{
    text-align: left;
  }
  #future .col-lg-5 {
    align-items: flex-start;
}
  #future h2 {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    width: 90%;
  }

  #future .row.vertical-middle p:nth-child(3) {
    width: 90%;
  }

  /* Não está pegando */
  #future p.linkedin {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
  }
}

@media (max-width: 597px) {
  #future .row.vertical-middle h2 {
    text-align: left;
  }
}

@media (max-width: 425px) {
  .hide {
    display: none;
  }

  #come-to-mausa .container p {
    font-size: 14px;
    line-height: 21px;
}
#come-to-mausa h3 {
  text-align: center;
}

#future .row.vertical-middle p:nth-child(3) {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}
}
