.main-content {
  position: relative;
}
.img-responsive {
  width: 100%;
}
.text-wrapper {
  position: relative;
  border-top: 4px solid red;
  padding: 15px 30px 25px;
}
.main-category {
  color: red;
  text-transform: uppercase;
  text-align: center;
}
.background-image {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.statement {
  text-transform: uppercase;
  color: black;
  text-align: center;
}
.result {
  text-align: center;
}
a {
  color: inherit;
}
@media only screen and (min-width: 768px){
  .text-wrapper {
      background-image: linear-gradient(to bottom,rgba(255,255,255,0.5) 0,#fff 50%,#fff 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
  }
}
@media only screen and (min-width: 992px){
  .main-category {
      font-size: 22px;
  }
}
.main-horizontal-divider {
  border: 1px solid white;
}
.divder-vertical {
  border-right: 1px solid white;
}
@media only screen and (min-width: 768px){
  .divider-vertical {
      height: 600px;
  }
}
@media only screen and (min-width: 992px){
  .divider-vertical {
      height: 600px;
  }
}
@media only screen and (min-width: 1200px){
  .divider-vertical {
      height: 600px;
  }
}
.sub-box {
  margin-top: 15px;
  border-bottom: 1px solid white;
}
.main-category.blue {
  color: hotpink;
}
#blue-background {
  border: 1px solid white;
  background-color: aqua;
}
@media only screen and (max-width: 767px){
  .sub-box {
      height: 630px;
  }
  #blue-background {
      height: 615px;
  }
}

@media only screen and (min-width: 768px){
  .sub-box {
      height: 550px;
  }
  #blue-background {
      height: 535px;
  }
}

@media only screen and (min-width: 992px){
  .sub-box {
      height: 670px;
  }
  #blue-background {
      height: 555px;
  }
}

@media only screen and (min-width: 1200px){
  .sub-box {
      height: 690px;
  }
  #blue-background {
      height: 675px;
  }
}