
.fc-section.fc-image-content {
  padding: 104px 0;
}
.fc-image-content__inner-wrap {
  display: flex;
  align-items: center;
}
.fc-image-content__col {
  width: 50%;
}
.fc-image-content__icon-list-item {
  display: flex;
  gap: 10px;
  /* align-items: center; */
}
.fc-image-content__icon-list-item:not(:last-child) {
  margin-bottom: 24px !important;
  position: relative;
}
.fc-image-content__icon-list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #1B19163d 50%, transparent 100%);
}

.fc-image-content__icon-text h3 {
  margin: 0;
  color: #1B1916;
   font-family: 'DM Sans' !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: unset;
}

.fc-image-content__col.fc-image-content__col-2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fc-image-content h2 {
  color: #1B1916;
  font-family: 'Prata' !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  margin: 0;
}

.fc-image-content .fc-section__body p {
  color: #1B1916;
  font-family: 'DM Sans' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.fc-image-content__icon-text p {
  color: #1B1916;
  font-family: 'DM Sans' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1023px){
  .fc-image-content__media {
    margin: 0 40px;
  }
  .fc-image-content__media img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px){
  .fc-image-content__inner-wrap {
    flex-direction: column;
  }
  .fc-image-content__col {
    width: 100%;
  }
  .fc-image-content__media img {
    width: 100%;
    height: auto;
  }
  .fc-image-content__media{
    margin: 0;
  }
  .fc-image-content h2{
    text-align: center;
  }
  .fc-image-content .fc-section__body p {
    text-align: center;
  }
}