body {
  font-family: 'Varela Round', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.image {
  width: 260px;
}

.image._2 {
  width: 350px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 10px solid #1a1f2e;
  border-bottom: 10px solid #0167b1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0))), url('../images/background-white.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0)), url('../images/background-white.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-3 {
  width: 64%;
  margin: 0px auto;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-top: 20px;
  color: #26638b;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .heading-3 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .image._2 {
    width: 60%;
  }

  .heading-3 {
    font-size: 30px;
  }

  .text-block {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 210px;
  }

  .image._2 {
    width: 75%;
    margin-bottom: 18px;
  }

  .heading-3 {
    font-size: 17px;
    line-height: 25px;
  }

  .text-block {
    margin-top: 10px;
  }
}