.social-media > div {
    width: 100%;
}
.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    list-style: none;
}
.social-links a.social-link {
    color: var(--Teal);
    width: 34px;
    height: 34px;
    background-color: #f9f8f4;
    border-radius: 17px;
    display: block;
    line-height: 31px;
    text-align: center;
}
.social-links i {
	font-size: 18px;
}
.social-links .social-network {
    padding: 0 0.4rem;
}
.social-links-wrapper {
    display: block;
}
.social-links-wrapper .labels {
    flex: 1;
    max-width: 200px;
    margin: 0 auto 15px;
}
.social-links-wrapper .title {
    font-family: 'Merriweather', serif;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: -.04em;
    font-style: italic;
    padding-left: 5px;
}
.social-links-wrapper .sub-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: right;
    padding-right: 5px;
}

@media screen and (min-width: 64em) {
    .social-links-wrapper {
        display: flex;
    }
    .social-links-wrapper .labels {
        max-width: none;
        margin: 0;
    }
    .social-links-wrapper .title {
        font-size: 31px;
        line-height: 30px;
        padding-left: 30px;
    }
    .social-links-wrapper .sub-title {
        font-size: 29px;
        line-height: 25px;
        padding-right: 55px;
    }
    .social-links a.social-link {
        width: 38px;
        height: 38px;
        border-radius: 19px;
        line-height: 37px;
    }
    .social-links i {
        font-size: 20px;
    }
    .social-links .social-network {
        padding: 0 0.5rem;
    }
}