.cirlce {
    background: #C6B8B6;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
}
.point {
    background: #FF7163;
}
.circles {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px
}
.circles > span {
    line-height: 15px;
    margin-right: 10px;
    font-style: italic;
    font-weight: bold;
    color: #000A12;
    font-size: 16px !important;
}
.skill {
    margin-left: 15px;
    margin-right: 20px;
}
.team-name {
    margin-left: 15px;
    margin-right: 20px;
}
.contact-person-text {
    margin-bottom: 5px;
}
article section {
    padding-bottom: 45px;
    padding-top: 45px;
}
@media (min-width: 768px) {
    article section {
        padding-bottom: 48px;
        padding-top: 48px;
    }
}
article section:empty {
    display: none;
}

