/*
Theme Name:     Twenty Twenty-Five Child
Template:       twentytwentyfive
Version:        1.0
*/


.project-card {
  background-color: var(--wp--preset--color--hero-dark);
  color: white;
  padding: var(--wp--preset--spacing--sm);
  border-radius: var(--wp--preset--border--radius--card);
}

.services-icon{
  font-size: 60px;
}

.optimal-icon{
    font-size: 50px;
    color:#3ab3c4 ;
}

.wp-block-template-part{
  margin-block-start: 0;
}

.wp-site-blocks :focus{
  outline-style: none;
}