* {
    padding: 0;
    margin: 0;
}

.desc p {
    color: #353535;
    font-size: 15px;
    font-weight: 400;
}

.see-more {
    color: #c10013;
    font-size: 15px;
}

.see-more svg {
    height: 15px;
    fill: #c10013;
    margin-left: 5px;
}

.pd-section-top {
    padding-top: 25px;
}

.pd-section-bottom {
    padding-bottom: 25px;
}

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

    body {
        padding-bottom: 50px;
    }
}
