/* span */

.about-section .about-content-area span {
    color: #fd5a0e !important;
    background-color: #eedbb8 !important;
    border-radius: 30px;
    display: inline-block;
    padding: 8px 16px;
    font-weight: 400;
}

.contact-area .contact-form label {
    font-weight: 500;
    color: #737b9a;
}
