.flexible-content-template {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    .flexible-content-template {
        padding-top: 0;
    }
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
    min-height: 100%;
}

.mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCSB_scrollTools {
    width: 3px;
    opacity: 0;
    top: 20px;
    bottom: 20px;
    right: 5px;
    z-index: 2000;
    background-color: #fff;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 3px;
    background: #fff;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger {
    height: 150px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger_bar {
    background: #FDDAC4 !important;
    width: 3px;
    height: 150px;
    border-radius: 3px;
    margin-top: 0;
    margin-bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_draggerRail {
    display: none;
}

.giving-birth-template {
    padding-top: 0;
}

body.admin-bar .giving-birth-template {
    padding-top: 0;
}


.gb-info-banner {
    position: relative;
    text-align: center;
    background-color: #83729F;
    padding: 35px 0;
}

.gb-info-banner .gb-info-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gb-eyebrow {
    display: block;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 7px;
    color: #40292D;
}

.gb-eyebrow:last-child {
    margin-bottom: 0;
}

.gb-info-banner .gb-eyebrow {
    color: #fff;
}

.gb-title {
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #A46046;
}

.gb-white-text {
    color: #fff;
}

h1.gb-title {
    margin-top: 0;
    font-size: 43px;
    line-height: 50px;
}

h2.gb-title {
    font-size: 36px;
    line-height: 46px;
}

h3.gb-title {
    font-size: 28px;
    line-height: 34px;
}

.flexible-content-template p {
    font-family: 'bianco-reg', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #40292D;
    letter-spacing: 0;
    margin-bottom: 0.75rem;
}

.gb-title:last-child {
    margin-bottom: 0;
}

.gb-title-lines {
    text-align: center;
    position: relative;
}

.gb-title-lines:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #40292D;
}

@media screen and (max-width: 768px) {
    .gb-title-lines:before {
        display: none;
    }
}

.gb-title-lines .gb-title {
    background-color: #FDEBE0;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.gb-text-center {
    text-align: center;
}

.gb-info-banner .gb-title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
}

.gb-info-banner.gb-info-banner-linked .gb-title {
    text-decoration: underline;
}

.gb-info-banner.gb-info-banner-linked:hover .gb-title,
.gb-info-banner.gb-info-banner-linked:focus .gb-title {
    text-decoration: underline;
}

.gb-info-banner.gb-info-banner-linked {
    transition: all .2s ease-out;
}

.gb-info-banner.gb-info-banner-linked:hover,
.gb-info-banner.gb-info-banner-linked:focus {
    background-color: #6D5F85;
}

.gb-info-banner .gb-title:last-child {
    margin-bottom: 0;
}

