.company-section {
  overflow: hidden;
}
@media (max-width: 576px) {
  .company-section {
    padding: 60px 10px 0 10px;
  }
}
.company-section .section-heading {
  padding: 0 10px;
}
.company-section .section-heading h3 {
  font-size: 25px;
  padding: 20px 0;
  line-height: 35px;
}
@media (max-width: 576px) {
  .company-section .section-heading h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.company-section .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  position: Relative;
  z-index: 2;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .company-section .wrap {
    gap: 45px;
  }
}
@media (max-width: 576px) {
  .company-section .wrap {
    gap: 15px;
    margin-bottom: 25px;
  }
}
.company-section .wrap .image {
  width: 100%;
  max-width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .company-section .wrap .image.second {
    order: 2;
  }
}
.company-section .wrap .image img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .company-section .wrap .image {
    max-width: 100%;
  }
}
.company-section .wrap .text {
  width: 100%;
  max-width: calc(50% - 45px);
}
@media (max-width: 991px) {
  .company-section .wrap .text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.company-section .wrap .text .title {
  font-family: "second";
}
.company-section .wrap .text .text-heading {
  font-family: "second";
  font-size: 25px;
  text-transform: uppercase;
  color: var(--main-light);
  margin-bottom: 15px;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 576px) {
  .company-section .wrap .text .text-heading {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}
.company-section .wrap .text .description {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .company-section .wrap .text .description {
    padding: 0 10px;
  }
}
.company-section .wrap .text .description-list {
  font-size: 18px;
  line-height: 25px;
  color: var(--dark-100);
  font-family: "main-r";
  text-align: start;
}
@media (max-width: 576px) {
  .company-section .wrap .text .description-list {
    font-size: 14px;
    line-height: 21px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.company-section .wrap .text .description-list li {
  position: relative;
  margin-left: 20px;
}
.company-section .wrap .text .description-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: var(--main-light) !important;
  z-index: 2;
}
.company-section .end {
  font-style: italic;
  font-size: 20px;
  padding: 20px 15px;
  text-align: justify;
  line-height: 35px;
}
.company-section .end span {
  color: var(--main-light);
  margin-right: 10px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .company-section .end {
    font-size: 13px;
    line-height: 17px;
    padding: 0 15px;
  }
}
