.single-about h4 {
    font-size: 22px;
    font-weight: 600;
    color: #00a78e;;
    margin: 0 0 15px
}

@media only screen and (max-width:479px) {

    .about-area .about-content h2,
    .about-area .single-about h4 {
        font-size: 24px
    }
}

.about-area .about-content p {
   font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #333333e0;
}
p.about_text {
   font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #333333e0;
}

.about-area .single-about h4 {
    font-size: 16px;
    font-weight: 600;
    color: #005670;
    margin: 5px 0 15px;
}

.about-area .about-content h2 {
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 18px;
    color: #005670;
}

.allprod_head {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    /* margin: auto; */
    /* padding: 41px 33px 39px; */
    font-weight: 500;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-top: 33px;
    margin-bottom: 33px;
}