@import url("fonts.css");

body {
  background: #000;
  color: #fff;
  font-family: "Montserrat-Regular", Arial, Helvetica, sans-serif;
  padding: 30px 0 0 0;
}

h3 {
  font-size: 2em;
  font-family: "Montserrat-SemiBold", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

a {
  color: #3b7fb7;
}

a:hover {
  color: #e6c52c;
}

.dens3-wrapper {
  overflow: hidden;
  margin: 30px 0;
  padding: 30px 60px;
}

@media screen and (max-width: 575px) {
  .dens3-wrapper {
    margin: 15px 0;
    padding: 15px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .dens3-wrapper {
    margin: 20px 0;
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dens3-wrapper {
    margin: 25px 0;
    padding: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dens3-wrapper {
    overflow: hidden;
    margin: 30px 0;
    padding: 30px 50px;
  }
}

.dens3-wrapper .title {
  margin-bottom: 30px;
}

.dens3-wrapper .title h3 {
  font-size: 2em;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 319px) {
  .dens3-wrapper .title {
    margin-bottom: 15px;
  }

  .dens3-wrapper .title h3 {
    font-size: 0.9em;
    margin-right: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .dens3-wrapper .title {
    margin-bottom: 15px;
  }

  .dens3-wrapper .title h3 {
    font-size: 1.2em;
  }
}

.dens3-wrapper a:hover,
.dens3-wrapper a:visited,
.dens3-wrapper a:link {
  text-decoration: none;
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.row-center {
  display: flex;
  justify-content: center;
}
