.europe section.textComponent {
    max-width: 70%;
    width: 100%;
    margin: 170px auto;
    position: relative;
    z-index: 5;
}
.europe section.textComponent.fullwidth {
    max-width: 100%;
    padding-left: 15%;
    padding-right: 15%;
}
.textComponent.fullwidth.circularAnimation .circle-container {
    right: -20%;
}
.textComponent.fullwidth .text {padding: 30px 0;}

.europe section.textComponent.firstSection {
    margin: 70px auto 170px;
}

.textComponent.purpleBg {
    background: #2A163E;
    max-width: unset;
    padding: 100px 0;
    margin: 0;
}

.europe section.textComponent .bg {
    background: #ccc;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.textComponent.circularAnimation.bg.fadeIn {
    overflow: hidden;
    margin: 0 auto;
    max-width: 100%;
    min-height: 450px;

}
section.textComponent.circularAnimation.bg .circle-container {
    display: flex;
    align-items: flex-end;
}
.textComponent.circularAnimation .circle-container img {
    width: auto;
    height: 100%;
}

section.textComponent.circularAnimation.bg.fadeIn .text {
    padding: 50px 0;
}
.europe section.textComponent .bg img {
    width: auto;
    height: 100%;
}

.europe section.textComponent .bg+div {
    position: relative;
    z-index: 1
}

.textComponent .text .title {
    font-family: var(--pnr);
    font-size: 58px;
    line-height: 60px;
    letter-spacing: -0.03em;
    color: #fff;
}

.textComponent .text .title.boldText {
    font-family: var(--pnb);
    font-family: var(--pnsb);
}

.textComponent .text .desc {
    font-size: 32px;
    line-height: 39px;
    color: #fff;
}

.textComponent.netZero .text .desc {
    font-size: 42px;
    line-height: 47px;
}

.textComponent .text .desc:not(:first-child) {
    margin-top: 26px;
}

.textComponent .text .title:not(:first-child) {
    margin-top: 40px;
}
.textComponent .text .desc.articleDesc {
    max-width: 760px;
}
.textComponent .text .desc.articleDesc_fr {
    max-width: 860px;
}
.textComponent .text .desc.articleDesc p:not(:last-child) {
    margin: 0 0 20px;
}
.textComponent .text .desc.articleDesc_fr p:not(:last-child) {
    margin: 0 0 20px;
}
.textComponent .text .buttonContainer {
    margin-top: 40px;
}

.textComponent .text .buttonContainer>a {
    padding-top: 21px;
}

.textComponent.circularAnimation,
.textComponent.circularAnimation.purpleBg .cust_container {
    position: relative;
    overflow: visible;
}

.textComponent.circularAnimation .circle-container {
    position: absolute;
    top: 0;
    right: 0;
    /*padding: 40px 0;*/
}

.textComponent.circularAnimation .text {
    padding: 80px 0;
}

.textComponent.leftAlignContent .text .title,
.textComponent.leftAlignContent .text .desc {
    text-align: left;
}

.textComponent.blackText .text .title,
.textComponent.blackText .text .desc {
    color: #000;
}

.textComponent.leftAlignContent .text .buttonContainer {
    justify-content: flex-start;
}

.greenCircles .circle-container .circle--1:before,
.greenCircles .circle-container .circle--2:before,
.greenCircles .circle-container .circle--3:before,
.greenCircles .circle-container .circle--4:before,
.greenCircles .circle-container .circle--5:before,
.greenCircles .circle-container .circle--6:before,
.greenCircles .circle-container .circle--7:before {
    background: #79b318;
    opacity: 0.75;
}

section.textComponent.circularAnimation.greenCircles .cust_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

section.textComponent.circularAnimation.greenCircles .cust_container .circle-container {
    right: 80px;
}

