/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2026 | 18:44:15 */
.service-wrap,
.formSection {
    scroll-margin-top: 90px;
}

.service-cards svg {
    max-width: 75px;
    height: 70px;
    fill: #427BCA;
}
.service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.elementor-message {
    text-align: center;
    background: #fff;
    padding: 10px;
}
@media (max-width: 1024px) {
 .service-cards {
    grid-template-columns: repeat(2, 1fr);
 }	
}
@media (max-width: 767px) {
 .service-cards {
    grid-template-columns: repeat(1, 1fr);
 }	
}