.brick--type--image-text-and-cta-featured {
  padding: 0 !important; /*Dynamic styles are applied from container.scss file*/
  margin-top: var(--size-64);
}

.brick--type--image-text-and-cta-featured > div,
.brick--type--image-text-and-cta-featured > div > div,
.brick--type--image-text-and-cta-featured > div > div .gb-image,
.brick--type--image-text-and-cta-featured > div > div .gb-image img {
  height: 100%;
  width: 100%;
}
.brick--type--image-text-and-cta-featured .contextual {
  width: auto !important; /*taking 100% width and height from above*/
  height: auto !important;
}
.brick--type--image-text-and-cta-featured .gb-image {
  position: absolute;
}

.brick--type--image-text-and-cta-featured .content-div {
  position: relative;
  width: 55%;
  background-color: white;
  margin-top: 10%;
  margin-bottom: 10%;
}

.brick--type--image-text-and-cta-featured .content-div-2 {
  background-color: rgb(255, 255, 255);
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 12%;
  padding-bottom: 12%;
}

.brick--type--image-text-and-cta-featured .content-div .field--type-text .field__item {
  font-weight: 500;
  color: #404040;
  font-size: var(--size-18);
  line-height: var(--size-24);
  text-transform: uppercase;
  font-family: HelveticaNeue;
  letter-spacing: 0.05em;
}

.brick--type--image-text-and-cta-featured hr {
  border-bottom: 1px solid #ffcd1b;
  width: var(--size-128);
  align-items: center;
  position: relative;
  margin-bottom: var(--size-62);
  opacity: 4;
  color: #ffcd1b;
  border-top: unset;
}

.brick--type--image-text-and-cta-featured p {
  position: relative;
  color: black;
  padding-top: 10px;
  margin: 0;
  font-weight: 400;
}
.brick--type--image-text-and-cta-featured .field--name-field-description-2 p{
  margin: 0 0 var(--size-10);
}

.brick--type--image-text-and-cta-featured h1 {
  position: relative;
  color: black;
  font-family: "Bitter";
  font-size: var(--size-64);
  line-height: var(--size-64);
  font-weight: 400;
  margin-bottom: 14px;
  margin-top: 8px;
}

.brick--type--image-text-and-cta-featured .field--name-field-description-2 {
  margin-bottom: 32px;
  font-size: var(--size-24);
  line-height: var(--size-32);
  font-weight: 400;
  font-family: HelveticaNeue;
}

.brick--type--image-text-and-cta-featured .btn-style {
  border-radius: var(--size-50);
  padding: var(--size-16) var(--size-32);
  background-color: #fdc82f;
  font-size: var(--size-18);
  line-height: var(--size-24);
  font-family: HelveticaNeue;
  border: 1px solid transparent;
}

.brick--type--image-text-and-cta-featured .btn-style:hover {
  background-color: #f2a517;
  text-decoration: none;
}

.brick--type--image-text-and-cta-featured .btn-style:focus,
.brick--type--image-text-and-cta-featured .btn-style:active {
  border: 1px solid #fde396;
  background-color: #f2a517;
}

.brick--type--image-text-and-cta-featured .btn-style b {
  color: black;
}

/* image only component css start*/
.image-only .image-only-style img {
  width: 56%;
  height: auto;
}

.image-only-icon .image-only-icon-style img {
  width: var(--size-128);
}

/* image only component css ends*/

@media (max-width: 991px) {
  .brick--type--image-text-and-cta-featured .content-div-2 {
    width: 90%;
  }

  .brick--type--image-text-and-cta-featured > div > div .gb-image img {
    height: auto;
  }

  .brick--type--image-text-and-cta-featured .content-div {
    width: 75%;
  }
  .image-only-icon .image-only-icon-style img {
    width: auto;
  }
  .brick--type--image-text-and-cta-featured .field--name-field-description-2 p{
    margin: 0 0 10px;
  }
}

@media (max-width: 991px) {
  .brick--type--image-text-and-cta-featured h1 p {
    font-size: 26pt;
    line-height: 36px;
  }

  .brick--type--image-text-and-cta-featured .content-div .field--type-text .field__item {
    font-size: 14px;
    line-height: 24px;
  }

  .brick--type--image-text-and-cta-featured hr {
    bottom: 5%;
    width: 100px;
  }

  .brick--type--image-text-and-cta-featured p {
    font-size: 14px;
    line-height: 20px;
  }

  .brick--type--image-text-and-cta-featured .btn-style {
    font-size: 12px;
    padding: 12px 20px;
    border-radius: 50px;
    line-height: 24px !important;
  }

  .image-only .image-only-style img {
    width: auto;
  }

  .image-only .image-only-style {
    margin: 0 10px;
  }
}
