.icons-section{
  padding-top: 90px;
  padding-bottom: 90px;
}
.icons__heading{
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px;
  color: #212121;
  font-weight: 500;
  text-align: center;
}
.icons__heading span{
  color: #d0a650;
}
.icons__text-below,
.icons__text-under{
  font-size: 18px;
  line-height: 24px;
  color: #212121;
  font-weight: 300;
  max-width: 960px;
  text-align: center;
  margin: 0 auto 30px;
}
.mbtheme-icon-boxes-module {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 3rem;
  align-items: baseline;
}

.mbtheme-single-icon-box {
  width: 15%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 3rem;
}

.mbtheme-single-icon-box__icon {
  max-width: 120px;
}

.mbtheme-single-icon-box__title {
  font-size: 20px;
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
  color: #4c4c4c;
  line-height: 26px;
  font-weight: 600;
}

.mbtheme-single-icon-box__description {
  margin-top: 1.5rem;
  text-align: center;
  width: 100%;
  color: #4c4c4c;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  .mbtheme-single-icon-box {
    width: 29%;
  }
  .mbtheme-icon-boxes-module {
    justify-content: space-around;
  }
}

@media screen and (max-width: 768px) {
  .mbtheme-single-icon-box {
    width: 45%;
  }
  .mbtheme-icon-boxes-module {
    justify-content: space-around;
  }
}

@media screen and (max-width: 460px) {
  .mbtheme-single-icon-box {
    width: 100%;
  }
}
