.wrapper,
.wrapper a {
    color: white;
    font-size: 1.3rem;
    transition: color ease 0.4s;
}

.wrapper a {
    cursor: pointer;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.wrapper .calendly {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wrapper svg {
    fill: white;
    transition: fill ease 0.4s;
}