html, body {
    background-color: #00B1EB;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    font-size: 100%;
}

p {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: .16rem;
}

.text-white {
    color: #FFFFFF;
}

.text-blue {
    color: #00B1EB;
}

h1 {
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 100px;
    /* letter-spacing: 1px; */
    line-height: 1.1;
}

h2 {
    font-size: 78px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
}

.item, .text-purple {
    color: #A25EB5;
    font-size: 32px;
    letter-spacing: normal;
    font-weight: 700;
}

.text-right {
    text-align: right;
}

.text-bold {
    font-weight: 700;
}

.header {
    min-height: 150px;
    background-color: #FFFFFF;
    padding-bottom: 25px;
    margin-bottom: 125px;
}

.logo {
    margin-left: -28.5%;
}

.items-center {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.items-center2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-border {
    border-bottom: 10px solid #FFFFFF;
    padding: 165px 0px 50px;
}

.section-img {
    background-image: url('../images/people.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 45%;
}

.item {
    display: block;
    position: relative;
    width: 100%;
    height: 105px;
    text-decoration: none;
    margin-bottom: 20px;
}

.item > span {
    position: relative;
    top: -65px;
    right: -30%;
}

.img-clique {
    z-index: 1;
    height: 125px;
    width: 125px;
    position: absolute;
    bottom: -40px;
    right: -25px;
}

@media screen and (max-width: 768px) {
    .logo {
        margin-left: -50px;
    }

    .section-img {
        background-image: none;
    }
}