#culture-about-us {
    border-bottom-left-radius: 243px;
    color: #fff;
}

.culture-title {
    font-size: 65px;
    font-weight: 800;
    color: #404040;
    padding-bottom: 50px;
}

.loyalty {
    color: #f52c20;
}

.trust {
    color: #f58f2b;
}

.respect {
    color: #eabe25;
}

.diversity {
    color: #34b027;
}

.integrity {
    color: #2ba9f4;
}

.growth {
    color: #5954e2;
}

.communication {
    color: #b05bde;
}

.accountability {
    color: #f03c91;
}

#coreValues p {
    line-height: 19px;
    font-weight: bold;
    font-size: 17px;
}

#coreValues .border-left-black {
    border-left: 4px solid #333;
}

#coreValues h2 {
    line-height: 45px;
}

.vision-mission {
    padding: 75px 0;
    background-color: #d1d9e3;
}

.culture-vision-mission {
    text-align: center;
}

.culture-vision-mission h1 {
    font-weight: 600;
}

.culture-vision-mission p {
    margin: 0px 14%;
    line-height: 31px;
}

.culture-who-we-are h1 {
    font-weight: 800;
    text-align: center;
    font-size: 50px;
    margin-bottom: 5%;
}

.culture-who-we-are img {
    float: right;
    height: auto;
    width: 39%;
}

.what-we-do img {
    float: left;
    height: auto;
    width: 39%;
}

.what-we-do {
    margin-top: 3%;
}

.what-we-do h1 {
    font-weight: 600;
    font-size: 50px;
    margin: 5% 0;
}

.managing-team {
    background-color: #eeeeee;
}

.managing-team h1 {
    font-weight: 600;
    font-size: 50px;
}

.team,
.team-2 {
    height: 190px;
    width: 190px;
    border-radius: 50%;
}

.first-col {
    flex-direction: column;
}

.m-t-4 {
    margin-top: 4rem;
}

.managing-team p {
    width: 62%;
    padding: 0 5%;
    font-size: 20px;
}

.team,
.team-2 {
    position: relative;
    display: flex;
}

.team::before,
.team-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 190px;
    height: 190px;
    border: 2px dashed #045c79;
    transition: border-color 0.3s, transform 0.3s;
    border-radius: 50%;
}

.team-content:hover .team::before,
.team-content:hover .team-2::before {
    border-color: #045c79;
    border: 3px dashed #045c79;
    animation: animated-icon 10s linear infinite;
}

.team img,
.team-2 img {
    width: 170px;
    margin: auto;
}

@keyframes animated-icon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.core-item img {
    width: 150px;
}

.br-3 {
    border-right: 3px solid #333;
}

@media only screen and (max-width: 1718px) {
    #coreValues h2 {
        font-size: 26px;
        line-height: 37px;
    }

    .core-item img {
        width: 130px;
    }
}

@media only screen and (max-width: 1550px) {
    #coreValues h2 {
        font-size: 22px;
        line-height: 37px;
    }

    .core-item img {
        width: 110px;
    }

    #culture-about-us {
        border-bottom-left-radius: 214px;
    }
}

@media only screen and (max-width: 1352px) {
    #coreValues h2 {
        font-size: 19px;
        line-height: 35px;
    }

    .core-item img {
        width: 100px;
    }

    #coreValues p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1280px) {
    .culture-title {
        font-size: 47px;
    }

    .team,
    .team-2,
    .team::before,
    .team-2::before {
        height: 180px;
        width: 180px;
    }

    .team img,
    .team-2 img {
        width: 150px;
    }

    .core-item img {
        width: 100px;
    }

    #coreValues p {
        font-size: 15px;
    }

    #culture-about-us {
        border-bottom-left-radius: 172px;
    }
}

@media only screen and (max-width: 1199px) {
    .managing-team p {
        width: 58%;
    }

    .core-item img {
        width: 150px;
    }

    #coreValues p {
        font-size: 17px;
    }

    #coreValues h2 {
        line-height: 45px;
        font-size: 31px;
    }

    #culture-about-us {
        border-bottom-left-radius: 204px;
    }
}

@media only screen and (max-width: 1024px) {
    .culture-title {
        font-size: 47px;
    }

    #culture-about-us {
        border-bottom-left-radius: 174px;
    }

    #culture-about-us p {
        line-height: 1.2;
    }

    .team,
    .team-2,
    .team::before,
    .team-2::before {
        height: 170px;
        width: 170px;
    }

    .team img,
    .team-2 img {
        width: 150px;
    }

    .managing-team p {
        width: 59%;
        padding: 0 5%;
    }
}

@media only screen and (max-width: 912px) {
    .culture-vision-mission p {
        margin: 0px 5%;
    }

    .culture-who-we-are img {
        width: 45%;
    }
}

@media only screen and (max-width: 842px) {
    .culture-title {
        font-size: 38px;
        padding-bottom: 10px;
    }

    #culture-about-us p {
        font-size: 16px;
    }

    #culture-about-us {
        border-bottom-left-radius: 141px;
    }

    .managing-team p {
        width: 66%;
    }
}

@media only screen and (max-width: 767px) {
    .loyalty.mobile {
        border-top-left-radius: 160px;
        border-top-right-radius: 160px;
    }

    .trust.mobile {
        border-top-left-radius: 160px;
        border-top-right-radius: 160px;
    }

    .accountability.mobile {
        border-bottom-left-radius: 160px;
        border-bottom-right-radius: 160px;
    }

    .communication.mobile {
        border-bottom-left-radius: 160px;
        border-bottom-right-radius: 160px;
    }

    #culture-about-us {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .culture-who-we-are h1,
    .what-we-do h1,
    .managing-team h1 {
        text-align: center;
    }

    .header-description {
        text-align: center;
    }

    #coreValues .border-left-black {
        border-left: 4px solid transparent;
    }

    .br-3 {
        border-right: none;
    }
}

@media only screen and (max-width: 640px) {
    .culture-who-we-are img,
    .what-we-do img {
        width: 64%;
    }
}

@media only screen and (max-width: 575px) {
    .trust.mobile {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .communication.mobile {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .managing-team p {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 412px) {
    .culture-who-we-are h1,
    .what-we-do h1,
    .managing-team h1 {
        font-size: 44px;
        margin-bottom: 3rem;
    }

    .culture-who-we-are img,
    .what-we-do img {
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .culture-who-we-are h1,
    .what-we-do h1,
    .managing-team h1 {
        font-size: 37px;
        margin-bottom: 3rem;
    }
}

@media only screen and (max-width: 280px) {
    #coreValues p {
        font-size: 14px;
    }
}
