

.us-container {
  min-height: calc(100svh - 155px);
}

.large-container {
  width: 1300px;
}

.image-us img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-us p {
  font-size: 1.2rem;
}

.list-objetives-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.list-objetives-item .number {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1rem;
  border: solid 2px var(--cucii-red);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}

.list-objetives-item p {
  margin: 0;
}

.text-us {
  width: 50%;
}

.image-us {
  width: 50%;
}


.large-container {
  width: 1300px;
}

@media screen and (max-width: 1310px) {
  .large-container {
    width: 1000px;
  }
}
@media screen and (max-width: 1010px) {
  .large-container {
    width: 800px;
  }
  .image-us {
    margin-top: 2rem;
    width: 100%;
  }
  .text-us {
    width: 100%;
  }
}

@media screen and (max-width: 810px) {
  .large-container {
    width: calc(100% - 2rem);
  }
}