@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:wght@400;700&family=Raleway&family=Space+Mono&display=swap');

/*
font-family: 'Playfair Display SC', serif;
font-family: 'Raleway', sans-serif;
font-family: 'Space Mono', monospace;
*/

.container {
    max-width: 1170px;
    margin: auto;
    line-height: 1.5;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

.footer {
    background-color: white;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    position: relative;
    font-size: 18px;
    color: #212121;
    margin-bottom: 30px;
    font-weight: 500;
    border-bottom: 2px solid #000;
    letter-spacing: 2px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    color: #212121;
    text-decoration: none;
    font-weight: 300;
    text-transform: capitalize;
}

.footer-col ul li a:hover {
    border-bottom: 1px solid #212121;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 10px 10px 0;
    text-align: center;
    border-radius: 50%;
    color: #212121;
    transition: 0.5s ease;
}

@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}