/* STYLES FOR MICRO PROMO */
.micro-promo {
  max-width: unset !important;
  margin: 0 !important;
  padding: 30px 2% 53px 2%;
  position: relative;
}
.micro-promo .bg_gradient {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 320px;
  width: 100%;
}
.micro-promo h2 {
  position: relative;
  padding-bottom: 25px !important;
  margin-bottom: 39px !important;
  text-align: center;
}
.micro-promo h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  max-width: 256px;
  background: #fff;
}
.micro-promo .intro_text {
  font-family: 'Gotham A', 'Gotham B' !important;
  font-weight: normal !important;
  font-size: 22px !important;
  color: #ffffff !important;
  line-height: 31px;
  position: relative;
  text-align: center;
  max-width: 1100px !important;
  margin: 0 auto 39px auto;
}
.micro-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 35px;
  position: relative;
}
.micro-promo-image {
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.micro-promo-content {
  position: relative;
  top: -30px;
  width: 90%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.85);
  padding: 5px 21px 0 11px;
}
.micro-promo-content h3 {
  font-family: 'BauerBodoniStdBlack' !important;
  font-weight: 900 !important;
  font-size: 30px !important;
  color: #ffffff !important;
  line-height: 37px;
  margin-bottom: 13px !important;
  position: relative;
  padding-bottom: 9px !important;
  margin-bottom: 10px !important;
}
.micro-promo-content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110%;
  height: 2px;
  background: #4a667d;
}
.micro-promo-content a {
  background: rgba(0, 0, 0, 0.1);
  font-family: 'Gotham A', 'Gotham B' !important;
  font-size: 15px !important;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline;
  border: 2px solid #b2b2b2;
  padding: 9.5px 15px;
}
