.background-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: url(/images/homepage/hex-bg.png) 50% 50% / 25%;
  opacity: 0.25;
}
.above-image {
  position: relative;
}
@media (max-width: 375px) {
  .featureBtn {
    padding: 25px !important;
  }
}
.feature-card-list .feature-card .feature-card-body {
  height: 500px;
  border: solid 1px #F0F0F0;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.14);
  padding: 100px 30px 0px 30px;
  position: relative;
  bottom: 80px;
  z-index: 1;
}
.feature-card-list .feature-card .feature-card-body .feature-card-body-text {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.feature-card-list .feature-card .feature-card-body h2 {
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}
.feature-card-list .feature-card .feature-card-body p {
  height: 100%;
  text-align: left;
  margin: 0;
}
.feature-card-list .feature-card .feature-card-body .btn {
  margin-top: 20px;
  margin-bottom: 40px;
}
.feature-card-list .feature-card .feature-card-img {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}
.feature-card-list .feature-card:nth-child(odd) .feature-card-img {
  width: 100%;
  max-width: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.feature-card-list .feature-card:nth-child(even) .feature-card-img {
  width: 100%;
  max-width: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 1200px) {
  .feature-card-list .feature-card {
    height: 950px;
    width: 100%;
  }
  .feature-card-list .feature-card .feature-card-body {
    height: auto;
    border: solid 1px #F0F0F0;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.14);
    padding: 60px;
    position: relative;
    bottom: 330px;
    z-index: 1;
  }
  .feature-card-list .feature-card .feature-card-body h2 {
    margin: 0;
    padding-bottom: 10px;
  }
  .feature-card-list .feature-card .feature-card-body p {
    margin: 0;
  }
  .feature-card-list .feature-card:nth-child(odd) .feature-card-img {
    width: 100%;
    max-width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .feature-card-list .feature-card:nth-child(odd) .feature-card-body {
    width: 100%;
    min-width: 280px;
    max-width: 800px;
    margin: auto;
    margin-top: 100px;
    padding: 60px;
    padding-top: 280px;
    text-align: left;
  }
  .feature-card-list .feature-card:nth-child(even) .feature-card-img {
    width: 100%;
    max-width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .feature-card-list .feature-card:nth-child(even) .feature-card-body {
    width: 100%;
    min-width: 280px;
    max-width: 800px;
    margin: auto;
    margin-top: 100px;
    padding: 60px;
    padding-top: 280px;
    text-align: left;
  }
}
.featureBtn {
  display: block;
  padding: 40px;
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.featureBtn > svg,
.featureBtn img {
  fill: #505050;
  height: 100px;
  width: auto;
}
.featureBtn > h3 {
  color: #505050;
  margin: 0px;
}
.featureBtn:hover {
  transform: scale(1.05);
}
.featureBtn:hover > svg {
  fill: #db1023;
}
.featureBtn:hover > h3 {
  color: #db1023;
}
.blurred-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 43px 0 rgba(0, 0, 0, 0.4);
}
.migration {
  padding: 15px;
  background-color: #444;
}
.migration > h2 {
  color: #fff;
  cursor: default !important;
  margin: 0px;
}
.right-side {
  text-align: right;
}
.whiteBtn {
  background: #ffffff;
  color: #db1023;
  border-radius: 0;
  border: 2px solid #ffffff;
  white-space: normal;
}
.why-cwh-btn {
  margin: 0 4em;
  width: 8em;
  padding: 10px !important;
}
.feature-item h2,
.feature-item p {
  color: #ffffff;
}
.feature-item > .homepage-feature-image {
  opacity: 0;
  display: inline-block;
  height: 600px;
  width: 100%;
  transition: opacity 500ms ease-in-out;
  box-shadow: 0 6px 43px 0 rgba(0, 0, 0, 0.4);
}
.feature-item > .description {
  display: inline-block;
  padding: 80px;
}
