.terms-banner {
  background: url('../images/productivity-back.jpg') no-repeat;
  background-size: cover;
  min-height: 204px;
  position: relative;
  width: 100%;
  border-radius: 0 0 52px 0;
  padding: 28px 0;
}

.terms-banner .terms-banner-img {
  max-width: 142px;
  position: absolute;
  bottom: -10px;
  left: 2%;
  z-index: 1;
}

.terms-content address{
  font-style: normal;
}

.header-absolute{
  position: fixed;
  top: 0;
}

.header-absolute.sticky{
  margin-top: 0;
}



@media all and (max-width:767px){
  .header-absolute{
    width: 100%;
    z-index: 999;
  }

  .header-absolute .header-wrap-block{
    border: none;
  }

}

/* ------------------ */

.terms-content {
  padding: 56px 0;
}

.terms-content p {
  margin-bottom: 16px;
  line-height: 24px;
}

.terms-content ul{
  margin-bottom: 6px;
}

.terms-content ul li{
  margin-bottom: 8px;
  font-size: 14px;
}

.terms-content h1{
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 24px;
  font-family: "Literata", serif;
  font-weight: 500;
}

.terms-content h2{
  font-size: 18px;
  margin-bottom: 8px;
}
.terms-content h3{
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}


.terms-content a{
  color: #4262FF;
}




@media all and (min-width: 767px) {
.terms-banner {
  min-height: 276px;
  background: url("../images/terms-banner-background.jpg") no-repeat center;
  background-size: cover;
  border-radius: 0 0 78px 0;
}

.terms-content ul li{
  font-size: 18px;
}

.terms-content-wrap{
  margin-bottom: 40px;
}

.terms-content h2{
  font-size: 24px;
  margin-bottom: 15px;
}
.terms-content h3{
  font-size: 18px;
  margin-bottom: 8px;

}
.terms-content h1{
  font-size: 52px;
  margin-bottom: 24px;
  line-height: 64px;
}


}


@media all and (min-width: 1316px) {
    .terms-banner {
      border-radius: 0 0 120px 0;
    }

}

@media all and (min-width: 1380px) {
  .terms-banner .terms-banner-img {
    left: 7%;
  }
}

@media all and (max-width: 767px) {
  .terms-banner{
    min-height: 169px;
    border-radius: 0 0 26px 0;
  }
  .terms-banner .terms-banner-img {
    max-width: 90px;
  }
}


