.teleconsulta .container{
  margin: 0 auto;
  border-radius: 20px;
  height: 600px !important;
  background-color: #F2F2F2;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.teleconsulta ul{
  padding-left: 1rem !important;
  font-size: 1rem;
}

.teleconsulta-image-container{
  height: auto;
  width: 100%;
  overflow: hidden;
}

.teleconsulta-image-container img{
  background-position: cover;
  width: 100%;
  height:100%;

  position: relative;
}

.teleconsulta-content{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3rem;
}

.teleconsulta h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;

  letter-spacing: -0.01em;

  color: #17171C;
  margin-bottom: 2rem;
}

.teleconsulta h2 span{
  color: var(--accent-color);
}

.teleconsulta p{
  font-weight: 400;
  font-size: 1rem;
  line-height: 180%;

  color: #27272A;
}

.teleconsulta-plan strong{
  color: #474C5C;
} 

@media (min-width: 1201px) and (max-width: 1550px){
  .container{
    max-width: 1140px !important;
  }
  
  .teleconsulta h2{
    font-size: 28px;
  }

  .teleconsulta .container{
    height: 570px !important;
  }

  .teleconsulta ul{
      font-size: 1rem;
  }
}

@media screen and (max-width: 1201px){
  .teleconsulta h2{
    font-size: 20px;
    margin-bottom: 0.9rem;
  }

  .teleconsulta .upper-title{
    font-size: 12px;
  }

  .teleconsulta p{
    font-size: 1rem;
  }

  .teleconsulta ul{
    font-size: 1rem;
  }

  .teleconsulta .container{
    height: 480px !important;
  }

  .teleconsulta-plan{
    font-size: 14px !important;
  }
}

@media screen and (max-width: 993px){
  h2{
    font-size: 24px !important;
  }
  
  .teleconsulta .container{
    height: max-content !important;
  }

  .teleconsulta p{
    font-size: 1rem;
  }

  .teleconsulta ul{
    font-size: 1rem;
  }
}

@media screen and (max-width: 577px){
  .teleconsulta-content{
    padding: 3rem 1.5rem;
  }
}