

.fc-section.fc-process {
  padding: 104px 0;
  border-bottom: 4px solid #B8936F;
  background: linear-gradient(180deg, #F6F5F4 55.89%, #E3E0DE 100%);
  text-align: center;
}
.fc-process__icon-lists {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 60px;
  gap: 30px;
}
.fc-process__icon-list-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fc-process h2 {
  color: #1B1916;
  text-align: center;
  font-family: 'Prata' !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
.fc-process .fc-section__body p{
  color: #1B1916;
  text-align: center;
  font-family: 'DM Sans' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.fc-process__icon-text h3 {
  color: #1B1916;
  text-align: center;
  font-family: 'Prata' !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.fc-process__icon-text p {
  color: #1B1916;
  text-align: center;
  font-family: 'DM Sans' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px){
  
  .fc-process__icon-lists {
    flex-direction: column;
  }
  .fc-section .fc-process__icon-text h3{
    font-size: 24px !important;
  }
   
  .fc-process__icon-list-item {
    flex: unset;
    width: 100%;
  }
}