section.about-grid {
  padding-top: 50px;
}

.horizontal-accordion {
  background: #85bf30;
  color: #ffffff;
  padding-bottom: 2rem;
  box-shadow: inset 1px 1px 6px rgb(0 0 0 / 61%);
}

.horizontal-accordion > .acrItem {
  padding: 1rem 2rem;
  margin: 0 auto;
  max-width: 30rem;
}

.horizontal-accordion > .acrItem p {
  text-align: left;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 23px;
}
.horizontal-accordion > .acrItem .acrContent {
  transform: scaleX(1) translateX(1px);
}

.horizontal-accordion .acrItem:nth-child(1) {
  animation: card1 3s infinite linear;
  background: #85bf30;
  transition-duration: 3s, 1s;
}

.horizontal-accordion .acrItem:nth-child(2) {
  animation: card2 6s infinite linear;
  background: #6ea92b;
  transition-duration: 3s, 1s;
}

.horizontal-accordion .acrItem:nth-child(3) {
  animation: card3 9s infinite linear;
  background: #508e24;
  transition-duration: 3s, 1s;
}

.horizontal-accordion .acrItem:nth-child(4) {
  animation: card4 12s infinite linear;
  background: #3a7920;
  transition-duration: 3s, 1s;
}

.horizontal-accordion .acrItem:nth-child(5) {
  animation: card5 15s infinite linear;
  background: #2b671c;
  transition-duration: 3s, 1s;
}


.horizontal-accordion .acrItem:nth-child(6) {
  animation: card6 18s infinite linear;
  background: #124918;
  transition-duration: 3s, 1s;
}

.horizontal-accordion .acrItem:nth-child(7) {
  animation: card7 21s infinite linear;
  background: #083019;
  transition-duration: 3s, 1s;
}

@keyframes card1 {
  0%,
  100% {
    background: #85bf30;
    opacity: 0.55;
  }
  50% {
    background: #000;
    opacity: 1;
  }
}
@keyframes card2 {
  0%,
  100% {
    background: #6ea92b;
    opacity: 0.55;
  }
  50% {
    background: #000;
    opacity: 1;
  }
}
@keyframes card3 {
  0%,
  100% {
    background: #508e24;
    opacity: 0.55;
  }
  50% {
    background: #000;
    opacity: 1;
  }
}
@keyframes card4 {
  0%,
  100% {
    background: #3a7920;
    opacity: 0.55;
  }
  50% {
    background: #000;
    opacity: 1;
  }
}
@keyframes card5 {
  0%,
  100% {
    background: #2b671c;
    opacity: 0.55;
  }
  50% {
    background: #000;
    opacity: 1;
  }
}
@keyframes card6 {
  0%,
  100% {
    background: #124918;
    opacity: 0.55;
  }
  50% {
    background: #000;
    opacity: 1;
  }
}
@keyframes card7 {
  0%,
  100% {
    background: #083019;
    opacity: 0.55;
  }
  50% {
    background: #000;
    opacity: 1;
  }
}

.horizontal-accordion > .acrItem:nth-of-type(6) {
  padding-bottom: 2rem;
}

.horizontal-accordion > .acrItem > .icon {
  color: #462521;
  font-size: 2rem;
}

.horizontal-accordion > .acrItem > .title {
  font-size: 1.5rem;
}

