footer {
    background: #00a0e9;
}
.footer {
    max-width: 1300px;
    margin: 0px auto;
    font-family: Kanit, Kanit;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    padding: 24px;
}

.footerul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.back-to-top {
    border: none;
    background: none;
    position: fixed;
    right: 100px;
    font-size: 24px;
    line-height: 40px;
    border-radius: 50%;
    bottom: 200px;
    display: none;
    cursor: pointer;
      z-index: 2;
}
 .icon-back:before {
    font-size: 40px;
    color: #fce36c;
    border-radius: 50%;
    background: #00a0e9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.footerul li {
    padding: 0 24px;
}
@media (max-width: 760px) {
    .footer {
        font-size: 12px;
        line-height: 16px;
    }
    .footerul li {
        padding: 0 12px;
    }
  .icon-back:before {
    font-size: 30px;
  }
  .back-to-top {
    right: 33px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
}
