body {
  margin: 0;
  padding: 0;
  font-family: 'Gotham Pro';
  font-weight: normal;
  font-style: normal;
}
.wrap-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: space-between;
}
.wrap-links a {
  flex-basis: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-decoration: none !important;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap-links a .BGimg {
  display: block;
  width: 390px;
  height: 215px;
}
.wrap-links a p.links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 204px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #404040;
  border-radius: 20px;
  margin-top: 110px;
  margin-bottom: 0;
}
.wrap-links a.PM {
  background-color: #fff;
  text-decoration: none !important;
}
.wrap-links a.PM p.links {
  border: 1px solid #8A6159;
  color: #8A6159;
  text-decoration: none !important;
}
.wrap-links a.PM .BGimg {
  background-image: url(../images/mlyn-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.wrap-links a.PM:hover {
  background-color: #784B21;
  text-decoration: none !important;
}
.wrap-links a.PM:hover p.links {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}
.wrap-links a.PM:hover .BGimg {
  background-image: url(../images/mlyn-white.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.wrap-links a.SB {
  background-color: #FFDC7E;
}
.wrap-links a.SB .BGimg {
  background-image: url(../images/sweet.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.wrap-links a.SB:hover {
  background-color: #C1F4FF;
}
.wrap-links a.SB:hover p.links {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}
@media (max-width: 850px) {
  .wrap-links {
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }
  .wrap-links a .BGimg {
    display: block;
    width: 275px;
    height: 160px;
    background-size: 100%;
  }
  .wrap-links a p.links {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
