  .info-container .service-title {
    color: #212121;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #info-container > span {
    color: #757575;
  }
  .service-text {
    color: #757575;
    margin: 0px;
    display: flex;
    align-items: center;
  }

  .service-text > ion-icon{
    margin-right: 5px;
  }

  .service-appointment{
    font-size: 1.2rem;
    color: #757575;
    margin-top: 10px;
  }

  #image-service{
    height:50vh !important;
    margin: auto;
    width: 50vh;
  }

  #image-container {
    text-align: center;
  }

  h3{
    font-weight: bold;
  }
  
  .service-description{
    font-size: 1.2rem;
    text-align: justify;
    text-indent: 20px;
    word-wrap: break-word;
  }

  @media (max-width: 576px) {
    #image-container {
      text-align: center;
    }
  
    #image-service {
      width: 90%;
      max-width: 100%;
      margin: 0 auto;
      height:50vh !important;
    }

    #scheduled option {
      font-size: 0.65rem;  /* Tamanho da fonte das opções */
    }
    /* Adicione mais estilos conforme necessário para personalizar a aparência em telas menores */
  }