/* VARIABLES */
/*
* scss-docs-start theme-color-variables
* $brand-success: $green;
* $brand-info: $teal;
* $brand-warning: $orange;
* $brand-danger: $red;
*/
/*
* Body
* Settings for the `<body>` element.
*/
/*
* Links
* Style anchor elements.
* $link-color: $accent-shade;
* $link-hover-color: $accent-dark;
* $link-hover-decoration: underline;
*/
/*
* Comments
* Breadcrumbs (Works only on Bootstrap 5+)
* $breadcrumb-divider: quote(">");
*/
/* Responsive font sizes
* Breadcrumbs (Works only on Bootstrap 5+)
* $breadcrumb-divider: quote(">");
*
*/
/* TYPOGRAPHY */
/* Google Fonts */
@media (min-width: 48rem) {
  .field--name-block-title {
    max-width: 350px;
  }
  .field-body {
    max-width: 530px;
  }
}
.field--name-field-phone-number::before {
  content: "";
  display: inline-block;
  background-image: url("../../../icons/Call.svg");
  width: 24px;
  height: 24px;
  margin-inline-end: 1.5rem;
}
.field--name-field-phone-number a {
  direction: ltr !important;
}

.field--name-field-email::before {
  content: "";
  display: inline-block;
  background-image: url("../../../icons/Email.svg");
  width: 24px;
  height: 24px;
  margin-inline-end: 1.5rem;
}