section .section-cont picture img {
  border-radius: 20px;
}
section .section-cont .contentStyledText + .section-slogan {
  margin-top: 60px;
}
section .section-cont > *:last-child .contentStyledText {
  position: relative;
}
section .section-cont > *:last-child .contentStyledText::before {
  content: "";
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
}
@media (min-width: 1440px) {
  section .section-cont > *:first-child {
    margin-right: 147px;
  }
  section .section-cont > *:last-child picture ~ * {
    margin-right: 118px;
  }
  section .section-cont > *:last-child .contentStyledText::before {
    right: calc(100% + 134px);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .section-cont picture img {
    aspect-ratio: 1/1.05;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  section .section-cont > *:first-child {
    margin-right: 44px;
  }
  section .section-cont .contentStyledText::before {
    right: calc(100% + 142px);
  }
}
@media (min-width: 1024px) {
  section .section-cont {
    display: flex;
  }
  section .section-cont > *:first-child {
    width: 320px;
    flex-basis: 320px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (max-width: 1023px) {
  section .section-cont > *:last-child {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .section-cont > *:last-child picture ~ * {
    margin-left: 124px;
  }
  section .section-cont > *:last-child .contentStyledText::before {
    right: calc(100% + 24px);
  }
}
@media (min-width: 768px) {
  section .section-cont picture + .contentStyledText {
    margin-top: 100px;
  }
  section .section-cont > *:last-child .contentStyledText {
    font-size: 24px;
    line-height: 28px;
    line-height: 140%;
  }
  section .section-cont > *:last-child .contentStyledText::before {
    width: 100px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  section .section-cont picture img {
    aspect-ratio: 1/0.82;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  section .section-cont picture + .contentStyledText {
    padding-top: 32px;
    margin-top: 85px;
    font-size: 20px;
    line-height: 24px;
  }
  section .section-cont > *:last-child .contentStyledText::before {
    width: 69px;
    left: 0;
    top: 0;
  }
}/*# sourceMappingURL=nosotros.css.map */