/* put here your custom css styles */

#acceptance-form .wpcf7-list-item {
     margin: 0;
}
#acceptance-form .wpcf7-list-item label {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
#acceptance-form .wpcf7-list-item label input {
    width: 20px;
    margin-right: 10px;
}

/* Slick Style */
.slick-dots li.slick-active button:before {
    font-size: 40px;
}

.projects-list .slick-dots {
    display: flex;
    justify-content: center;
}

.projects-list .slick-dots li {
    width: 20px;
    height: 20px;
}
