/*
Theme Name:     Packaging Site
Author:         No Need 
Description:    A custom WordPress theme built for modern websites.
Version:        0.0.10
*/

.contact-form-items .form-clt textarea{
    padding: 18px 30px 20px;
}
.nice-select {
    background-color: #fff;
}
.wpcf7 input[type="file"] {
    color: #000 !important;
}
@media (max-width: 575px) {
    .service-details-wrapper .service-details-content h3 {
        font-size: 20px;
    }
    .service-details-wrapper .service-details-content h2 {
        font-size: 24px;
    }
}