.four-col-feature-block{
  padding: 4em 2em;
}
.four-col-feature-block h1{
  font-weight: bold;
  font-size: 42px;
  line-height: 42px;
  color: #131f6b;
  text-align: center;
  margin-bottom: 2em;
}
.four-col-feature-block .hero-box-row{
  max-width: 1600px;
  margin: 0 auto 2em auto;
}
.four-col-feature-block .hero-box {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 10px;
}
.four-col-feature-block .hero-box .top{
  padding: 1rem;
  background-color: #131f6b;
}
.four-col-feature-block .hero-box .top h2{
  color: white;
  font-size: 22px;
  line-height: 26px;
}
.four-col-feature-block .hero-box .bottom{
  background-size: cover;
  background-position: center;
  height: 210px; 
}
.four-col-feature-block .btn-row{
  margin: 1em;
  display: flex;
  justify-content: center;
}
.four-col-feature-block .btn-row .btn{
  margin: 1em;
}
.four-col-feature-block .btn-white{
  border: 1px solid #131f6b;
  color: #131f6b;
  background-color: white;
  position: relative;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50px;
  padding: 0.5em 4em;
  width: auto;
  cursor: pointer;
  transition: all 0.33s ease;
  z-index: 9;
}
.four-col-feature-block .btn-primary:hover{
  border: 1px solid #131f6b;
  color: #131f6b;
  background-color: white;
}
.four-col-feature-block .btn-white:hover{
  background-color: #131f6b;
  color: white;
}
.four-col-feature-block .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.four-col-feature-block .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (max-width: 1400px){
  .four-col-feature-block .hero-box .top h2{
    width: 68%;
  }
}
@media screen and (max-width: 1120px){
  .four-col-feature-block .hero-box .top h2{
    width: 75%;
  }
}