section.pest-info {
  background-color: #f5f6f7;
  padding: 60px 0;
  overflow: hidden;
  min-height: unset;
  margin-bottom: 9rem;
}

section.pest-info h2 {
  width: unset;
}

section.pest-info .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

section.pest-info .row {
  display: flex;
  flex-wrap: wrap;
}

section.pest-info .col-image {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.pest-info .col-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px;
}

section.pest-info .advertisement figure {
  text-align: center;
}

section.pest-info .pest-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

section.advertisement figure > figcaption {
  margin-top: 1rem;
  font-style: italic;
}

section.pest-info .image-caption {
  margin: 1rem 0;
  text-align: center;
  color: var(--text-color);
  font-size: 0.9rem;
  font-style: italic;
}

section.advertisement h5 {
  margin-bottom: 25px;
  padding-bottom: 10px;
}

section.pest-info .section-title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

section.pest-info .pest-description-primary {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

section.pest-info .ql-editor {
  height: max-content;
  white-space: unset;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section.pest-info .col-image {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  section.pest-info .col-image,
  section.pest-info .col-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.pest-info .col-content {
    padding: 0 15px;
  }
}
