
.nossa-equipe {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
}

.time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.time__text {
    width: 50%;
    font-size: 18px;
}

.time__header {
    margin-bottom: 25px;
}

@media screen and (max-width: 940px) {
    .time {
        margin-bottom: 10px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .time__text {
        font-size: 18px;
        width: 100%;
        margin-bottom: 15px;

    }

}
