/** @format */

.about-image-content-alternate .top-section {
  background-color: #fff;
  padding: 60px 0;
}

.about-image-content-alternate .bot-section {
  background: #f1f6f6;
  padding: 60px 0;
}

.about-image-content-alternate .top-section .inner,
.about-image-content-alternate .bot-section .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  grid-gap: 30px 90px;
  gap: 30px 90px;
}

.about-image-content-alternate .top-section h2,
.about-image-content-alternate .bot-section h2 {
  text-transform: none;
  color: #1b3137;
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
}

.about-image-content-alternate .top-section h2 span,
.about-image-content-alternate .bot-section h2 span {
  color: #5f8346;
  display: block;
}

.about-image-content-alternate .top-section .left-side img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (min-width: 1025px) {
  .about-image-content-alternate .top-section {
    padding-top: 95px;
    /* padding-bottom: 130px; */
    padding-bottom: 170px;
  }

  .about-image-content-alternate .bot-section .columns {
    padding-right: 0;
  }

  .about-image-content-alternate .bot-section .left-side {
    padding: 80px 0 0 115px;
  }

  .about-image-content-alternate .top-section .left-side {
    position: relative;
  }

  .about-image-content-alternate .top-section .left-side::after {
    content: '';
    width: 8px;
    /* height: 100%; */
    height: 152%;
    background: #5f8346;
    position: absolute;
    top: 100%;
    left: 55px;
  }

  .about-image-content-alternate .bot-section .left-side,
  .about-image-content-alternate .top-section .right-side {
    flex: 1;
  }

  .about-image-content-alternate .bot-section .inner,
  .about-image-content-alternate .top-section .inner {
    flex-direction: row;
  }
}

@media screen and (min-width: 1281px) {
  .about-image-content-alternate .bot-section .left-side {
    padding: 120px 0 0 115px;
  }

  .about-image-content-alternate .top-section h2,
  .about-image-content-alternate .bot-section h2 {
    font-size: 40px;
  }
}
