/* Bootstrap imports */
.title {
  color: #055293;
  text-align: left;
  font-size: 30px;
  line-height: 35px;
}
@media (min-width: 992px) {
  .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .title {
    font-size: 50px;
    line-height: 55px;
  }
}
.subtitle {
  color: #002e58;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .subtitle {
    font-size: 40px;
    line-height: 45px;
  }
}
.text {
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .text {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .text {
    font-size: 22px;
    line-height: 26px;
  }
}
.block-single {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .block-single {
    margin-top: 60px;
  }
}
.block-line {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .block-line {
    margin-top: 60px;
  }
}
.block-line::before {
  background-color: #8cc63e;
  content: "";
  display: block;
  margin: 0 auto 30px;
  height: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .block-line::before {
    height: 10px;
    margin: 0 auto 60px;
    width: 40%;
  }
}
#closing #hero {
  background: #DBDBD9;
  position: relative;
  overflow: hidden;
}
#closing #hero .banner {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #closing #hero .banner {
    height: 400px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #closing #hero .banner {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #closing #hero .banner {
    height: 100%;
  }
}
#closing #hero .banner .img-background {
  width: 100%;
  height: 250px;
  display: block;
  background-position-x: 65%;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #closing #hero .banner .img-background {
    background-position-x: center;
    height: 400px;
  }
}
@media (min-width: 992px) {
  #closing #hero .banner .img-background {
    height: 500px;
  }
}
#closing #hero .banner .caption {
  position: relative;
}
@media (min-width: 768px) {
  #closing #hero .banner .caption {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
#closing #hero .banner .caption .title,
#closing #hero .banner .caption .text {
  color: #055293;
  text-align: center;
}
@media (min-width: 768px) {
  #closing #hero .banner .caption .title,
  #closing #hero .banner .caption .text {
    text-align: left;
  }
}
#closing .item {
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #closing .item {
    padding: 0;
    text-align: left;
  }
}
