.yoast-breadcrumbs a {
    color: #FFFFFF;
}
.growth-text {
    color: #242424;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
    font-size: calc(0.8rem + 0.7vw);
    font-style: normal;
    line-height: 112%;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.question-link {
    display: flex;
    align-items: baseline;
    justify-content: end;
}
.two-col-growth {
    display: grid;
    grid-column-gap: 4vw;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 1vw;
}
.tcg-margin {
    margin: 1vw auto 8vw;
    width: 76%;
}
.two-with-title .button {
    margin-left: 1vw;
}
.green-future-container {
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    width: 75%;
    bottom: -3%;
    position: absolute;
}
.rnd-container {
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    width: 75%;
    bottom: -6%;
	top:32vw;
}
.growth-for-good .tit-text {
    margin: 3vw auto 5vw auto;
	width: 75%;
}
.tit-container .body-paragaph {
    margin: 0;
}
.body-text {
    font-size: calc(0.8rem + 0.7vw);
    line-height: calc(1rem + 1vw);
}
.two-col {
    margin-top: 2vw;
}
/* .yellow-btn {
    border: 1px solid var(--mim-saffron);
    background-color: var(--mim-saffron);
}
.yellow-btn:hover, .orange-btn:hover, .green-btn:hover {
    color: var(--rich-black);
    border: 1.5px solid var(--rich-black);
    background-color: var(--white);
}
.orange-btn {
    border: 1px solid #E46E00;
    background-color: #E46E00;
}
.green-btn {
    border: 1px solid #60C125;
    background-color: #60C125;
} */
.body-text {
    padding-right: 8vw;
}
.growth-video .body-text {
    padding-right: 2vw;
	font-size: 45px;
	line-height: calc(1.4rem + 1.2vw);
}
.noto-serif-font{
	font-size: 45px;
	line-height: calc(1.4rem + 1.2vw);
}
.growth-img {
    height: 24vw;
    object-fit: cover;
    object-position: center;
}
.growth-logo{
	height: 3vw;
	width:10vw;
    object-fit: cover;
    object-position: center;
}
.growth-video{
	object-fit:cover;
}
.growth-img-2-col {
    height: 30vw;
    object-fit: cover;
    object-position: center;
}
/* .barlow-font {
    font-family: 'Barlow-400', sans-serif;
    font-weight: 400;
}
.noto-serif-font {
    font-family: 'Noto Serif Disp SemCond Light';
    font-weight: 300;
    font-size: calc(1.5rem + 1.4vw);
    line-height: calc(1.6rem + 1.5vw);
} */
.green-future-text {
    color: #242424;
    text-align: center;
    font-family: 'Unbounded-700', sans-serif;
    font-weight: 700;
    font-size: calc(0.8rem + 0.7vw);
    font-style: normal;
    line-height: 112%;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding-right: 10%;
    padding-left: 10%;
    margin: 4vw 10vw 3vw;
}
.growth-for-good .header-image-services-rounded{
	height:43vw;
}
.tit-container .body-paragaph {
	margin: 0 19%;
}
.about-us-header-mask {
    mask: url("/../wp-content/themes/b8websitesco/images/background/Intersect-2.svg") no-repeat center / cover;
    max-height: 50vw;
}

@media screen and (max-width: 768px) {
    .header-rounded-img img {
        height: 500px;
        object-fit: cover;
    }
    .rnd-container {
        bottom: -5%;
        top: unset;
        width: 100%;
    }
    .dai-title {
        font-size: 50px;
    }
    .srv-title {
        font-size: 45px;
    }
    .growth-for-good .tit-text {
        margin: 0;
        width: 100%;
        padding: 10px 28px;
    }
    .logo-carousel-container {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    .brands-carousel .logo-carousel .slide {
        margin: auto;
    }
    .slide h5 {
        font-size: 18px;
    }
    .tit-container .body-paragaph {
        margin: 0;
    }
    .large-img-icon-title-copy {
        margin: 40px 0 0;
    }
    .two-col-growth {
        grid-template-columns: 1fr;
    }
    .growth-text {
        text-align: center;
    }
    .growth-logo {
        height: 150px;
        width: auto;
    }
    .growth-video .body-text {
        padding: 20px 0;
        font-size: 40px;
        line-height: 40px;
    }
    .question-link {
        text-align: center;
        display: block;
    }
    .growth-img {
        height: 340px;
    }
    .two-with-title .growth-text {
        font-size: 26px;
        padding: 10px 0 20px;
    }
    .body-text {
        font-size: 19px;
        line-height: 146.5%;
    }
    .noto-serif-font {
        padding: 0 0 20px;
        font-size: 40px;
        line-height: 40px;
    }
    .growth-img-2-col {
        height: 340px;
    }
    .tcg-margin {
        width: 100%;
        margin: 0;
        padding: 20px 28px;
    }
    .green-future-text {
        font-size: 20px;
        margin: 0;
        padding: 50px 28px 20px;
    }
    .about-us-header-mask {
        max-height: unset;
    }
}