.tm-header-social-container_social {
    float: right;
}

.tm-header-social-container_social a {
    font-size: 30px;
    color: black;
    margin-left: 15px;
}

/* Header title */
.tm-header-social-container_headers {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.tm-header-social-container_headers h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px !important;
    font-weight: 800;
    line-height: 40px !important;
    text-transform: uppercase;
}

.tm-header-social-container_headers h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px !important;
    line-height: 30px !important;
}

@media (max-width: 768px) {
    .tm-header-social-container_headers h1 {
        font-size: 20px !important;
    }

    .tm-header-social-container_headers h2 {
        font-size: 18px !important;
    }
}