.terms-header{
  position: fixed!important;
  width:100%;

}
.terms-main{
  padding-top:108px;
}
.terms {
  background-image: url('../img/about-bg.webp');
  background-position: top 0px left -100px;
  background-repeat: no-repeat;
 padding-top:30px!important;
 padding-bottom:30px!important;
  
      display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 0px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.account-delection {
  background-image: url('../img/about-bg.webp');
  background-position: top 0px left -100px;
  background-repeat: no-repeat;
 padding-top:30px!important;
 padding-bottom:40px!important;
  
      display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 0px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.account-delection ol{
  padding-left:16px;
  width: 100%;
  max-width: 883px;
  margin:0 auto;
  list-style: none;
  counter-reset: muffins;
  padding:0;
}

.account-delection ol li{
  counter-increment: muffins;
  margin-bottom:12px;
  display: flex;
  align-items: baseline;
  padding-left: 32px;
    position: relative;
}

.account-delection ol li:before{
  
  content: counter(muffins) ". ";
  display: inline-flex;
  justify-content: center;
  padding-right: 12px;
    width: 32px;
    position: absolute;
    left: 0px;
}


.back-btn-wrap{
  padding-top:10px;
}
.back-btn-wrap a{
  text-decoration: none;
  color: var(--heading-color);
  /*background-image: url('../img/back-arrow.svg');*/
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='22' viewBox='0 0 14 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1787 19.415L10.6711 22L0.000161171 11L10.6711 0L13.1787 2.585L5.0333 11L13.1787 19.415Z' fill='%23F0AF03'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position:left center;
  background-size: 14px;
  
  display: inline-block;
  padding-left:22px;
  font-size: 18px;
  font-weight: 600;
  
}

.back-btn-wrap a:hover{
  color: #ffffff;
   background-image: url("data:image/svg+xml,%3Csvg width='14' height='22' viewBox='0 0 14 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1787 19.415L10.6711 22L0.000161171 11L10.6711 0L13.1787 2.585L5.0333 11L13.1787 19.415Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

@media (max-width: 1200px) {
    .header.terms-header .logo {
        order: 0;
    }


@media (max-width: 992px) {
    .account-delection ol{
  
  width: 92%;
}
}

}