*{
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}
html.is-lock{
	overflow-y: hidden;
}
.desc p{
    color: #353535;
    font-size: 15px;
    font-weight: 400;
}
.see-more {
   color: #3c3b40;
   font-size: 14px;
   text-transform: uppercase;
   margin-top: 6px;
   font-weight: 600;
}
.see-more svg{
    height: 14px;
    fill: #3c3b40;
    margin-left: 5px;
}

.see-more:focus,
.see-more:hover {
    color: #000;
}
.pd-section-top{
    padding-top: 25px;
}
.pd-section-bottom{
    padding-bottom: 25px;
}

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