﻿footer svg {
    vertical-align: middle;
}

.text-bold {
    font-family: "Poppins-Bold";
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.text-regular {
    font-family: "Poppins-Regular";
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.social-link {
    background-color: var(--secondary);
    color: var(--white);
    cursor: pointer;
}

.social-icon {
    width: 48px;
    height: 48px;
    padding: 0;
    text-decoration: none;
}

.social-icon img {
    width: 24px;
    height: 24px;
}

.footer_logo_responsive {
    height: 1em;
    width: 3.81em;
}

@media (min-width: 1121px) {
    footer {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
}
@media (min-width: 768px) {
    .footer_logo_responsive {
        width: 9em;
    }
}