.fastest10gb-cv-list{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  align-items: center;
}

.fastest10gb-cv-list-item{
  flex: 1;
}

.fastest10gb-cv-list-title{
  color: #fff;
  font-weight: bold;
  font-size: 1.9rem;
  margin-bottom: 10px;
  text-align: center;
  font-style: italic;
}

.fastest10gb-cv-list-btn{
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: #111111;
  font-weight: bold;
  padding: 25px 50px;
  position: relative;
  background: url(../../theme/img/bg_stripe_yellow.png) 0 0 repeat;
  text-align: center;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.15);
  min-height: 93px;
  margin: 0 15px;
  justify-content: center;
}

.fastest10gb-cv-list-btn:after{
  content: '';
  border-left: 6px solid #000000;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -3px 0 0;
}

.fastest10gb-contact-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.fastest10gb-contact-list-item{
  list-style: none;
  flex:1;
  margin-right: 15px;
}
.fastest10gb-contact-list-item:last-of-type{
  margin-right: 0;
}

.fastest10gb-contact-list .fastest10gb-contact-list-item .fastest10gb-contact-btn{
  font-size: 1.5rem;
}


@media screen and (max-width:750px) {
  .fastest10gb-cv-list{
    display: block;
  }
  .fastest10gb-cv-list-btn{
    padding: 15px 12px;
    font-size: 1.7rem;
    font-weight: bold;
    min-height: inherit;
    margin: 0;
  }
  .fastest10gb-cv-list-item{
    margin-bottom: 20px;
  }
  .fastest10gb-contact-list{
    display: block;
  }
  .fastest10gb-contact-list-item{
    margin-right: 0;
    margin-bottom: 15px;
  }

}

.pagelink {
  display: block;
  width: 1px;
  height: 1px;
  margin-top: -90px;
  padding-top: 90px;
}