.our-mission {
    margin-top: 80px;
}
.our-mission h2 {
    font-size: 60px;
    line-height: 72px;
}
.our-mission p {
    font-size: 18px;
}

/* ------- for mobile ----- */
@media (max-width: 470px) {
    .our-mission {
        margin-top: 40px;
    }
    .our-mission h2 {
        font-size: 35px;
        line-height: initial;
        margin: 10px 0;
    }
    .our-mission h2:nth-child(1) {
        margin-top: 20px;
    }
}

.team {
    padding: 70px 30px;
    background-color: #FAF7EE;
}
.team .team-about {
    bottom: 0;
    padding-left: 16px;
}
.team-about h3 {
    font-family: Lato;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.team-about span {
    font-weight: bold;
    font-size: 14px;
    color: #C6A551;
    padding-bottom: 10px;
    display: block;
}


.big-text {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
}