/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  --field-border: 1px solid #00208C;
}

.feature-card__icon svg {
  height: 50px;
  width: auto;
}
.feature-card__icon svg path {
  fill: var(--accent-color);
}

.feature-card h3 {
  font-size: 175%;
}

@media (min-width: 768px) {
  .site-header .site-header__utility .button {
    border-radius: 0;
  }