.containerTwo {
  max-width: 1480px;
  width: 100%;
}

.contentTwo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.contentTwoBaner {
  max-width: 600px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentTwoBaner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contentTwoDescription {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 20px;
  overflow: hidden;
}
.contentTwoDescription h2, .contentTwoDescription h3 {
  max-width: 600px;
  padding: 20px 0;
  line-height: 1.2;
  color: var(--bs-gray-dark);
  font-weight: 400;
}
.contentTwoDescription span {
  color: var(--light-green);
  font-weight: bold;
}
.contentTwoDescription p {
  max-width: 600px;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: var(--bs-gray-900);
  padding: 10px 0;
}

@media (max-width: 820px) {
  .contentTwo {
    flex-direction: column;
    padding: 20px;
  }
  .contentTwoBaner {
    max-width: 700px;
    width: 100%;
    padding: 25px 0;
  }
  .contentTwoDescription {
    width: 100%;
    order: 1;
    padding: 25px 0;
  }
}

/*# sourceMappingURL=containerTwo.css.map */
