/** Shopify CDN: Minification failed

Line 30:8 Expected identifier but found whitespace
Line 30:10 Unexpected "{"
Line 30:19 Expected ":"

**/


/* CSS from section stylesheet tags */
.quote-section {
  text-align: center;
  max-width: 700px;
  margin: 50px auto;
  position: relative;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.quote-section .quote-icon {
  font-size: 50px;
  color: #ccc;
  display: block;
  margin-bottom: 20px;
}

.quote-section blockquote {
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
  color: {{ section.settings.quote_color }};
  margin: 0 auto 20px;
}

.quote-section .author {
  font-weight: bold;
  margin-top: 10px;
}

.quote-section .author img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
}
.quote-section img {
    border-radius: 50%;
}
section.strategy-promise-section-container {
    position: relative;
}
section.strategy-promise-section-container:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Impact_Design_Element_1.png?v=1762250233);
    bottom: -120px;
    right: 0px;
    background-repeat: no-repeat;
    height: 343px;
    width: 156px;
    z-index: -1;
}
.strategy-promise-section {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 120px 0;
    max-width: 1200px;
    margin: 0 auto;
    gap: 99px;
}
.image-overlay-text {
  position: relative;
}
.image-overlay-text:after {
    content: "";
    position: absolute;
    background: url(/cdn/shop/files/Filler-Dots_Design_Element_1.png?v=1762250233);
    bottom: -82px;
    right: -2px;
    background-repeat: no-repeat;
    height: 81px;
    width: 51px;
}

.strategy-promise-section .right-image img {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 10px ;
}

/* Overlay text styling */
/* .strategy-promise-section .image-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  background: rgba(0,0,0,0.45);
  padding: 20px 25px;
  border-radius: 10px;
  max-width: 90%;
} */

.strategy-promise-section .image-overlay-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.strategy-promise-section .image-overlay-text p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0;
    max-width: 553px;
    width: 100%;
}
.strategy-promise-section .section-subtitle {
    color: #1A365D;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.promise-bullet__text p a {
    color: #1A365D;
    text-decoration: none;
}

.strategy-promise-section .section-subtitle::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 2px;
  background: #ff5a5f;
  margin-left: 8px;
  vertical-align: middle;
}

.strategy-promise-section .section-heading {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 40px;
    line-height: 57px;
    margin: 0;
    letter-spacing: 0;
}
.strategy-promise-section .section-subheading {
    color: #000;
    margin-bottom: 25px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
}
.promise-bullet {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /* margin-bottom: 10px; */
}
.promise-bullet__text p {
    margin: 0;
    margin-bottom: 16px;
    letter-spacing: 0;
}

.promise-bullet__icon img {
    width: 18px;
    height: 18px;
    display: block;
    margin-top: 5px;
}
.promise-bullet__text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.strategy-promise-section .section-desc {
    /* margin-top: 20px; */
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    max-width: 516px;
    letter-spacing: 0;
}
.strategy-promise-section .section-desc p {
  margin-top: 0;
}
.right-image {
    padding-top: 15px;
}
.strategy-promise-section .button {
  display: inline-block;
  margin-top: 30px;
  padding: 18px 32px;
  background: #ff5a5f;
  border:1px solid #ff5a5f;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  font-family: 'Open Sans';

}

.strategy-promise-section .button:hover {
  background: white;
  border-color: black;
  color: black;
}