*{
    padding: 0; 
    margin: 0;
}
.desc p{
    color: #353535;
    font-size: 15px;
    font-weight: 400;
}
.see-more {
   color: #bf953f;
   font-size: 13px;
   /* text-transform: uppercase; */
   margin-top: 6px;
   font-weight: 500;
}
.see-more svg{
    

    height: 11px;
fill: #bf953f;
  margin-left: 5px;
}
.pd-section-top{
    padding-top: 25px;
}
.pd-section-bottom{
    padding-bottom: 25px;
}

@media (max-width: 992px){
    .desc p {
        font-size: 14px;
    }
}