.fc-band__col h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Prata' !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin: 0;
}

.fc-container-band {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 20px;
}
.fc-section.fc-band {
  padding: 48px 0;
}
.fc-band__inner-wrap {
  display: flex;
  gap: 50px;
  align-items: center;
}

@media (max-width: 1024px){
  .fc-band__col h2 {
    font-size: 37px;
  }
  .fc-band__inner-wrap {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 767px){
  .fc-band__inner-wrap {
    flex-direction: column;
    gap: 30px;
  }
  
  .fc-band__col.fc-band__col-2 {
    width: 100%;
  }
  .fc-band__col h2 {
    text-align: center;
  }
}