.cmcl_ {
  
  
  {% if module.style.background.background_type == 'color' %}
  background-color: rgba(,);
  {% endif %}
  {% if module.style.content_color.content_color == 'custom' %}
  color: rgba(,);
  {% endif %}
  border-radius:px px px px;
}
{% if module.style.content_color.content_color == 'custom' %}
.cmcl_.cm-ad-content-width-img-wrapper .content_color * {
  color: rgba(,);
}
{% endif %}
{% if module.style.spacing.change_mobile_spacing %}
@media(max-width: 767px) {
  .cmcl_ {
    
  }
}
{% endif %}

.cm-ad-content-width-img-wrapper * {
  box-sizing: border-box;
}

.cm-ad-content-width-img-wrapper img {
  max-width: 100%;
  height: auto;
}

.cm-ad-content-width-img-wrapper h2,
.cm-ad-content-width-img-wrapper h3 {
  font-weight: 500;
}

.cm-ad-content-width-img-wrapper .custom-row-grid {
  display: flex;
  flex-wrap: wrap;
}

.cm-ad-content-width-img-wrapper .custom-row-grid .cm-col {
  width: 100%;
}

@media (min-width: 992px) {
  .cm-ad-content-width-img-wrapper .custom-row-grid .cm-col {
    width: 50%;
  }
}

.cm-ad-content-width-img-wrapper .feat-sec {
  color: #424242;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.cm-ad-content-width-img-wrapper .feat-sec .feat-col {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .cm-ad-content-width-img-wrapper .feat-sec .feat-col {
    width: 50%;
  }
}

.cm-ad-content-width-img-wrapper .feat-sec .feat-col p {
  margin-top: 0;
}

.cm-ad-content-width-img-wrapper .feat-sec .feat-col p:last-child {
  margin-bottom: 0;
}

.cm-ad-content-width-img-wrapper .hs-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem; /* Added margin-top property */
}

.cm-ad-content-width-img-wrapper .hs-button-container > div {
  margin: 0 0 0.75rem;
  margin-right: 1.5rem;
}

.cm-ad-content-width-img-wrapper .hs-button-container > div:last-child {
  margin-right: 0;
}

.cm-ad-content-width-img-wrapper .hs-button-container a {
  margin: 0;
}

.cm-ad-content-width-img-wrapper .video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

.cm-ad-content-width-img-wrapper .video-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
}

.cm-ad-content-width-img-wrapper .quote {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #afaeb1;
  border-radius: 20px; /* Updated border radius */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1.5rem 2rem; 
  font-size: 1rem;
  background: transparent;
  border: 1px solid #D7E7F9 !important; /* Added border with increased specificity */
}

.cm-ad-content-width-img-wrapper .quote:not(:last-child) {
  margin-bottom: 20px;
}

.cm-ad-content-width-img-wrapper .content_color * {
  color: #424242;
}

.cm-ad-content-width-img-wrapper .content_color h1,
.cm-ad-content-width-img-wrapper .content_color h2,
.cm-ad-content-width-img-wrapper .content_color h3,
.cm-ad-content-width-img-wrapper .content_color h4 {
  color: #010101;
}

.cm-ad-content-width-img-wrapper .quote .quote__inner p {
  margin-bottom: 1.25rem;
  font-family: Roboto Slab, Courier New;
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
}

.cm-ad-content-width-img-wrapper .quote .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.cm-ad-content-width-img-wrapper .quote .align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cm-ad-content-width-img-wrapper .quote .quote__image {
  margin-right: 0.9375rem;
  width: 8.625rem;
  height: 8.625rem;
  border-radius: 8.8125rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.cm-ad-content-width-img-wrapper .quote .quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.cm-ad-content-width-img-wrapper .quote .text-bold {
  font-weight: 700;
}

.cm-ad-content-width-img-wrapper .content_color a {
  text-decoration: underline;
  color: #0058ff !important;
}

.cm-ad-content-width-img-wrapper .quote__logo {
  margin-top: 0.1875rem;
  max-height: 1.6875rem;
  height: 100%;
}

.cm-ad-content-width-img-wrapper ul,
.cm-ad-content-width-img-wrapper ol {
  line-height: 1.5;
}

.cm-ad-content-width-img-wrapper .img-box.image_radius img {
  border-radius: 0.125rem;
}

.author-section-wrapper {
  background: linear-gradient(Top to bottom, #fff, #ffF); /* Gradient background for the author section */
  padding: 25px;
  border-radius: 10px; /* Optional: Add border radius to the author section */
}


.author-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0px;
  padding-top: 10px;
}

.cm-ad-content-width-img-wrapper .author-section .client-info {
  color: #424242;
  font-size: 1.25rem;
  font-family: Roboto Slab, Courier New, serif !important; /* Added !important */
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .cm-ad-content-width-img-wrapper .img-box.image_radius img {
    border-radius: 0.375rem;
  }

  .cm-ad-content-width-img-wrapper .custom-row-grid .cm-col {
    width: 50%;
  }

  .cm-ad-content-width-img-wrapper .custom-row-grid .content-col {
    padding: 0 3.125rem 0 5rem;
  }

  .cm-ad-content-width-img-wrapper.image_alignment_left .custom-row-grid .content-col {
    padding: 0 5rem 0 3.125rem;
    order: 2;
  }

  .cm-ad-content-width-img-wrapper .feat-sec .feat-col {
    width: 50%;
  }

  .cm-ad-content-width-img-wrapper .testimonial-grid .quote {
    font-size: 1.125rem;
  }

  .cm-ad-content-width-img-wrapper .quote .quote__inner p {
    line-height: 2.25rem;
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 767px) {
  .cm-ad-content-width-img-wrapper .quote {
    padding: 1.875rem 2.1875rem;
  }
}
