.happy-customer-wrapper {
  position: relative;
  background-color: var(--blue);
}

.circle-image {
  position: absolute;
  top: -5.3125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.625rem;
  height: 10.625rem;
}

.crm-happy-customer-title {
  font-weight: var(--font-weight-bold);
  line-height: 1.6875rem;
  font-size: var(--font-size-xxm);
  letter-spacing: 0.25rem;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.happy-customer-content {
  position: relative;
  margin: 0 auto;
  padding: 9.3125rem 3rem 0 3rem;
  max-width: 56.25rem;
  z-index: 2;
}

.crm-happy-customer-heading {
  font-weight: var(--font-weight-bold);
  line-height: 4rem;
  font-size: var(--font-size-xxxxl);
  text-align: center;
  color: var(--white);
  margin-block: 2rem;
}

.crm-description {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xxl);
  line-height: 2.625rem;
  text-align: center;
  color: var(--white);
}

.column-image-wrapper {
  position: relative;
  padding: 0 4.8125rem 4rem 4.8125rem;
  margin: -9rem auto 0 auto;
  z-index: 1;
}

/* Responsive */
@media only screen and (min-width: 1800px) {
  .column-image-wrapper {
    margin-top: -16rem;
  }
}

@media only screen and (max-width: 1366px) {
  .column-image-wrapper {
    padding-inline: 3rem;
  }
}

@media only screen and (max-width: 1200px) {
  .column-image-wrapper {
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 1080px) {
  .happy-customer-content {
    padding: 9.3125rem 1.5rem 0 1.5rem;
  }
}

@media only screen and (max-width: 960px) {
  .happy-customer-content {
    padding: 6.8125rem 1.5rem 3rem 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .column-image-wrapper {
    padding-inline: 1.5rem;
  }

  .crm-happy-customer-heading {
    font-size: var(--font-size-40);
    line-height: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .column-image-wrapper {
    padding-inline: 0;
    padding-bottom: 3rem;
    width: 100%;
    margin-top: -4rem;
    text-align: center;
  }

  .column-image-wrapper > img {
    width: 41rem;
  }

  .happy-customer-content {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 5.875rem 1rem;
  }

  .column-image-wrapper img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
  }

  .column-image-wrapper {
    display: none;
  }
}
