footer {
    background-color: #484F5F;
    padding: 4rem 0px 1rem;
}

.contactInfo {
    margin-bottom: 1rem;
}

.contactNumners {
    width: 100%;
}

.contactInfo p {
    color: #D2D8E8;
    margin-bottom: 0px;
    width: 70%;
    line-height: 1.4;
}

.contactInfo-icon {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    border-radius: 50%;
    margin-right: 1rem;
    background-color: #636C80;
}

.contactInfo-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.footerTitle {
    color: #fff;
    font-size: 1.333rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1rem;
}

.footerLinks a {
    display: block;
    color: #D2D8E8;
    margin: 5px 0px;
    transition: all 0.3s;
}

.footerLinks a:hover {
    color: #2E6DFE;
    padding-left: 10px;
}

.socialMedia-icons a {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    background-color: #2E6DFE;
    transition: all 0.3s;
}

.socialMedia-icons a i {
    color: #fff;
    font-size: 1.5rem;
}

.copyright {
    padding-top: 2rem;
    border-top: 1px solid #6C768B;
    margin-top: 2rem;
}

.copyright p {
    color: #D2D8E8;
}

.copyright p span {
    color: #2E6DFE;
}

@media screen and (max-width: 680px) {
    .footerTitle {
        margin-top: 2rem;
    }
    footer {
        padding: 3rem 0px;
    }
}