.tm-somos__container {
  width: 100%;
  padding: 0;
  background: url('/static/img/banner.png') center center / cover no-repeat;
}


.tm-somos__header {
  margin-bottom: 0.85rem;
}

.tm-somos_text_down{
  color: #322ca2;
}

.tm-somos__title {
  margin: 0;
  font-size: clamp(2.1rem, 2.1vw, 2.45rem);
  line-height: 1.1;
  font-weight: 700;
  color: #252525;
}

.tm-somos__title span {
  color: #0c94d2;
}

.tm-somos__text_info{
  padding-left: 5rem;
  padding-right: 5rem;
  text-align: justify;
}

.tm-somos__headline {
  width: 330px;
  max-width: 78vw;
  margin: 0.55rem auto 0.85rem;
  height: 3px;
  border-radius: 20px;
  background: #312b9f;
  position: relative;
}

.tm-somos__headline::before,
.tm-somos__headline::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #312b9f;
  transform: translateY(-50%);
}

.tm-somos__headline::before {
  left: -4px;
}

.tm-somos__headline::after {
  right: -4px;
}

.tm-somos__board {
  background: #efefef;
  border-radius: 22px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.415);
  padding: 1.9rem 1.1rem 2.5rem;
  overflow: visible;
}

@media (max-width: 767px) {

  .tm-somos__title {
    font-size: clamp(1.7rem, 8vw, 2.05rem);
  }
  .tm-somos__text_info{
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: justify;
  }

  .tm-somos__board {
    border-radius: 16px;
    padding: 1.6rem 0.75rem 2.2rem;
  }
}
@media (min-width: 1300px) {
  .tm-somos__container {
    height: 550px;
  }

}


