.o-nas-wrapper {
  overflow-x: hidden;
}

.o-nas-title-container {
  display: flex;
  justify-content: space-between;
}

a,
a:visited {
  text-decoration: none;
}

b {
  font-weight: 700;
}

.o-nas-button {
  background: #000;
  font-size: 20px;
  color: #fff !important;
  float: right;
  text-align: center;
  height: 60px;
  line-height: 56px;
  text-transform: uppercase;
  padding: 0 40px;
  border-radius: 30px;
  font-style: normal;
  font-weight: 400;
  border: none;
}
@media (max-width: 600px) {
  .o-nas-button {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.section-1 {
  background: #fff;
  padding: 50px 30px;
  margin-top: -50px;
  position: relative;
}
.section-1 p {
  margin: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .section-1 {
    margin: -50px 15px 0;
  }
}

.section-2 {
  margin: 15px auto 0;
}
.section-2 p {
  line-height: 55px;
}
.section-2 ~ .arrows {
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .section-2 {
    margin-top: 65px;
  }
  .section-2 ~ .arrows {
    margin-bottom: 65px;
  }
}

.text-48 {
  font-family: "Kanit";
  font-size: 32px;
  line-height: 47.84px;
  font-weight: 500;
  color: #1D1D1B;
}
@media (max-width: 600px) {
  .text-48 {
    font-size: 24px;
    line-height: 35.88px;
  }
}

.section-backgroung {
  background: #EBECE2;
  border-radius: 30px;
  padding: 30px;
}
.section-backgroung.margin20 {
  margin: 20px 0;
}
@media (max-width: 600px) {
  .section-backgroung.margin20 {
    margin: 20px 0 0 -15px;
    border-radius: 0 30px 30px 0;
  }
}
.section-backgroung.margin20-mirror {
  margin: 20px 0;
}
@media (max-width: 600px) {
  .section-backgroung.margin20-mirror {
    margin: 20px -15px 0 0;
    border-radius: 30px 0 0 30px;
  }
}
.section-backgroung p {
  padding: 0 !important;
}
@media (max-width: 600px) {
  .section-backgroung {
    border-radius: 0 30px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 600px) {
  .section-backgroung img {
    margin: 20px 0;
  }
}

.section-border {
  border: 1px solid #1D1D1B;
  border-radius: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .section-border {
    height: 900px;
  }
}

.section-border-text-wrapper {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.section-border-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.15px;
  margin-bottom: 20px;
}

.section-border-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.15px;
}

.section-3 {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .section-3 {
    margin-bottom: 30px;
  }
}
.section-3 span:last-child {
  color: #EAB4A0;
  font-weight: normal;
  font-size: 16px;
}
@media (max-width: 600px) {
  .section-3 span:last-child {
    position: absolute;
    top: -40px;
    color: #fff;
    width: 100%;
    text-align: right;
    padding-right: 30px;
  }
}
.section-3 .swiper {
  position: relative;
  margin-top: 30px;
  height: 219px;
}
.section-3 .swiper-slide {
  height: 219px;
}
.section-3 .swiper-slide img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-3 .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #1D1D1B;
  display: flex;
  padding: 10px;
}
.section-3 .section-content-1 {
  display: flex;
  gap: 15px;
  margin-top: 50px;
}
.section-3 .section-content-1 > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-3 .section-content-1 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27.94px;
  padding: 20px 5px 20px 0;
}
.section-3 .section-content-1 .section-content-img {
  border-radius: 30px;
}
@media (max-width: 600px) {
  .section-3 .section-content-1 {
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .section-3 .section-content-1 p {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 5px 0 0;
  }
}

#o-nas-mobile {
  display: none;
}
@media (max-width: 600px) {
  #o-nas-mobile {
    display: block;
  }
}

@media (max-width: 600px) {
  .o-nas-desktop {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
