.play-promo {
  margin: 90px auto 140px;
  max-width: 650px;
  text-align: center;
}
.play-promo h2 {
  color: #000;
  font-family: Futura PT;
  font-size: 56px;
  font-style: normal;
  font-weight: 450;
  line-height: 82px; /* 146.429% */
  letter-spacing: -1.12px;
  padding:0;
  margin:0 0 30px;
}
.play-promo .promo-btn{
  
  display: flex;
  justify-content: center;
}
.play-promo .promo-btn a{
  text-align: center;
  display: block;
  max-width: 246px;
  background: #fff;
  padding: 10px 45px 12px 72px;
  margin: 0 25px 0 0;
  position: relative;
  color: #000;
  font-family: Futura PT;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.16px;
  border: 2px solid #FDB41D;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.play-promo .promo-btn a:last-of-type{
  margin-right:0;
}
.play-promo .promo-btn a:hover{
  background: #fdb41d;
  text-decoration: none;
  color: #fff;
}
.play-promo .promo-btn a:before{
  position: absolute;
  display: inline;
  content: "";
  height: 20px;
  width: 20px;
  margin: 0px 0 0 -27px;
  background: url("/template/7e07e034/images/play-promo-icon.svg") no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.play-promo .promo-btn a:hover:before{
  background-position: 0 -42px;
}
