.brands p{
    font-size: 16px;
    line-height: 24px;
    color: #61708A;
    text-align: justify;
    /* font-family: Proxima-Nova-bold; */
    font-family: ProximaNova-Regular;


}
.brands h5{
    font-size: 18px;
    color: #EDA444;
    font-family: Proxima-Nova-bold;

}
.post{
    font-size: 16px;
    line-height: 24px;
    color: #61708A;
    text-align: justify;
    /* font-family: Proxima-Nova-bold; */
    font-family: ProximaNova-Regular;
}

.brands ul{
    padding-left: 18px;
}
.brands ul li{
    font-size: 16px;
    line-height: 24px;
    color: #61708A;
    margin-bottom: 16px;
    font-family: ProximaNova-Regular;
}
.brands img{
    width: 40%;
}
.read{
    color: #EDA444;
    font-family: Proxima-Nova-bold;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
}

.moreless-button:hover{
    color: #EDA444;
}
.exclusive-brands img{
    border-radius: 8px;
}
/* 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;
}


/* #section {
    width: 500px;
    height: 400px;
    word-wrap: break-word;
  } */
  
  .moretext {
    display: none;
  }
  .more{
    display: none;
 }

.hide{
    display: none;
}