.in-touch-wrapper .description {
    font-size: 1.6rem;
    padding-top: 2rem;
}

.in-touch-wrapper .info a {
    color: inherit;
}

.in-touch-wrapper .info a:not(:hover) {
    text-decoration: none;
}

@media screen and (min-width: 750px) {
    .in-touch-wrapper .description {
        font-size: 2rem;
        padding-top: 2.4rem;
    }
}