@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.icon-cards-section {
  background-color: #3D484A;
  padding-block: 120px;
}
.icon-cards-section__title {
  color: #fff;
  font-family: "BebasNeue";
  font-weight: 400;
  font-size: 70px;
  line-height: 109%;
  text-align: center;
  margin-bottom: 0;
}
.icon-cards-section__subtitle {
  margin: auto;
}
.icon-cards-section__subtitle p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 120%;
  margin: 0;
  font-family: "heboo";
  font-weight: 400;
}
.icon-cards-section__grid .experience-iconCards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: auto;
  margin-top: 50px;
  width: 1088px;
}
@media screen and (max-width: 768px) {
  .icon-cards-section {
    padding-block: 60px;
    padding-inline: 28px;
  }
  .icon-cards-section__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .icon-cards-section__subtitle {
    max-width: 290px;
    margin: auto;
  }
  .icon-cards-section__subtitle p {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
  }
  .icon-cards-section__grid .experience-iconCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin: auto;
    margin-top: 48px;
    width: 100%;
  }
}
.icon-cards-section .icon-card {
  height: 360px;
  background-color: #fff;
  border-radius: 36px;
  padding: 46px 50px;
  color: #000;
}
.icon-cards-section .icon-card__icon {
  margin-bottom: 28px;
}
.icon-cards-section .icon-card__content h1,
.icon-cards-section .icon-card__content h2,
.icon-cards-section .icon-card__content h3,
.icon-cards-section .icon-card__content h4 {
  font-family: "BebasNeue";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 4px;
}
.icon-cards-section .icon-card__content p {
  font-weight: 400;
  font-family: "heboo";
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .icon-cards-section .icon-card {
    height: auto;
    border-radius: 30px;
    padding: 28px 20px 28px 28px;
  }
  .icon-cards-section .icon-card__icon {
    margin-bottom: 20px;
  }
  .icon-cards-section .icon-card__content p {
    font-size: 18px;
    line-height: 134%;
  }
}