.contact-section {
    width: 100vw;
    display: flex;
    padding: 55px 0;
    background: #ffffff;
}

.contact-container {
    display: flex;
    margin: 0 auto;
    color: #222222;
    text-align: center;
}

.contact--element {
    width: 33%;
}

.contact-description {
    font-size: 13px;
    font-weight: 350;
    line-height: 1.625em;
}

.contact-description--small {
    font-size: 12px;
    font-weight: 350;
    line-height: 1.625em;
}

.contact-tittle {
    line-height: 1.2em;
    font-weight: 600;
    font-size: 16px;
    margin: 25px 0 15px;
}

.contact--list {
    display: block;
    font-size: 14px;
    font-weight: 350;
    line-height: 1.625em;
    list-style-type: none;
}

.contact-icon {
    margin: 0 auto;
}
