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

a {
  color: #34a9b9;
  text-decoration: underline;
}

.sec_hero {
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), url('../images/bm_web_hero01.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), url('../images/bm_web_hero01.png');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.container {
  height: 100%;
}

.div_card {
  position: relative;
  top: 27%;
}

.div_title {
  margin-bottom: 200px;
}

.txt_name {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.txt_title {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #818181;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.txt_link {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.txt_link:hover {
  color: #d88d6a;
}