#bottomutp {
  margin-bottom: 0px;
}
#bottomutp a {
  text-decoration: none !important;
}
#bottomutp a:hover > div {
  opacity: 0.8;
}
#bottomutp .oneblock {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 50px;
  margin-bottom: 30px;
}
#bottomutp .oneblock .toptitle {
  font-size: 19px;
  color: #0a3e63;
  font-weight: bold;
  text-transform: uppercase;
}
#bottomutp .oneblock .lower {
  text-transform: lowercase;
}
#bottomutp .oneblock .text {
  color: #262626;
  font-size: 16px;
  min-height: 60px;
}
#bottomutp .oneblock .text.bigt {
  font-size: 21px;
  color: #0a3e63;
  line-height: 28px;
  font-weight: bold;
}
#bottomutp .oneblock.b1 {
  background-image: url(../img/podl1.png);
}
#bottomutp .oneblock.b2 {
  background-image: url(../img/podl2.png);
}
#bottomutp .oneblock.b3 {
  background-image: url(../img/podl3.png);
}
#bottomutp .oneblock.b4 {
  background-image: url(../img/podl4.png);
}
#bottomutp .oneblock.b5 {
  background-image: url(../img/podl5.png);
}
#bottomutp .oneblock.b6 {
  background-image: url(../img/podl6.png);
}

@media (max-width: 992px) {
  #bottomutp .oneblock {
    background-size: cover;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #bottomutp .text {
    height: auto !important;
  }
  #bottomutp .title {
    height: auto !important;
  }
}
@media (max-width: 400px) {
  #bottomutp .oneblock {
    padding: 15px 20px;
  }
}

/*# sourceMappingURL=bottomutp.css.map */
