:root {
  --trends-white: #fff;
  --trends-sand-3: #d8cfc7;
  --trends-green: #00a443;
  --trends-green-1: #007f33;
  --trends-green-3: #26bf64;
  --trends-forest: #00402a;
  --trends-forest-1: #dcebe1;
  --trends-sand-7: #3a3735;
  --trends-sand-1: #fffeff;
  --trends-sand: #fff5ec;
  --trends-sunset: #ff9c1a;
  --trends-sunset-1: #c66d00;
  --trends-sunset-light: #fff2d4;
}

#trends {
  width: 100%;
  max-width: 980px;
  padding: 40px 16px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--trends-sand-3);
  background: var(--trends-white);
}

#trends * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#trends strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#trends h2,
#trends h3,
#trends h4 {
  margin-top: 0 !important;
}

#trends ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#trends ul li:before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#trends img,
#trends svg {
  display: block;
  width: 100%;
}

#trends .trends_title {
  color: var(--trends-green-1) !important;
  font-size: 30px;
  line-height: 1.113;
  text-align: left;
  text-wrap: balance;
  font-family: "IberPangea" !important;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 18px;
}

#trends .trends_title strong {
  font-size: 32px;
  line-height: 1.125;
  font-family: "IberPangea Bold" !important;
  font-weight: normal;
  font-style: normal;
}

#trends .trends_content {
  border-radius: 15px;
  background: var(--trends-sand);
  padding: 17px 19px 27px;
}

#trends .trends_list {
  position: relative;
}

#trends .trends_list:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--trends-green-1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#trends .trends_list_item {
  border-radius: 15px;
  border: 1px solid var(--trends-sand-3);
  background: var(--trends-sand-1);
  padding: 16px;
  margin-bottom: 16px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#trends .trends_list_item:last-child {
  margin-bottom: 0 !important;
}

#trends .trends_list_item-5 {
  border-color: var(--trends-green-1);
  background-color: var(--trends-green-1);
}

#trends .trends_list_item_icon {
  max-width: 56px;
  margin-right: auto;
  margin-bottom: 16px;
}

#trends .trends_list_item_text {
  color: var(--trends-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  width: 100%;
}

#trends .trends_list_item_text strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

#trends .trends_list_item_logo {
  max-width: 172px;
}

@media (min-width: 700px) {
  #trends {
    padding: 40px 32px;
  }

  #trends .trends_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 28px;
  }

  #trends .trends_title strong {
    font-size: 32px;
    line-height: 1.125;
  }

  #trends .trends_content {
    padding: 28px 26px 35px;
  }

  #trends .trends_list:before {
    width: calc(50% + 110px);
    height: calc(50% + 110px);
    background-color: transparent;
    border: 1px solid var(--trends-green-1);
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #trends .trends_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  #trends .trends_list_item {
    width: calc(33.33% - 16px);
    margin-bottom: 0 !important;
  }

  #trends .trends_list_item_text {
    margin-bottom: auto;
  }
}

@media (min-width: 1000px) {
  #trends .trends_list:before {
    width: calc(50% + 160px);
  }
}
