/* Styles for the image_cta custom block type */
.image-cta-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.image-cta-block h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 110%;
  color: #d14c29;
  margin: 0;
}

.image-cta-block__content {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;

  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-radius: 14px;
  height: 439px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.image-cta-block__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.5rem 0;
  color: #fff;
  font-family: Satoshi;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 100%;
  letter-spacing: 0%;

}

.image-cta-block__subtitle {
  color: #EFAC56;
  margin-bottom: 1rem;
  font-family: Satoshi;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}

.image-cta-block__link {
  display: inline-block;
  background: #D14C29;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;

  border-radius: 1.25rem;
  padding: 19.5px 36px;
  gap: 10px;
}

.image-cta-block__link:hover,
.image-cta-block__link:focus {
  background: #95341b;
  color: #fff;
  text-decoration: none;
} 

.image-cta-block__content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 3.25rem;
  margin-bottom: 3.25rem;
  width: 100%;
}

.image-cta-block__content-inner-text {
  display: flex;
  flex-direction: column;
}
