.at-contact {
    max-width: 700px;
}

.at-contact__content {
    margin-bottom: 2rem;
}

.at-contact__info {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.at-contact__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin-right: 1em;
    color: var(--baseWhite);
    border-radius: 50px;
    background-color: var(--primaryColor);
}

.at-contact__icon::before {
    font-size: 1.7rem;
}

.at-contact__data {
    display: flex;
    flex-direction: column;
}

.at-contact__label {
    font-weight: bold;
    color: var(--headingColor);
}

.at-contact__value {
    font-style: normal;
}
