.our-values{
    padding-top: 85px;
}
.what-power-our-ship{
    padding: 46px 101px 103px;
}

.what-power-our-ship header{
    text-align: center;
}

.what-power-our-ship .team-behind-text{
    line-height: 85px;
    text-align: center;
    /*margin-left: 143px;*/
}
.what-power-our-ship h3{
    text-align: center;
    /*margin-left: 500px;*/
}

.what-power-our-ship .row {
    row-gap: 32px;
}
.about-the-crew{
    background: #000000;
    border-radius: 12px;
    padding: 21px 23px;
    color: #FFFFFF;
    height: 338px;

}
.about-the-crew h5, .business-relationships h3, .technology-content h5, .technology-content h6{
    margin-top: 32px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
}

.about-the-crew p, .business-relationships p, .technology-content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.client-retention{
    background: #C7F0EE;
    border-radius: 12px;
    padding: 19px 22px;
    color: #000000;
    height: 338px;
}

.client-retention h2{
    font-size: 114px;
    line-height: 130px;
    font-weight: 700;
    margin: 0;
}
.client-retention p{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.business-relationships{
    background-image: url(../images/our-values/connection.svg);
    border-radius: 12px;
    padding: 24px 22px;
    padding-left: 240px;
    color: #000000;
    text-align: left;
    height: 338px;
    border: 1px solid #D5D5D5;
}

.business-relationships h3{
    margin-top: 0;
} 

.technology{
    background: #BFEEEC;
    border-radius: 12px;
    /* padding: 19px 22px; */
    color: #000000;
    height: 338px;
    display: flex;;
}
.technology img, .site-worker img{
    height: 100%;
}
.site-worker {
    height: 338px;
    border-radius: 12px;
    text-align: right;
}
.technology-content {
    padding: 64px 42px;
}
.technology-content h5{
    margin-top: 0;
}

.technology-content h6{
    margin-top: 62px;
}

.our-values .lets-talk{
    background: #FFFFFF;
}

.our-values .lets-talk .team-behind-text{
    color: #000000;
}
.our-values-section {
    background: linear-gradient(304.89deg, #1F6ABB 31.87%, #3FB7FD 89.83%, #48D5FF 119.33%);
    padding: 107px 0 160px;
    color: #FFFFFF;
    text-align: center;
}
.our-values-section-container {
    padding: 0 200px;
}

.our-values-section .team-behind-text {
    -webkit-text-stroke: 1px #FFFFFF;
    color: transparent;
}
.our-values-section .values {
    margin-top: 52px;
}
.our-values-section .innovation-environmental {
    margin-top: 32px;
    padding: 0 155px;
}
.our-values-section .heading-large{
    margin-bottom: 0;
}

.value-item{
    background: #A5EFFF4D;
    border-radius: 12px;
    padding: 24px 24px 21px;
    border: 2px solid #DDDDDD;
    height: 342px;
    text-align: left;
    position: relative;
}
.value-item img{
    position: absolute;
    bottom: 21px;
    right: 24px
}

@media (min-width: 1200px) {
    .what-power-our-ship .team-behind-text {
        font-size: 122px;
    }

    .client-retention h2 {
        font-size: 92px;
    }

    .business-relationships {
        padding-left: 166px;
    }

    .about-the-crew h5{
        font-size: 21px;
    }

    .technology-content{
        padding: 38px 30px;
    }

    .technology-content h5{
        font-size: 20px;
    }

    .technology-content h6{
        margin-top: 25px;
        font-size: 20px;
    }

}

@media (max-width: 576px) {
    .our-values {
        padding-top: 90px;
    }
    .what-power-our-ship {
        padding: 32px 0;
    }
    .what-power-our-ship .heading-large{
        font-size: 64px;
        line-height: 72px;
        margin: 0;
        text-align: center;
    }
    .what-power-our-ship .team-behind-text {
        font-size: 64px;
        line-height: 64px;
        margin: 0;
        padding: 0 32px;
    }

    .what-power-our-ship .row {
       margin-top: 52px;
       row-gap: 24px;
       padding: 0 18px;
    }

    .business-relationships {
        padding-left: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: bottom;
    }

    .our-values-section-container {
        padding: 0;
    }
    .technology{
        height: auto;
        flex-direction: column;
    }
    .technology-content {
        padding: 24px;
    }
    .technology-content h6{
        margin-top: 24px;
    }
    .our-values-section{
        padding: 43px 49px 75px;
    }
    .our-values-section .heading-large{
        font-size: 64px;
        line-height: 72px;
    }
    .our-values-section .team-behind-text{
        font-size: 64px;
        line-height: 78px;
    }
    .our-values-section .values, .our-values-section .innovation-environmental{
        row-gap: 32px;
        padding: 0;
    }
}