.promo-blocks-template-8 {
  position: relative;
  padding: 60px 0 100px 0;
  background: #642382;
  color: #fff;
}

.promo-blocks-template-8:before {
   background-size: cover;
}

.promo-blocks-template-8:after {
  content: "keyboard_arrow_down";
  font-family: "Material Icons";
  position: absolute;
  color: #ffffff;
  z-index: 10;
  top: 20px;
  font-size: 20px;
  left: 50%;
  margin: 0 0 0 -16px;
}

.promo-blocks-template-8 h3,
.promo-blocks-template-8 h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 30px 0 50px 0;
}

.promo-blocks-template-8 h2 span:before,
.promo-blocks-template-8 h3 span:before {
  background: #ffc400;
}

.promo-blocks-template-8 .blocks-list {
  position: relative;
  margin: 90px 0 0 0;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.promo-blocks-template-8 .blocks-list .block {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  flex-flow: column wrap;
  max-width: 260px;
  padding: 0 0 30px 0;
}

.promo-blocks-template-8 .blocks-list .block:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background: #ffc400;
}

.promo-blocks-template-8 .blocks-list .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  min-height: 30px;
  color: #ffc400;
  height: 60px;
}

.promo-blocks-template-8 .blocks-list .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  top: 50%;
  margin: -15px 0 0 0;
}

.promo-blocks-template-8 .blocks-list .text {
  font-size: 13px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.promo-blocks-template-8 .blocks-list .block-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-blocks-template-8 .buttons{
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 50px 0;
  flex-wrap: wrap;
}

.promo-blocks-template-8 .buttons .redirect-button{
  display: block;
  position: relative;
  text-decoration: none;
  background: #ffffff;
  color: #181818;
  padding: 12px 10px;
  font-size: 16px;
  border: none;
  border-radius: 36px;
  box-shadow: 0 5px 16px -2px rgb(37, 8, 53);
  transition: all 240ms ease-out;
  min-width: 210px;
  text-align: center;
  margin-bottom: 20px;
}
.promo-blocks-template-8 .buttons .redirect-button.cert{
    background: #ffc400;
    color:#642382;
}

.promo-blocks-template-8 .buttons .icon{
    position: absolute;
    display: block;
    width: 19px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;
}

.promo-blocks-template-8 .buttons .redirect-button .label{
  padding-left: 14px;
}
