/* PARTNER SECTION START */
.modern h2{
    font-size: 30px;
    font-family: Proxima-Nova-bold;
    color: #EDA444;
}
.trade{
    border: 1px solid #E8E8E8;
    padding: 15px;
}

/* OTHER SECTION START */
.other-section .container{
    max-width: 100%;
    padding: 0;
}
.other-section .card-body h6{
    font-family: ProximaNova-Regular;
}
.other-section .card-body h3{
    font-family: Proxima-Nova-bold;
    font-size: 28px;
}
.view-btn{
    text-align: center;
}
.view{
    color: #fff;
    border-radius: 25px;
    border: 2px solid #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-family: Proxima-Nova-bold;
}
.view:hover{
    color: #161616;
    background-color: #ffffff;
}

html {
    scroll-behavior: smooth;
  }
  

  .partner-content p{
    font-family: ProximaNova-Regular;
    font-size: 16px;
    color: #61708A;
  }


  .touchpoints .touch{
    padding: 8px;
  }

 .touch h6{
    font-size: 18px;
    font-family: Proxima-Nova-bold;
    color: #EDA444;
  }