a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  font-weight: 700;
}

.bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  display: block;
  max-height: 180px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.text-block.hide2 {
  display: none;
}

.link-2 {
  color: #333;
}

.link-2:hover {
  font-weight: 700;
}

.div-block {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-weight: 800;
}

.bold-text-2 {
  font-weight: 800;
}

.bold-text-3 {
  font-weight: 800;
}

@media (max-width: 767px) {
  .image {
    max-height: 100px;
  }
  .heading {
    font-size: 24px;
  }
  .text-block {
    margin-right: 1%;
    margin-left: 4%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0px;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 479px) {
  .image {
    max-height: 90px;
  }
  .heading {
    position: relative;
    top: auto;
    bottom: auto;
    font-size: 22px;
  }
  .text-block {
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 14px;
  }
  .text-block.hide {
    display: none;
  }
  .text-block.hide2 {
    display: block;
  }
  .section {
    max-height: 1920px;
  }
}