#serviços_realizados{
    background: url(../img/background_serviços_realizados.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.servicos_realizados > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    
}

.box_imagem{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    max-height: 220px;
    border-radius: 20px;
    height: 300px;
    background-color: var(--gray-text);
}

.servicos_realizados img{
    width: 80%;
    border-radius: 10px;
}

.servicos_realizados p{
    color: var(--white);
    width: 700px;
    text-align: center;
    font-size: 14px;
}

.servicos_realizados h3{
    text-align: start;
    color: var(--white);
}

.box_select{
    background-color: var(--orange-dark);
    width: 55%;
    height: 10%;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    
}

.box_select span{
    font-size: 23px;
    color: var(--white);
}

.box_select select{
    width: 25%;
    height: 30px;
    font-size: 15px;
    border-radius: 10px;
}

.linha_sev{
    height: 2px;
    width: 65%;
    background-color: var(--orange-dark);
}

/* CELULAR PEQUENO (até 420px) */
@media screen and (max-width: 420px) {
  #serviços_realizados {
    background-size: cover;
    padding: 20px 10px;
    gap: 20px;
  }

  .servicos_realizados > div {
    gap: 15px;
  }

  .box_imagem {
    width: 90%;
    height: 180px;
  }

  .servicos_realizados img {
    width: 90%;
  }

  .servicos_realizados p {
    width: 100%;
    font-size: 12px;
  }

  .box_select {
    width: 90%;
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding: 10px;
  }

  .box_select span {
    font-size: 18px;
  }

  .box_select select {
    width: 80%;
  }
}

@media screen and (max-width: 800px) {
  #serviços_realizados {
    height: 100vh;
    gap: 30px;
    padding: 40px 20px;
  }

  .servicos_realizados > div {
    gap: 20px;
  }

  .box_imagem {
    width: 90%;
    height: 220px;
  }

  .servicos_realizados img {
    width: 85%;
  }

  .servicos_realizados p {
    width: 95%;
    font-size: 13px;
  }

  .box_select {
    width: 70%;
    flex-direction: column;
    gap: 10px;
    height: auto;
  }

  .box_select span {
    font-size: 20px;
  }

  .box_select select {
    width: 70%;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1250px) {
  #serviços_realizados{
    height: 110vh;
  }
  .servicos_realizados > div {
    gap: 25px;
  }

  .box_imagem {
    width: 300px;
    height: 280px;
  }

  .servicos_realizados img {
    width: 80%;
  }

  .servicos_realizados p {
    width: 600px;
    font-size: 14px;
  }

  .box_select {
    width: 50%;
    height: 8%;
  }
}

@media screen and (min-width: 1251px) and (max-width: 1400px) {
    #serviços_realizados{
    height: 110vh;
  }
  .servicos_realizados > div {
    gap: 20px;
  }

  .box_imagem {
    width: 330px;
    height: 230px;
  }

  .servicos_realizados p {
    width: 700px;
    font-size: 15px;
  }

  .box_select {
    width: 55%;
    height: 8%;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1500px) {
  .servicos_realizados > div {
    gap: 30px;
  }

  .box_imagem {
    width: 330px;
    height: 300px;
  }

  .servicos_realizados p {
    width: 700px;
    font-size: 16px;
  }

  .box_select {
    width: 60%;
    height: 8%;
  }
}

/* DESKTOP EXTRA GRANDE (1500px para cima) */
@media screen and (min-width: 1501px) {
  .servicos_realizados > div {
    gap: 35px;
  }

  .box_imagem {
    width: 350px;
    height: 320px;
  }

  .servicos_realizados p {
    width: 750px;
    font-size: 17px;
  }

  .box_select {
    width: 60%;
    height: 8%;
  }
}