.horizontal-accordion:last-child {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------*/
.horizontal-accordion-second {
  background: #85bf30;
  color: #ffffff;
  padding-bottom: 2rem;
  box-shadow: inset 1px 1px 6px rgb(0 0 0 / 61%);
}

.horizontal-accordion-second > .acrItem-second {
  padding: 1rem 2rem;
  margin: 0 auto;
  max-width: 30rem;
}

.horizontal-accordion-second > .acrItem-second p {
  text-align: left;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 23px;
}
.horizontal-accordion-second > .acrItem-second .acrContent-second {
  transform: scaleX(1) translateX(1px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
    animation: card1 18s infinite linear;
}

.horizontal-accordion-second .acrItem-second:nth-child(1) {
   animation: card1 18s infinite linear;
   transition-duration: 3s, 1s;
   background: #85bf30;
}

.horizontal-accordion-second .acrItem-second:nth-child(2) {
   animation: card2 21s infinite linear;
   transition-duration: 3s, 1s;
  background: #6ea92b;
}

.horizontal-accordion-second .acrItem-second:nth-child(3) {
   animation: card3 24s infinite linear;
   transition-duration: 3s, 1s;
  background: #508e24;
}

.horizontal-accordion-second .acrItem-second:nth-child(4) {
  transition-duration: 3s, 1s;
   animation: card4 27s infinite linear;
  background: #3a7920;
}

.horizontal-accordion-second .acrItem-second:nth-child(5) {
  transition-duration: 3s, 1s;
   animation: card5 30s infinite linear;
  background: #2b671c;
}

.horizontal-accordion-second .acrItem-second:nth-child(6) {
  transition-duration: 3s, 1s;
   animation: card6 33s infinite linear;
  background: #124918;
}

.horizontal-accordion-second .acrItem-second:nth-child(7) {
  transition-duration: 3s, 1s;
   animation: card7 36s infinite linear;
  background: #083019;
}

/*-------------------------------------------------------------*/

@media screen and (min-width: 922px) and (min-height: 270px) {
  .horizontal-accordion {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 33vh;
    max-height: 1000px;
    background-size: 13%;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
  }

.horizontal-accordion > .acrItem {
    display: table-cell;
    position: relative;
    height: 100%;
    padding: 2rem 1rem;
    text-align: center;
    transform-origin: 0 50%;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    box-shadow: inset 0px 20px 20px 0px #1b131326;
  }

  .horizontal-accordion > .acrItem:hover + .acrItem {
    opacity: 0.1;
  }
  .horizontal-accordion > .acrItem:hover > .icon {
    transform: scaleX(0.5);
  }

  .horizontal-accordion > .acrItem:hover > .title {
    transform: scaleX(0.5) translateX(-50%);
    background: #85bf30;
    text-align: center;
    padding: 15px;
  }

  .horizontal-accordion > .acrItem:hover > .title > .acrText {
    transform: translateX(-50%);
    left: 50%;
  }

  .horizontal-accordion > .acrItem:hover > .acrContent {
    opacity: 1;
  }

  .horizontal-accordion > .acrItem > .icon {
    font-weight: 700;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    color: #ffffff;
  }

  .horizontal-accordion > .acrItem > .icon img {
    width: 50px;
  }

  .horizontal-accordion > .acrItem > .title {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1.5rem;
    width: 200%;
    text-align: left;
    transform-origin: 0 50%;
    transform: rotate(-90deg);
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    font-size: 1.2rem;
  }

  .horizontal-accordion > .acrItem > .title > .acrText {
    position: absolute;
    left: 2rem;
    bottom: 0;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
  }

  .horizontal-accordion > .acrItem > .acrContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    opacity: 0;
    padding: 1rem;
    pointer-events: none;
      animation: card1 18s infinite linear;
  }
/*--------------------------------------------------*/

  .horizontal-accordion-second {
    display: table;
    width: 100%;
    margin: 0 auto;
    height: 33vh;
    max-height: 1000px;
    background-size: 13%;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
  }

  .horizontal-accordion-second > .acrItem-second {
    display: table-cell;
    position: relative;
    height: 100%;
    padding: 2rem 1rem;
    text-align: center;
    transform-origin: 0 50%;
    transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    box-shadow: inset 0px 20px 20px 0px #1b131326;
  }

}
/*---------------------------------------------------------------------------*/
.heart-icon {
  color: #ca2e55;
  font-size: 3rem;
  transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
}
.blacksvg{
  left: -95px;
}
.greensvg{
  right: -95px;
}