.textComponent.leftAlignContent.purpleBg {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.textComponent.leftAlignContent.purpleBg .circle-container {
    left: 65%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.textComponent.leftAlignContent.purpleBg .text {
    transform: translate(-20%, 0);
}

.europe section.textComponent.netZero {
    padding: 170px 0;
    margin: 0 auto;
    width: 100%;
    max-width: unset;
}

.textComponent.netZero .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.textComponent.netZero .text {
    position: relative;
}

.animate .circle-container {
    opacity: 1;
}

.animate .circle-container .circle--2 {
    transform: rotate(30deg);
}

.animate .circle-container .circle--3 {
    transform: rotate(60deg);
}

.animate .circle-container .circle--4 {
    transform: rotate(90deg);
}

.animate .circle-container .circle--5 {
    transform: rotate(-30deg);

}

.animate .circle-container .circle--6 {
    transform: rotate(-60deg);
}

.animate .circle-container .circle--7 {
    transform: rotate(-90deg);
}


.europe section.textComponent.firstSection {
    background: #fff;
    margin: 0;
    max-width: unset;
    min-height: 500px;
    justify-content: center;
    align-items: center;
}

.europe section.textComponent.firstSection {
    display: flex;
}

.europe section.textComponent.firstSection .title,
.europe section.textComponent.firstSection .desc {
    color: #1E1E1E;
}

.europe section.textComponent {
    /*min-height: 372px;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.europe .textComponent.circularAnimation .text {
    padding: 0;
}*/

.europe section.textComponent.circularAnimation.greenCircles .cust_container .circle-container img {
    width: auto;
    height: 100%;
}

.europe section.textComponent.circularAnimation.greenCircles .cust_container .circle-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    right: 0;
    transform: translate(20%, 0);
}

.europe section.textComponent.fadeIn.whiteSection {
    background: #fff;
    max-width: unset;
    min-height: 335px;
}

.europe section.textComponent.fadeIn.whiteSection .title,
.europe section.textComponent.fadeIn.whiteSection .desc {
    color: #1E1E1E;
}

.europe section.textComponent .scrollDown {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(0, 50%);
    z-index: 100;
    opacity: 1 !important;
}

@media only screen and (max-width: 2560px) {
    /*resolution Height: 1440*/
}

@media only screen and (max-width: 2048px) {
    /*resolution Height: 1280*/
}

@media only screen and (max-width: 1920px) {
    /*resolution Height: 1080*/
}

@media only screen and (max-width: 1792px) {

    /*resolution Height: 1120*/
    .textComponent.leftAlignContent.purpleBg .circle-container {
        transform: translate(-30%, -50%);
    }
}

@media only screen and (max-width: 1680px) {
    /*resolution Height: 1050*/
}

@media only screen and (max-width: 1600px) {
    /*resolution Height: 900*/
}

@media only screen and (max-width: 1536px) {
    /*resolution Height: 960*/
}

@media only screen and (max-width: 1440px) {
    /*resolution Height: 900*/
}

@media only screen and (max-width: 1366px) {

    /*resolution Height: 768*/
    .textComponent .text .title {
        font-size: 43px;
        line-height: 40px;
    }

    .textComponent .text .desc {
        font-size: 26px;
        line-height: 1.2;
    }

    .buttonContainer>a {
        font-size: 16px;
        padding: 10px 30px;
    }

    .textComponent .text .buttonContainer>a {
        padding-top: 10px;
    }

}

@media only screen and (max-width: 1344px) {
    /*resolution Height: 840*/
}

@media only screen and (max-width: 1280px) {
    /*resolution Height: 800*/
}

@media only screen and (max-width: 1280px) {
    /*resolution Height: 720*/
}

@media only screen and (max-width: 1152px) {
    /*resolution Height: 720*/
}

@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
    .europe section.textComponent {
        max-width: 100%;
        margin: 70px auto;
    }

    /*section.textComponent.circularAnimation.greenCircles {
        max-width: 82%;
    }*/
    section.textComponent.circularAnimation.greenCircles .circle-container {
        display: none;
    }

    .textComponent .text .title {
        font-size: 38px;
    }

    .textComponent .text .desc:not(:first-child) {
        font-size: 23px;
        margin-top: 10px;
    }

    .textComponent .text .title {
        font-size: 35px;
    }

    .europe section.textComponent.netZero {
        margin: 0;
        padding: 70px 0 100px;
    }

    .textComponent.leftAlignContent.purpleBg .circle-container {
        display: none;
    }

    .textComponent.leftAlignContent.purpleBg .text {
        transform: unset;
        padding: 0;
    }
    .europe section.textComponent.fullwidth {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
    section.textComponent.netZero .bg {
        display: block;
    }

    section.textComponent.netZero {
        max-width: 100%;
    }
}

@media only screen and (max-width: 801px) {
    .europe section.textComponent {
        max-width: unset;
    }
    .textComponent .text .desc br {display: none}
}

@media only screen and (max-width: 800px) and (max-height: 1280px) {
    .textComponent.netZero .text .desc {
        font-size: 35px;
        padding: 0 10%;
    }

    .textComponent.netZero .text .desc br {
        display: none;

    }

    .textComponent.leftAlignContent.purpleBg .text {
        transform: unset;
        padding: 0;
    }
}

@media only screen and (max-width: 601px) and (max-height: 962px) {
    .textComponent.netZero .text .desc {
        font-size: 30px;
    }
}

@media only screen and (max-width: 962px) and (max-height: 601px) {
    .europe section.textComponent {
        max-width: unset;
        margin: 100px auto;
        /*padding: 100px 0*/
    }

    .textComponent.circularAnimation .circle-container {
        display: none;
    }

    .textComponent.leftAlignContent.purpleBg .text {
        transform: unset;
    }

    .europe section.textComponent.netZero {
        margin: 0;
        padding: 100px 0;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 600px) {
    .europe section.textComponent.netZero {
        margin: 0;
        padding: 100px 0;
    }

    .europe section.textComponent {
        margin: 100px auto;
    }

    .textComponent.circularAnimation .circle-container {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .textComponent.circularAnimation .circle-container {
        display: none;
    }

    .textComponent.circularAnimation .text {
        padding: 0;
    }
    .localPresence .textComponent .desc br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .europe section.textComponent {
        width: 80%;
        margin: 0 auto 70px;
    }
    .europe section.fullwidth.textComponent {
        padding: 50px 0 0; 
        width: 100%;
    }
    .europe section.fullwidth.textComponent .title {
        padding: 0 5%;
    }
    .europe section.fullwidth.textComponent .desc {padding: 0 5%;}
    .europe section.textComponent.firstSection {
        margin: 0 auto 70px;
    }

    .textComponent .text .title:not(:first-child) {
        margin-top: 20px;
    }

    .textComponent.circularAnimation .text {
        padding: 0;
    }

    .textComponent.leftAlignContent.purpleBg {
        margin: 0;
        width: 100%;
    }

    /*.buttonContainer>a {
        font-size: 14px;
    }*/
}

@media only screen and (max-width: 767px) {

    .textComponent.netZero .text .title,
    .textComponent.netZero .text .desc {
        padding: 0 10%
    }

    .textComponent.netZero .text .desc {
        line-height: 1.2;
    }
}

@media only screen and (max-width: 414px) {
    .textComponent .text .title {
        font-size: 28px;
        line-height: 1;
    }

    .textComponent .text .desc:not(:first-child) {
        font-size: 16px;
    }

    .textComponent .text br {
        display: none;
    }

    .textComponent.leftAlignContent.purpleBg .text {
        padding: 0 5%;
    }
}