.gb-info-banner .gb-desc {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.gb-info-banner .gb-desc p {
    font-family: 'bianco-reg', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 43px;
    color: #fff;
}

.gb-info-banner .gb-desc p:last-child {
    margin-bottom: 0;
}

/*gb-modals Start*/
html.is-clipped body {
    overflow: hidden !important;
    height: 100vh !important;
}

[data-gb-modal-id] {
    display: none;
}

.gb-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.gb-modal-overlay.gb-modal-active[data-gb-modal-id] {
    display: block;
}

.gb-modal {
    position: absolute;
    z-index: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1440px;
    max-width: 100%;
    background: #FEF6F1;;
    overflow: hidden;
}

.gb-modal:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 650;
    top: -100px;
    left: -100px;
    width: 770px;
    height: 770px;
    background: radial-gradient(85.33% 78.62% at 37.73% -3.01%, #EC742E 0%, rgba(252, 219, 196, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    opacity: 0.2;
    transform: rotate(-120deg);
    border-radius: 50%;
    overflow: hidden;
}

.gb-modal:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 650;
    top: 60%;
    left: 15%;
    width: 770px;
    height: 770px;
    background: radial-gradient(85.33% 78.62% at 37.73% -3.01%, #EC742E 0%, rgba(252, 219, 196, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    opacity: 0.2;
    border-radius: 50%;
    overflow: hidden;
}

.gb-modal-header {
    padding: 15px 40px 15px 20px;
    position: relative;
    min-height: 50px;
}

.gb-modal-body {
    position: relative;
    z-index: 700;
}

.gb-modal-title {
    font-weight: 900;
    align-self: center;
    font-size: 1rem;
}

.gb-modal-close {
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 35px;
    background: transparent;
    width: 32px;
    height: 32px;
}

.gb-modal-close svg rect,
.gb-modal-close svg rect {
    transition: all .2s ease-out;
}

.gb-modal-close:focus svg rect,
.gb-modal-close:hover svg rect {
    fill: #A46046;
}


.gb-modal-close svg {
    width: 100%;
    height: auto;
}

.gb-modal-close:before, .gb-modal-close:after {
    content: none;
}

/*gb-modals End*/
/*GB Modal Video Start*/
.gb-modal-overlay.gb-modal-overlay-video {
    background-color: #080808;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-modal-close {
    position: absolute;
    top: 0;
    right: 0;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-modal-close svg circle,
.gb-modal-overlay.gb-modal-overlay-video .gb-modal-close svg path {
    transition: all .2s ease-out;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-modal-close:hover svg circle,
.gb-modal-overlay.gb-modal-overlay-video .gb-modal-close:focus svg circle {
    stroke: #FDDAC4;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-modal-close:hover svg path,
.gb-modal-overlay.gb-modal-overlay-video .gb-modal-close:focus svg path {
    fill: #FDDAC4;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-modal-body {
    padding: 0 60px;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-modal {
    background-color: #080808;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-modal:before,
.gb-modal-overlay.gb-modal-overlay-video .gb-modal:after {
    display: none;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-video-wrapper {
    position: relative;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-video-wrapper:after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.gb-modal-overlay.gb-modal-overlay-video .gb-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*GB Modal Video End*/

.gb-hero-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.gb-hero-mobile-image {
    display: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.6%;
}

.gb-hero-video .gb-container {
    width: 100%;
    flex: 1 1 100%;
    position: relative;
    z-index: 10;
}

.gb-hero-video:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    background: rgba(114, 114, 114, 0.2);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: linear-gradient(269.98deg, #705A4D 31.64%, rgba(114, 114, 114, 0) 63.74%);
}

.gb-hero-video .gb-eyebrow {
    color: #fff;
}

.gb-hero-video .gb-title {
    color: #fff;
}

.gb-desc p {
    font-family: 'bianco-reg', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #40292D;
}

.gb-desc p:last-child {
    margin-bottom: 0;
}

.gb-hero-video .gb-desc p {
    color: #fff;
}

.gb-hero-video-content {
    max-width: 480px;
    width: calc(50% - 95px); /*Calc to prevent overlapping on the play button*/
}

.gb-play-btn {
    cursor: pointer;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 156px;
    height: 156px;
    margin-top: -78px;
    margin-left: -78px;
    border: 5px solid #FDDAC4;
    border-radius: 50%;
    transition: all .2s ease-out;
}

.gb-play-btn:hover,
.gb-play-btn:focus {
    border: 5px solid #fff;
    transform: scale(1.05);
}

.gb-play-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -20px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 52px solid #fff;
    transition: all .2s ease-out;
}

.gb-play-btn:hover:before,
.gb-play-btn:focus:before {
    border-left-color: #FDDAC4;
}


.gb-three-info-cols {
    position: relative;
}

.gb-three-info-cols:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #B46C51;
}

.gb-three-info-cols .gb-three-info-cols-inner {
    display: flex;
    position: relative;
    z-index: 10;
}

.gb-three-info-cols .gb-col.first-col {
    flex: 1 1 41%;
    max-width: 41%;
    padding: 70px 90px 70px 0;
}

.gb-three-info-cols .gb-col.second-col {
    background-color: #9BA48F;
    padding: 10px 60px 35px;
    flex: 1 1 31.5%;
    max-width: 31.5%;
}

.gb-three-info-cols .gb-col.second-col .gb-desc p {
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #40292D;
    font-weight: 700;
}

.gb-three-info-cols .gb-col.third-col {
    background-color: #B46C51;
    padding: 10px 10px 35px 60px;
    flex: 1 1 27.5%;
    max-width: 27.5%;
}

.gb-three-info-cols .gb-col.third-col .gb-desc p {
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.gb-three-info-cols .gb-desc {
    margin-bottom: 31px;
}

.gb-three-info-cols .gb-desc:last-child {
    margin-bottom: 0;
}

.gb-ti-img {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 230px;
}

.gb-ti-img-mask {
    position: absolute;
    z-index: 1;
    top: 40px;
    width: 90%;
    left: 5%;
    padding-bottom: 90%;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0.4;
    background: radial-gradient(129.89% 119.68% at 37.73% -3.01%, #F7F7F7 0%, rgba(252, 219, 196, 0) 100%)
}

.gb-ti-img img {
    display: block;
    position: relative;
    z-index: 5;
    max-height: 230px;
}

a.gb-btn, 
button.gb-btn {
    cursor: pointer;
    position: relative;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #705A4D;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    background-color: #FEF6F1;
    padding: 9px 15px;
    transition: all .2s ease-out;
}

a.gb-btn:hover,
a.gb-btn:focus,
button.gb-btn:hover,
button.gb-btn:focus {
    opacity: 1;
    background-color: #FDDAC4;
}

a.gb-btn.gb-btn-large,
button.gb-btn.gb-btn-large {
    font-size: 20px;
    line-height: 24px;
    padding: 22px 30px;
}

a.gb-btn.gb-btn-arrow,
button.gb-btn.gb-btn-arrow {
    padding-right: 85px;
    text-align: left;
}

a.gb-btn .btn-arrow,
button.gb-btn .btn-arrow {
    position: absolute;
    top: 50%;
    right: 35px;
    width: 34px;
    height: 18px;
    margin-top: -9px;
}

a.gb-btn.gb-btn-hover-orange:hover,
a.gb-btn.gb-btn-hover-orange:focus,
button.gb-btn.gb-btn-hover-orange:hover,
button.gb-btn.gb-btn-hover-orange:focus {
    background-color: #F67B32;
}

a.gb-btn.gb-btn-hover-rich-black:hover,
a.gb-btn.gb-btn-hover-rich-black:focus,
button.gb-btn.gb-btn-hover-rich-black:hover,
button.gb-btn.gb-btn-hover-rich-black:focus {
    background-color: #40292D;
    color: #fff;
}

.gb-rich-black-text,
a.gb-btn.gb-rich-black-text,
button.gb-btn.gb-rich-black-text {
    color: #40292D;
}

.gb-image-content {
    background-color: #40292D;
    padding: 45px 0;
}

.gb-play-btn {
    cursor: pointer;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 156px;
    height: 156px;
    margin-top: -78px;
    margin-left: -78px;
    border: 5px solid #FDDAC4;
    border-radius: 50%;
    transition: all .2s ease-out;
}


.gb-image-content .gb-image-content-inner {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.gb-image-content .gb-image-side {
    flex: 1 1 50%;
    max-width: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    position: relative;
}

.gb-image-content .gb-content-side {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 55px 70px;
    background-color: #83729F;
    display: flex;
    align-items: center;
}

.gb-image-content.gb-image-content-image_left .gb-image-side {
    order: 1;
}

.gb-image-content.gb-image-content-image_left .gb-content-side {
    order: 2;
}

.gb-image-content.gb-image-content-image_right .gb-image-side {
    order: 2;
}

.gb-image-content.gb-image-content-image_right .gb-content-side {
    order: 1;
}

.gb-image-content .gb-title {
    color: #fff;
    margin-bottom: 22px;
}

.gb-image-content .gb-btn {
    background-color: #fff;
    color: #83729F;
    margin-top: 16px;
}

.gb-image-content .btn-arrow svg path {
    fill: #83729F;
}

.gb-image-content.gb-image-content-green .gb-content-side {
    background-color: #99A791;
}

.gb-image-content.gb-image-content-green .gb-desc {
    margin-bottom: 15px;
}

.gb-image-content.gb-image-content-green .gb-title,
.gb-image-content.gb-image-content-green .gb-desc,
.gb-image-content.gb-image-content-green .gb-desc p,
.gb-image-content.gb-image-content-green .gb-desc ul,
.gb-image-content.gb-image-content-green .gb-desc ol,
.gb-image-content.gb-image-content-green .gb-desc li {
    color: #40292D;
}

.gb-image-content.gb-image-content-green .gb-btn {
    color: #705A4D;
}

.gb-image-content.gb-image-content-green .btn-arrow svg path {
    fill: #705A4D;
}

.gb-image-content.gb-image-content-brown .gb-content-side {
    background-color: #B46C51;
}

.gb-image-content.gb-image-content-brown {
    background-color: #F67B32;
}

.gb-image-content.gb-image-content-brown .gb-btn {
    color: #40292D;
}

.gb-image-content.gb-image-content-brown .btn-arrow svg path {
    fill: #40292D;
}

.gb-image-content.gb-image-content-brown .gb-title,
.gb-image-content.gb-image-content-brown .gb-desc,
.gb-image-content.gb-image-content-brown .gb-desc p,
.gb-image-content.gb-image-content-brown .gb-desc ul,
.gb-image-content.gb-image-content-brown .gb-desc ol,
.gb-image-content.gb-image-content-brown .gb-desc li {
    color: #fff;
}

.gb-faq {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.gb-faq:before {
    content: '';
    display: block;
    position: absolute;
    top: -20%;
    left: -20%;
    width: 840px;
    height: 840px;
    background: radial-gradient(85.33% 78.62% at 37.73% -3.01%, #EC742E 0%, rgba(252, 219, 196, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    opacity: 0.3;
    transform: rotate(-60deg);
}

.gb-faq .gb-faq-inner {
    display: flex;
    width: 100%;
    padding-top: 50px;
}

.gb-faq .gb-modal-overlay {
    position: absolute;
}

.gb-faq .gb-modal {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.gb-faq .gb-faq-meta {
    flex: 1 1 48%;
    max-width: 48%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 30;
    padding-bottom: 10px;
}

.gb-faq .gb-faq-meta .gb-title {
    width: 75%;
}

.gb-faq .gb-faq-content {
    flex: 1 1 52%;
    max-width: 52%;
    margin-bottom: -5px;
    padding: 0 20px 50px;
}

.gb-faq-item {
    position: relative;
    cursor: pointer;
    font-family: 'bianco-reg', sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #40292D;
    padding: 16px 0;
    border-bottom: 1px solid #705A4D;
    transition: all .2s ease-out;
}

.gb-faq-item-title {
    position: relative;
    z-index: 30;
    padding-right: 25px;
}

.gb-faq-item .gb-faq-arrow svg {
    display: block;
}

.gb-faq-item .gb-faq-arrow svg rect {
    transition: all .2s ease-out;
}

.gb-faq-item .gb-faq-arrow {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 10px;
    transition: all .2s ease-out;
}

.gb-faq-item:hover,
.gb-faq-item:focus {
    color: #B46C51;
}

.gb-faq-item:hover .gb-faq-arrow svg rect,
.gb-faq-item:focus .gb-faq-arrow svg rect,
.gb-faq-item.faq-active .gb-faq-arrow svg rect {
    fill: #B46C51;
}

.gb-faq-item.faq-active .gb-faq-arrow {
    transform: rotate(90deg);
}

.gb-faq-image-wrapper {
    padding-top: 20px;
}

.gb-faq-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 390px;
    margin: 0 auto;
}

.gb-faq-content .gb-modal-body {
    display: flex;
    margin-left: -35px;
    margin-right: -35px;
}

.gb-faq-content .gb-modal-body .gb-faq-gb-modal-image {
    padding: 70px 35px;
    flex: 1 1 35%;
    max-width: 35%;
    position: relative;
}

.gb-faq-content .gb-modal-body .gb-faq-gb-modal-image-inner {
    position: relative;
}

.gb-faq-content .gb-modal-body .gb-faq-image-display-squared:before {
    content: '';
    padding-bottom: 100%;
    display: block;
}

.gb-faq-content .gb-modal-body  .gb-faq-gb-modal-image img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.gb-faq-content .gb-modal-body .gb-faq-image-display-squared img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-faq-content .gb-modal-body .gb-faq-gb-modal-content {
    padding: 70px 35px 140px;
    flex: 1 1 75%;
    height: 100%;
}

.gb-faq .gb-modal-body .gb-desc p {
    font-size: 18px;
    line-height: 26px;
}

.gb-faq-content .gb-modal-body .gb-eyebrow,
.gb-faq-content .gb-modal-body .gb-faq-gb-modal-title,
.gb-faq-content .gb-modal-body .gb-desc {
    max-width: 80%;
}

h3.gb-faq-gb-modal-title {
    font-family: 'bianco-reg', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #A46046;
    font-size: 31px;
    line-height: 43px;
}

.gb-modal-hr {
    height: 1px;
    background-color: #A46046;
    margin-bottom: 20px;
}

.gb-faq-next-btn-wrapper {
    position: absolute;
    z-index: 2000;
    bottom: 50px;
    width: 100%;
    left: 50%;
    min-height: 67px;
    transform: translateX(-50%);
}

.gb-faq-next-btn {
    position: absolute;
    bottom: 0;
    right: 20px;
    border: none;
    padding: 0;
    text-align: left;
    height: auto;
}

.gb-faq-next-btn .gb-faq-next-text {
    display: block;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: 20px;
    line-height: 27px;
    color: #40292D;
    letter-spacing: 0.04em;
    transition: all .2s ease-out;
}

.gb-faq-next-btn .gb-faq-next-arrow {
    position: absolute;
    top: 0;
    left: 70px;
}

.gb-faq-next-btn .gb-faq-next-arrow svg path {
    fill: #40292D;
    transition: all .2s ease-out;
}

.gb-faq-next-btn .gb-faq-next-title {
    padding-top: 10px;
    display: block;
    font-family: 'bianco-reg', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #40292D;
    text-transform: initial;
    transition: all .2s ease-out;
}

.gb-faq-next-btn:hover,
.gb-faq-next-btn:focus,
.gb-faq-next-btn:hover .gb-faq-next-text,
.gb-faq-next-btn:focus .gb-faq-next-text,
.gb-faq-next-btn:hover .gb-faq-next-title,
.gb-faq-next-btn:focus .gb-faq-next-title {
    color: #A46046;
}

.gb-faq-next-btn:hover svg path,
.gb-faq-next-btn:focus svg path {
    fill: #A46046;
}

@media screen and (max-width: 1100px ) {
    .gb-hero-video .gb-play-btn {
        left: 75%
    }

    .gb-three-info-cols .gb-three-info-cols-inner {
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }

    .gb-three-info-cols .gb-col.first-col {
        padding: 35px 20px;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .gb-three-info-cols .gb-col.second-col,
    .gb-three-info-cols .gb-col.third-col {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 10px 60px 35px;
    }

    .gb-three-info-cols:after {
        display: none;
    }

    .gb-hero-video-content {
        width: calc(65% - 95px);
    }
}

@media screen and (max-width: 782px ) {
    body.admin-bar .giving-birth-template {
        padding-top: 0;
    }
}

@media screen and (max-width: 768px ) {
    .gb-eyebrow {
        font-size: 20px;
        line-height: 27px;
    }

    .gb-info-banner .gb-desc p {
        font-size: 31px;
        line-height: 43px;
    }

    .gb-info-banner {
        padding: 30px 0;
    }

    .gb-hero-video {
        min-height: 1px;
        flex-wrap: wrap;
        background-image: none !important;
    }

    .gb-hero-video > .gb-play-btn {
        display: none;
    }

    .gb-hero-mobile-image {
        display: block;
        flex: 1 1 100%;
        width: 100%;
        position: relative;
    }

    .gb-hero-video-content {
        flex: 1 1 100%;
        max-width: none;
        width: auto;
        background-color: #40292D;
        margin-left: -20px;
        margin-right: -20px;
        padding: 35px 20px;
    }

    h1.gb-title {
        font-size: 36px;
        line-height: 46px;
    }

    .gb-hero-video .gb-title {
        margin-top: 0;
    }

    .gb-hero-video:before {
        display: none;
    }

    .gb-play-btn {
        left: 50%;
        width: 106px;
        height: 106px;
        margin-top: -53px;
        margin-left: -53px;
        border-width: 3px;
    }

    .gb-play-btn:before {
        margin-top: -20px;
        margin-left: -13px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 34px solid #fff;
    }

    h2.gb-title {
        font-size: 32px;
        line-height: 38px;
    }

    .gb-ti-img-mask {
        left: calc(50% - 108px);
        width: 216px;
        padding-bottom: 216px;
    }

    .gb-three-info-cols .gb-col.second-col,
    .gb-three-info-cols .gb-col.third-col {
        text-align: center;
        flex: 1 1 100%;
        max-width: 100%;
    }

    .gb-image-content {
        padding: 25px 0;
    }

    .gb-image-content .gb-image-content-inner {
        flex-wrap: wrap;
    }

    .gb-image-content .gb-image-side {
        order: 1 !important;
        padding-bottom: 56.6%;
        flex: 1 1 100%;
        max-width: 100%;
        min-height: 1px;
    }

    .gb-image-content .gb-content-side {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 25px 20px;
    }

    a.gb-btn.gb-btn-arrow,
    button.gb-btn.gb-btn-arrow {
        padding-right: 30px;
        text-align: center;
    }

    a.gb-btn.gb-btn-arrow .btn-arrow,
    button.gb-btn.gb-btn-arrow .btn-arrow {
        display: none;
    }

    a.gb-btn.gb-btn-large, button.gb-btn.gb-btn-large {
        display: block
    }

    .gb-faq .gb-faq-inner {
        padding-top: 30px;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }

    .gb-faq .gb-faq-meta {
        flex: 1 1 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .gb-faq .gb-faq-meta .gb-title {
        width: 100%;
        flex: 1 1 100%;
        order: 2;
    }

    .gb-faq-image-wrapper {
        flex: 1 1 100%;
        order: 1;
    }

    .gb-faq .gb-faq-content {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .gb-faq:before {
        top: -182px;
        left: -182px;
        width: 525px;
        height: 525px;
    }

    .gb-faq .gb-faq-item {
        padding: 18px 25px 18px 0;
    }

    .gb-faq .gb-modal-overlay {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
    }

    .gb-faq .gb-modal {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        transform: none;
        background-color: transparent;
    }

    .gb-faq .gb-modal .gb-container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .gb-faq .gb-modal:before,
    .gb-faq .gb-modal:after {
        display: none;
    }

    .gb-faq .gb-modal-close {
        display: none;
    }

    .gb-faq .gb-faq-gb-modal-content .gb-eyebrow,
    .gb-faq-gb-modal-content .gb-modal-hr {
        display: none;
    }

    .gb-faq .gb-faq-content .gb-modal-body {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }

    .gb-faq .gb-faq-content .gb-modal-body .gb-faq-gb-modal-image,
    .gb-faq .gb-faq-content .gb-modal-body .gb-faq-gb-modal-content {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 10px 0;
    }

    .gb-faq-content .gb-modal-body .gb-faq-image-display-full img {
        max-width: 200px;
        max-height: 200px;
        height: auto;
        width: auto;
    }

    .gb-faq .gb-faq-content .gb-modal-body .gb-faq-image-display-squared {
        max-width: 345px;
    }

    .gb-faq .gb-faq-content .gb-modal-body .gb-faq-image-display-squared:before {
        padding-bottom: 57.97%;
    }

    .gb-faq .gb-faq-content .gb-modal-body .gb-faq-gb-modal-content {
        border-bottom: 1px solid #705A4D;
    }

    .gb-faq .gb-faq-next-btn {
        display: none;
    }

    .gb-faq .gb-faq-content .gb-modal-body .gb-eyebrow,
    .gb-faq .gb-faq-content .gb-modal-body .gb-faq-gb-modal-title,
    .gb-faq .gb-faq-content .gb-modal-body .gb-desc {
        max-width: 100%;
    }

    .gb-faq .gb-faq-item.faq-active {
        border-bottom: none;
        color: #B46C51;
    }

    .gb-faq h3.gb-faq-gb-modal-title {
        font-size: 24px;
        line-height: 33px;
    }

    .gb-faq .gb-faq-content .gb-modal-body .gb-faq-gb-modal-content {
        min-height: 1px;
        height: auto;
    }

    .gb-modal-overlay.gb-modal-overlay-video .gb-modal-body {
        padding: 60px 0;
    }
}

/*Hero Section START*/
.gb-hero {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 600px;
    background-color: #FDEBE0;
}

@media screen and (min-width: 1800px){
    .gb-hero{
        min-height: 750px;
    }
}

.gb-hero .gb-hero-img,
.gb-hero .gb-hero-img-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.gb-hero .gb-hero-img-mobile {
    display: none;
    background-position: 50% 70%;
}

.gb-hero .gb-hero-inner {
    position: relative;
    z-index: 10;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .gb-hero {
        align-items: flex-start;
        padding-bottom: 290px;
    }

    .gb-hero .gb-hero-img {
        display: none;
    }

    .gb-hero .gb-hero-img-mobile {
        display: block;
    }

    .gb-hero .gb-hero-inner {
        width: 100%;
    }

    .gb-hero a.gb-btn.gb-btn-large,
    .gb-hero button.gb-btn.gb-btn-large {
        display: inline-block;
    }
}
/*Hero Section END*/

/*Info Columns Section START*/
.gb-info-cols {
    padding: 70px 0;
    background-color: #99A791;
}

@media screen and (max-width: 768px) {
    .gb-info-cols {
        padding: 35px 0;
    }
}

.gb-info-cols .gb-title-lines .gb-title {
    background-color: #99A791;
}

.gb-info-cols-repeated {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 768px) {
    .gb-info-cols-repeated {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 10px;
    }

    .gb-info-col-eyebrow {
        margin-bottom: 5px;
    }
}

.gb-info-cols-repeated .gb-info-col {
    flex: 1 1 33.3333333%;
    max-width: 33.3333333%;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .gb-info-cols-repeated .gb-info-col {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .gb-info-cols-repeated .gb-info-col {
        flex: 1 1 100%;
        max-width: 100%;
        border-bottom: 1px solid #40292D;
        padding-bottom: 0;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .gb-info-cols-repeated .gb-info-col:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.gb-info-cols-repeated .gb-info-col-title {
    text-align: center;
    font-size: 65px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .gb-info-cols-repeated .gb-info-col-title {
        margin-bottom: 15px;
    }
}

/*Info Columns Section END*/

/*Info Circle Columns Section START*/
.gb-info-circle-cols {
    padding: 70px 0;
    background-color: #D4953A;
}

@media screen and (max-width: 768px) {
    .gb-info-circle-cols {
        padding: 35px 0;
    }
}

.gb-info-circle-cols .gb-title-lines .gb-title {
    background-color: #D4953A;
}

.gb-info-circle-cols-repeated {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 768px) {
    .gb-info-circle-cols-repeated {
        padding: 30px 0 5px;
    }
}

.gb-info-circle-cols-repeated .gb-info-circle-col {
    flex: 1 1 33.3333333%;
    max-width: 33.3333333%;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    position: relative;
}

.gb-info-circle-cols-repeated .gb-info-circle-col:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.gb-info-circle-cols-repeated .gb-info-circle-col-inner {
    text-align: center;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    border-radius: 50%;
    background-color: rgba(253, 218, 196, .4);
    transition: all .2s ease-out;
}

.gb-info-circle-cols-repeated .gb-info-circle-col-inner:hover,
.gb-info-circle-cols-repeated .gb-info-circle-col-inner:focus {
    background-color: #FDDAC4;
}

.gb-info-circle-cols-repeated .gb-info-circle-col-inner .gb-info-circle-col-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.gb-info-circle-cols-repeated .gb-info-circle-col-data {
    position: absolute;
    top: 20%;
    left: 15%;
    right: 15%;
    bottom: 20%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.gb-info-circle-cols-repeated .gb-info-circle-col-cta {
    font-family: 'bianco-reg', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.gb-info-circle-cols-repeated .gb-info-circle-col-cta svg {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    .gb-info-circle-col-data {
        top: 15%;
        bottom: 15%;
    }

    .gb-info-circle-cols-repeated .gb-info-circle-col-cta {
        font-size: 18px;
        line-height: 24px;
    }

    .gb-info-circle-cols-repeated .gb-info-circle-col-image img {
        max-width: 130px;
        max-height: 130px;
    }
}

@media screen and (max-width: 991px) {
    .gb-info-circle-cols-repeated .gb-info-circle-col {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .gb-info-circle-cols-repeated .gb-info-circle-col-data {
        top: 20%;
        bottom: 20%;
    }

    .gb-info-circle-cols-repeated .gb-info-circle-col-cta {
        font-size: 28px;
        line-height: 34px;
    }
}

@media screen and (max-width: 768px) {
    .gb-info-circle-cols-repeated .gb-info-circle-col {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .gb-info-circle-col-data {
        top: 15%;
        bottom: 15%;
    }

    .gb-info-circle-cols-repeated .gb-info-circle-col-cta {
        font-size: 18px;
        line-height: 24px;
    }

    .gb-info-circle-cols-repeated .gb-info-circle-col-inner {
        max-width: 260px;
        max-height: 260px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FDDAC4;
    }

    .gb-info-circle-cols-repeated .gb-info-circle-col:before {
        padding-bottom: 260px;
    }

    .gb-info-circle-cols-repeated .gb-info-circle-col-image img {
        max-width: 90px;
        max-height: 90px;
    }
}
/*Info Circle Columns Section END*/

/*Donation Section START*/
.gb-donation {
    min-height: 390px;
    position: relative;
    background-color: #F7B29C;
    display: block;
}

.gb-donation-content {
    position: relative;
    z-index: 10;
    width: 60%;
    padding: 70px 15px 80px;
}

.gb-donation-image {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gb-donation-content .gb-donation-title,
.gb-donation-content .gb-donation-desc {
    max-width: 470px;
}

.gb-donation-cta-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.gb-donation-cta-wrapper a.gb-btn.gb-btn-large,
.gb-donation-cta-wrapper button.gb-btn.gb-btn-large {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 30px;
    line-height: 1;
    padding: 19px 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .gb-donation-content {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .gb-donation-image {
        margin-left: -20px;
        margin-right: -20px;
        position: relative;
        padding-bottom: 66.49%;
        width: auto;
        height: auto;
    }

    .gb-donation-cta-wrapper a.gb-btn.gb-btn-large,
    .gb-donation-cta-wrapper button.gb-btn.gb-btn-large {
        flex: 1 1 100%;
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1;
        padding: 15px 20px;
    }
}
/*Donation Section END*/

/*Recent Posts Section START*/
.gb-recent-posts {
    padding-top: 70px;
    background-color: #FEEDE1;
    padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .gb-recent-posts {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.gb-recent-posts .gb-title-lines .gb-title {
    background-color: #FEEDE1;
}

.gb-recent-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
    .gb-recent-posts-wrapper {
        padding-top: 15px;
    }
}

.gb-recent-post-large,
.gb-recent-posts-side {
    flex: 1 1 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px){
    .gb-recent-post-large .gb-recent-title {
        font-size: 28px;
        line-height: 34px;
    }
}

.gb-recent-posts-wrapper .gb-recent-thumb {
    position: relative;
    margin-bottom: 30px;
}

.gb-recent-posts-wrapper .gb-recent-posts-side .gb-recent-thumb {
    flex: 1 0 170px;
    max-width: 170px;
    margin-right: 30px;
}

.gb-recent-posts-wrapper .gb-recent-posts-side .gb-recent-thumb:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.gb-recent-posts-wrapper .gb-recent-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.gb-recent-posts-wrapper .gb-recent-thumb .gb-recent-thumb-link {
    display: block;
}

.gb-recent-posts-wrapper .gb-recent-thumb .gb-recent-thumb-link:hover,
.gb-recent-posts-wrapper .gb-recent-thumb .gb-recent-thumb-link:focus {
    opacity: 1;
}

.gb-recent-posts-wrapper .gb-recent-posts-side .gb-recent-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gb-recent-posts-wrapper .gb-recent-posts-side .gb-recent-post {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #705A4D;
    margin-bottom: 40px;
}

.gb-recent-posts-wrapper .gb-recent-posts-side .gb-recent-post:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.gb-recent-posts-wrapper .gb-post-categories {
    margin-bottom: 5px;
}

.gb-recent-posts-wrapper .gb-post-categories .gb-post-category {
    color: #40292D;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
}

.gb-recent-posts-wrapper .gb-post-categories .gb-post-category:after {
    content: ', ';
}

.gb-recent-posts-wrapper .gb-post-categories .gb-post-category:last-child:after {
    display: none;
}

.gb-recent-posts-wrapper .gb-recent-title a {
    color: inherit;
    text-decoration: inherit;
}

.gb-recent-posts-wrapper .gb-recent-title a:hover,
.gb-recent-posts-wrapper .gb-recent-title a:focus {
    color: inherit;
    text-decoration: inherit;
    opacity: 1;
}

.gb-recent-posts-wrapper .gb-recent-read-more {
    color: #705A4D;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.gb-recent-posts-wrapper .gb-recent-read-more:hover,
.gb-recent-posts-wrapper .gb-recent-read-more:focus {
    color: #40292D;
    opacity: 1;
    transition: all .2s ease-out;
}

.gb-recent-posts-wrapper .gb-recent-read-more svg {
    width: 10px;
    height: 10px;
}

.gb-recent-posts-wrapper .gb-recent-read-more svg path {
    transition: all .2s ease-out;
}

.gb-recent-posts-wrapper .gb-recent-read-more:hover svg path,
.gb-recent-posts-wrapper .gb-recent-read-more:focus svg path {
    stroke: #40292D;
}

@media screen and (max-width: 768px) {
    .gb-recent-post-large, .gb-recent-posts-side {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .gb-recent-post-large {
        position: relative;
        top: auto;
    }

    .gb-recent-post-large .gb-recent-post {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #705A4D;
    }

    .gb-recent-posts-wrapper .gb-recent-posts-side .gb-recent-post {
        flex-wrap: wrap;
    }

    .gb-recent-posts-wrapper .gb-recent-posts-side .gb-recent-post .gb-recent-post-meta {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/*Recent Posts Section END*/

/*Infographic Section START*/
.gb-infographic {
    overflow: hidden;
    background: linear-gradient(90deg, rgba(180,108,81,1) 0%, rgba(180,108,81,1) 50%, rgba(253,218,196,1) 50%, rgba(253,218,196,1) 100%);
}

.gb-infographic-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.gb-infographic-left,
.gb-infographic-right {
    flex: 1 1 50%;
    max-width: 50%;
    text-align: center;
    padding: 70px 30px;
    position: relative;
}

.gb-infographic-left:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 100%;
    margin-top: -40px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #B46C51;
}

@media screen and (max-width: 991px) {
    .gb-infographic-left,
    .gb-infographic-right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .gb-infographic-left:after {
        top: 100%;
        left: 50%;
        margin-top: 0;
        margin-left: -40px;
        border-width: 40px 40px 0 40px;
        border-color: #B46C51 transparent transparent transparent;
    }
}

@media screen and (max-width: 768px) {
    .gb-infographic-left,
    .gb-infographic-right {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.gb-infographic-left {
    background-color: #B46C51;
}

.gb-infographic-right {
    background-color: #FDDAC4;
}

.gb-infographic-left .gb-title-lines,
.gb-infographic-right .gb-title-lines {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.gb-infographic-left .gb-title-lines .gb-title {
    background-color: #B46C51;
}

.gb-infographic-right .gb-title-lines .gb-title {
    background-color: #FDDAC4;
}

.gb-infographic-inner .gb-infographic-desc {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .gb-infographic-inner .gb-infographic-desc {
        padding-bottom: 0;
    }
}
.gb-infographic-inner .gb-btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .gb-infographic-inner .gb-btn {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
    }
}

.gb-infographic-inner .gb-infographic-image {
    margin-bottom: 25px;
}

.gb-infographic-inner .gb-infographic-image img {
    max-width: 290px;
    max-height: 290px;
    width: auto;
    height: auto;
}

.gb-infographic-circles-wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 570px;
    max-width: 585px;
    overflow: hidden;
}

@media screen and (max-width: 1300px) {
    .gb-infographic-circles-wrapper {
        display: block;
        transform: scale(0.9);
        transform-origin: center top;
        margin-bottom: -40px;
        width: calc(100% + 66px);
        margin-left: -33px;
        margin-right: -33px;
    }
}

@media screen and (max-width: 1200px) {
    .gb-infographic-circles-wrapper {
        display: inline-block;
        transform: scale(0.8);
        transform-origin: center top;
        margin-bottom: -80px;
        width: calc(100% + 132px);
        margin-left: -66px;
        margin-right: -66px;
    }
}

@media screen and (max-width: 991px) {
    .gb-infographic-circles-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .gb-infographic-circles-wrapper {
        transform: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.gb-inforgraphic-cirle-first {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(60% - 15px);
    max-width: 335px;
    border-radius: 50%;
    background-color: #F7B29C;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .gb-inforgraphic-cirle-first {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

.gb-inforgraphic-cirle-first-inner {
    max-width: 85%;
}

.gb-inforgraphic-cirle-first:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.gb-inforgraphic-cirle-first .gb-inforgraphic-cirle-first-text-large {
    color: #40292D;
    text-align: center;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.gb-inforgraphic-cirle-first .gb-inforgraphic-cirle-first-text-small {
    color: #40292D;
    text-align: center;
    font-family: 'bianco-reg', sans-serif;
    font-size: 20px;
    font-size: clamp(18px, 2.5vw, 20px);
    font-weight: 400;
    line-height: 1.35;
}


.gb-inforgraphic-cirle-second {
    position: absolute;
    top: 54px;
    right: 0;
    width: calc(40% - 15px);
    max-width: 228px;
    border-radius: 50%;
    background-color: #F67B32;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .gb-inforgraphic-cirle-second {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}

.gb-inforgraphic-cirle-second-inner {
    max-width: 85%;
}

.gb-inforgraphic-cirle-second:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.gb-inforgraphic-cirle-second .gb-inforgraphic-cirle-second-text-large {
    color: #40292D;
    text-align: center;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: clamp(28px, 2.5vw, 28px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.gb-inforgraphic-cirle-second .gb-inforgraphic-cirle-second-text-small {
    color: #40292D;
    text-align: center;
    font-family: 'bianco-reg', sans-serif;
    font-size: 20px;
    font-size: clamp(18px, 2.5vw, 20px);
    font-weight: 400;
    line-height: 1.35;
}

.gb-inforgraphic-cirle-third {
    position: absolute;
    font-weight: 700;
    top: 280px;
    right: 122px;
    width: calc(36% - 15px);
    max-width: 250px;
    border-radius: 50%;
    background-color: #FDDAC4;
    display: flex;
    align-items: center;
    justify-content: center;

}

.gb-inforgraphic-cirle-third:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.gb-inforgraphic-cirle-third-inner {
    max-width: 85%;
}

.gb-inforgraphic-cirle-third .gb-inforgraphic-cirle-third-text-small {
    color: #40292D;
    text-align: center;
    font-family: 'bianco-reg', sans-serif;
    font-size: 20px;
    font-size: clamp(18px, 2.5vw, 20px);
    font-weight: 400;
    line-height: 1.35;
}

.gb-inforgraphic-cirle-third .gb-inforgraphic-cirle-third-text-large {
    color: #40292D;
    text-align: center;
    font-family: "Whitney A", "Whitney B", sans-serif;
    font-size: clamp(22px, 1.5vw, 22px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .gb-inforgraphic-cirle-third {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .gb-inforgraphic-cirle-third .gb-inforgraphic-cirle-third-text-large{
        font-size: clamp(28px, 2.5vw, 28px);
    }
}

.gb-info-circle{
    max-width: 400px !important;
}
/*Infographic Section END*/