/*
 * Block: Heading
 */
.is-style-lined {
  display: flex;
  align-items: center;
  position: relative;
}

.is-style-lined::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 2px;
  background-color: currentColor;
  margin-left: 20px;
}

.is-style-lined::before {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 14px;
  background-color: currentColor;
}

h1 {
  font-size: var(--wp--preset--font-size--xxxxlarge);
}

h2 {
  font-size: var(--wp--preset--font-size--xxxlarge);
  position: relative;
}

h3 {
  font-size: var(--wp--preset--font-size--xxlarge);
}

h1 {
  color: var(--wp--preset--color--dark-accent);
}

h2,
h3,
h4 {
  color: var(--wp--preset--color--gray);
}

.h2-with-fai_arrow:before {
  content: "";
  width: 45px;
  height: 40px;
  background-image: url(../../../img/icons/fai-arrow.svg);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -60px;
  margin-top: 5px;
}

@media (max-width: 1220px) {
  .h2-with-fai_arrow:before {
    display: none;
  }
  /*
  	.h2-with-fai_arrow {
  		padding-right: 70px !important;
  	}

  	.h2-with-fai_arrow:after {
  		content: "";
  		width: 45px;
  		height: 40px;
  		background-image: url(../../../img/icons/fai-arrow.svg);
  		position: absolute;
  		background-size: contain;
  		background-repeat: no-repeat;
  		display: inline-block;
  		margin-top: 5px;
  		margin-left: 20px;
  	}
  }

  @media screen and (max-width: 650px) {
  	.h2-with-fai_arrow {
  		padding-right: 55px !important;
  	}

  	.h2-with-fai_arrow:after {
  		width: 30px !important;
  		height: 25px !important;
  	}
  		*/
}
