.shape-fill.shape-fill-1 {
    fill: #fff;
}
.curved-svg {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
}
svg.shapey{
  height: 133px;
  width: 170%;
}

h1{
  font-size:4.1rem;
}

h2{
  font-size:3.1rem;
}
.terms-set {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 9px;
  margin: 0px auto;
}

/* Image on support */
.image-link{
  border: solid 1px #eee;
  padding: 10px;
  display:block;
  border-radius: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.image-link img{
  width:100%;
  
}
.support-options-ul{
  margin-left: 50px;
}
.support-options-ul li{
    color: #98a6ad!important;
}

.support-question-q-box {
  height: 30px;
  width: 30px;
  color: #673ab7;
  text-align: center;
  border-radius: 50%;
  float: left;
  font-weight: 700;
  line-height: 30px;
  background-color: rgba(103, 58, 183, 0.15);
}