.about {
  background: url('./img/bg/bgQuemSomos.png') center top/cover no-repeat;
  background-size: cover;
  /* essa linha cobre todo o conteudo do bg */
  height: 763px;
}

.about .enfase-texto {
  font-weight: 550;
}

.about .enfase-texto-amarelo {
  font-weight: 550;
  color: #e9b63e;
}

.about .content {
  display: flex;
  width: 1300px;
}

.about .content .imagem-da-esquerda {
  width: 50%;
}

.about .content .conteudo-direita {
  color: #0e273c;
  font-family: "Kanit", sans-serif;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 10rem;
  left: 0.5rem;
  height: calc(763px - 11rem);
  justify-content: space-between;
}

.about .content .linha-amarela {
  width: 100px;
  height: 1px;
  background-color: #ffc53a;
  margin-bottom: 1rem;
}

.topo-quem-somos h3 {
  font-size: 48px;
  font-weight: 600;
}

.conteudo-direita p {
  font-size: 18px;
  line-height: 30px;
  left: 0.5rem;
  text-align: justify;
  width: 500px;
}

.about button {
  font-weight: 550;
  margin: 20px 0 0 0;
  background-color: #ffc43af5;
  transform: translateX(5%) skewX(-20deg);
  padding: 12px 36px;
  font-size: 24px;
  border: none;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: transform 0.2s ease, background-color 0.2s ease;
  width: 300px;
  box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .5),
    4px 4px 5px 0px rgba(0, 0, 0, .5);
}

.about button:hover {
  background-color: #ffc53a;
  transform: translateX(5%) skewX(-20deg) scale(1.05);

}


.about button span {
  display: inline-block;
  transform: skewX(20deg);
  font-weight: 700;
}

.about button span a {
  color: #0e273c;
  text-decoration: none;
}

@media (max-width: 1300px) {
  .about .content {
    width: 1024px;
  }

  .conteudo-direita p {
    width: 450px;
  }
}

@media (max-width: 1024px) {
  .about .content {
    width: 768px;
  }

  .about .content .imagem-da-esquerda {
    width: 47%;
  }

  .topo-quem-somos h3 {
    font-size: 36px;
    font-weight: 600;
  }

  .conteudo-direita p {
    width: 360px;
    line-height: 25px;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .about .content {
    width: 500px;
  }

  .about .content .imagem-da-esquerda {
    width: 50%;
  }

  .topo-quem-somos h3 {
    font-size: 36px;
    font-weight: 600;
  }

  .conteudo-direita p {
    width: 240px;
    line-height: 20px;
    font-size: 16px;
  }

  .about .content .linha-amarela {
    margin-bottom: 0rem;
  }

  .about button {
    position: relative;
    left: -10px;
    padding: 8px 24px;
    width: 240px;
    margin: 0;
  }
}

@media (max-width: 550px) {
  .about {
    background-position-x: -1040px;
  }

  .about .content {
    width: 350px;
  }

  .about .content .imagem-da-esquerda {
    width: 0%;
  }

  .topo-quem-somos h3 {
    font-size: 46px;
    font-weight: 600;
  }

  .conteudo-direita p {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
  }

  .about .content .linha-amarela {
    margin-bottom: 0rem;
  }

  .about button {
    position: relative;
    left: -10px;
    padding: 8px 16px;
    width: 250px;
    margin-top: 20px;
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .about {
    background-position-x: -1040px;
  }

  .about .content {
    width: 300px;
  }

  .topo-quem-somos h3 {
    font-size: 42px;
  }

  .conteudo-direita p {
    font-size: 17px;
  }

  .about button {
    padding: 8px 12px;
  }
}