/* STYLES FOR 12 Column Content */
.twelve-cc {
  margin: 0 !important;
  max-width: unset !important;
  text-align: center;
  padding: 47px 15.3% 54px 15.3%;
  position: relative;
}
.twelve-cc-bg-image {
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.twelve-cc h2 {
  position: relative;
  padding-bottom: 25px !important;
  margin-bottom: 29px !important;
}
.twelve-cc h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  max-width: 256px;
  background: #fff;
}
.twelve-cc-safety {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.twelve-cc-safety img {
  max-height: 70px;
  object-fit: contain;
  width: auto;
}
.fourColImages + .twelve-cc img {
  width: auto;
}
.twelve-cc-safety img:not(:last-of-type) {
  margin-right: 25px;
}
.twelve-cc-cols {
  display: grid;
  grid-gap: 30px 20px;
}
.twelve-cc-cols .twelve-cc-content,
.twelve-cc-cols .twelve-cc-content p {
  font-family: 'Gotham A', 'Gotham B' !important;
  font-size: 16px !important;
  color: #ffffff !important;
  line-height: 25px !important;
}
.twelve-cc-cols .twelve-cc-button {
  display: flex;
  justify-self: center;
  background: rgba(0, 0, 0, 0.1) !important;
}
.twelve-cc-cols .twelve-cc-button a {
  font-family: 'Gotham A', 'Gotham B' !important;
  font-size: 15px !important;
  color: #ffffff !important;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #b2b2b2 !important;
  padding: 9.5px 13.4px !important;
}
.twelve-cc-cols .twelve-cc-content ul {
  color: #fff !important;
  text-align: left;
  padding-left: 30px;
  margin: 17px 0 0 0 !important;
}
.twelve-cc-cols .twelve-cc-content ul li:not(:first-of-type) {
  padding-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .twelve-cc {
    padding: 47px 15px 54px 15px;
  }
  .twelve-cc-cols .twelve-cc-content ul {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .twelve-cc-cols {
    grid-template-columns: 1fr !important;
  }
  .twelve-cc-safety img {
    max-height: 58px;
  }
  .twelve-cc-safety img:not(:last-of-type) {
    margin-right: 16px;
  }
}
