.esg-list .esg-list-div{
    margin-bottom: 50px;
}

.tp-btn-esg-lg {
    display: inline-block;
    background: #FFCE5A;    ;
    box-shadow: inset -2px -2px 2px rgba(7, 13, 29, 0.3);
    border-radius: 100px;
    color: #000;
    font-family: var(--tp-ff-urban);
    height: 60px;
    line-height: 61px;
    padding: 0 35px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    transition-duration: 1s;
  }