.subtitle-text {
  font-size: 20px;
}
.subtitle-container {
  display: flex;
  /* flex-direction: column; */ /*apply this to get the flags to sit directly below the subtitle.*/
}
.subtitle-container-inner {
  display: flex;
  margin-right: 25px;
  font-weight: 500;
}
.nosotros-container {
  font-family: Arial;
  padding: 80px 50px;
}
.nosotros-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nosotros-title-container {
  display: flex;
  justify-content: start;
}
.nosotros-title {
  color: #05395d;
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 20px;
}
.nosotros-body-1 {
  margin-bottom: 20px;
  color: #05395d;
  font-weight: bold;
  line-height: 1.5;
}
.nosotros-body-2 {
  color: rgb(47, 47, 47);
  margin-bottom: 20px;
}
.mission-container {
  display: flex;
  font-family: Arial;
  padding: 100px 30px;
}
.mission-vision-container {
  display: flex;
  flex-direction: column;
  width: 61%;
  padding: 30px 30px;
}
.our-values-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px;
  flex: 1;
}
.our-values-container p {
  margin: 8px 0;
  cursor: pointer;
}
.our-values-container span  {
  margin-right: 10px;
  font-size: 20px;
  color: ea2a2a;
}
.our-values-container p:hover {
  color: #ea2a2a;
  .our-values-container span {
    color: #a31d1d;
  }
}
.breaker {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 20px;
  background-color: #ea2a2a;
  height: 2px;
}
.our-mission-title,
.our-vision-title, 
.our-values-title {
  font-size: 18px;
  font-weight: bold;
  color: #05395d;
  margin-bottom: 8px;
}
.our-values-title {
  width: 100%;
}
.our-mission-body,
.our-vision-body {
  color: rgb(47, 47, 47);
  line-height: 2;
  margin-top: 5px;
}
.our-values-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}