.every-megaslam {
  background: #f3f3f3;
  max-width: 1026px;
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 50px;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
}
.every-megaslam__title {
  font-family: 'DINCondensed', sans-serif;
  color: #000;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 25px;
}
.every-megaslam__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 43px;
}
.every-megaslam__group {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 20px;
}
.every-megaslam__group p {
  margin: 16px 0;
  display: -ms-flexbox;
  display: flex;
}
.every-megaslam__group p:before {
  content: '●';
  margin-right: 20px;
  font-size: 14px;
}
.every-megaslam__link {
  text-align: center;
}
.every-megaslam__link a {
  color: #fff;
  font-size: 1.8rem;
  padding: 21px 27px;
  background-color: #ed0f00;
  transition: background-color 0.4s linear;
  font-family: 'DINCondensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: 0.8px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.every-megaslam__link a:hover {
  background-color: #ff2b1d;
}
.every-megaslam__link a[disabled] {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 768px) {
  .every-megaslam__link a {
    font-size: 1.6rem;
    padding: 22px 27px;
  }
}
@media (hover: none), (pointer: coarse) {
  .every-megaslam__link a:hover {
    background-color: #ed0f00;
  }
  .every-megaslam__link a:active {
    background-color: #ff2b1d;
  }
}
@media (max-width: 768px) {
  .every-megaslam {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 40px;
  }
  .every-megaslam__content {
    display: block;
    margin-bottom: 30px;
  }
  .every-megaslam__group p:before {
    margin-right: 10px;
  }
  .every-megaslam__group p:last-child {
    margin-bottom: 0;
  }
}
