@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}

a {
    color: #e30613;
    text-decoration: none;
}

a:hover {
    color: #e30613;
    text-decoration: underline;
}

.logo {
    padding: 100px 0 100px;
    margin: 20px 0 40px;
    border-top: 7px solid #e30613;
    border-bottom: 7px solid #e30613;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.section-header {
    min-height: 0;
}

.section-header h2 {
    letter-spacing: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.section-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

#contact {
    padding: 80px 0;
}

#contact h3 {
    font-weight: 700;
}

footer {
    padding: 5px 0;
}

.copyright {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

@media (min-width: 578px) {
    #contact .border-line {
        border-right: 1px solid #76828a;
    }
    .section-header {
        min-height: 100px;
    }
}