.hero {
  position: relative;
}
.hero h1,
.hero h2 {
  color: var(--gcid-heading-color, #0d3d47);
  max-width: 610px;
}
.hero h2 {
  font-size: clamp(36px, 4.5vw, 48px);
}
.hero > .et_pb_row {
  height: fit-content;
  width: min(100%, 750px) !important;
  align-self: end;
  margin-top: auto !important;
  margin-bottom: -24px !important;
}
@media (max-width: 768px) {
  .hero > .et_pb_row {
    margin-bottom: 0px !important;
    position: absolute !important;
    top: 0;
    height: 100%;
  }
}
.hero > .et_pb_row > .et_pb_column_1 {
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}
.hero .et_pb_fullwidth_header {
  padding: 12px 24px;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 768px) {
  .hero .et_pb_fullwidth_header {
    border-radius: 0;
    padding: 0 16px;
    height: 100%;
    justify-content: center;
  }
}
.hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  width: 100%;
}
@media (max-width: 767px) {
  .hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
    margin-inline: 0 !important;
  }
}
.hero-qoute > .et_pb_row {
  margin-bottom: auto !important;
}
.hero-qoute .et_pb_fullwidth_header {
  padding-top: 42px;
  padding-right: 42px;
}
.hero-qoute .et_pb_fullwidth_header::before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: var(--gcid-primary-color);
  /** Quote Icon */
  --mask-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M119.472 66.59C53.489 66.59 0 120.094 0 186.1c0 65.983 53.489 119.487 119.472 119.487 0 0-.578 44.392-36.642 108.284-4.006 12.802 3.135 26.435 15.945 30.418 9.089 2.859 18.653.08 24.829-6.389 82.925-90.7 115.385-197.448 115.385-251.8 0-66.006-53.488-119.51-119.517-119.51z'/%3E%3Cpath d='M392.482 66.59c-65.983 0-119.472 53.505-119.472 119.51 0 65.983 53.489 119.487 119.472 119.487 0 0-.578 44.392-36.642 108.284-4.006 12.802 3.136 26.435 15.945 30.418 9.089 2.859 18.653.08 24.828-6.389C479.539 347.2 512 240.452 512 186.1 512 120.094 458.511 66.59 392.482 66.59z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-image: var(--mask-icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-image: var(--mask-icon);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  position: absolute;
  right: clamp(28px, 3vw, 70px);
  top: -65px;
}
.hero-qoute .header-content-container .et_pb_module_header {
  font-size: 20px;
  font-weight: 300;
}
.hero-qoute .et_pb_fullwidth_header_subhead {
  font-size: 20px;
  text-align: right;
  color: #0d3d47;
  font-weight: 400;
}

body .hero > .et_pb_row {
  padding-inline: 0 !important;
}