.company-img {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.company-content {
  margin-top: 2rem;
  position: relative;
  width: 100%;
}
.company-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #008db7;
  z-index: -1;
}
@media screen and (max-width: 540px) {
  .company-content::after {
    height: 40%;
  }
}

.company-flex {
  display: flex;
  justify-content: center;
  padding-top: 6rem;
  gap: 0rem;
}
@media screen and (max-width: 1173px) {
  .company-flex {
    flex-direction: column;
    align-items: center;
  }
}
.company-flex .conpany-img {
  width: 36rem;
  position: relative;
}
@media screen and (max-width: 1173px) {
  .company-flex .conpany-img {
    width: 700px;
    max-width: 90%;
    height: 37rem;
  }
}
.company-flex .conpany-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1173px) {
  .company-flex .conpany-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -15rem -5rem;
       object-position: -15rem -5rem;
  }
}
.company-flex .conpany-img .company-label {
  position: absolute;
  bottom: 3rem;
  width: 13rem;
  padding: 2rem 2rem;
  font-size: 2rem;
  right: 0rem;
  background-color: white;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1173px) {
  .company-flex .conpany-img .company-label {
    top: 20rem;
    bottom: initial;
    padding: 1rem 2rem;
  }
}
.company-flex .conpany-img .company-label span {
  font-size: 1rem;
  font-weight: 400;
}
.company-flex .company-txt {
  background-color: rgb(255, 255, 255);
  width: 35rem;
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem;
  justify-content: flex-start;
}
@media screen and (max-width: 1173px) {
  .company-flex .company-txt {
    width: 700px;
    max-width: 90%;
    margin-top: -10rem;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width: 540px) {
  .company-flex .company-txt {
    padding: 2rem 1.4rem;
    max-width: 95%;
  }
}
.company-flex .company-txt h3 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .company-flex .company-txt h3 {
    display: none;
  }
}
.company-flex .company-txt p {
  line-height: 1.8;
  font-size: 0.9rem;
}
@media screen and (max-width: 540px) {
  .company-flex .company-txt p {
    font-size: 1rem;
  }
}
.company-flex .company-txt .company-boss {
  text-align: right;
  font-size: 1rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1173px) {
  .company-flex .company-txt .company-boss {
    margin-top: 2rem;
  }
}
.company-flex .company-txt .company-boss .name {
  font-size: 1.1rem;
}

.about {
  margin-top: 11rem;
  display: flex;
  justify-content: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 540px) {
  .about {
    flex-direction: column;
    margin-top: 4rem;
    gap: 2rem;
  }
}
.about h3 {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
.about h3 span {
  font-size: 1.2rem;
  font-weight: 500;
}
.about table {
  width: 60%;
}
@media screen and (max-width: 540px) {
  .about table {
    width: 100%;
  }
}
.about table tr {
  padding: 1rem 0;
  display: block;
}
.about table th {
  width: 7rem;
  text-align: left;
}

.company-slider-container {
  width: 100%;
  padding: 40px 0;
}

.company-swiper {
  width: 100%;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=company.css.map */