.footer {
    margin: 50px 0 0;
    padding: 0;
    height: auto; 
    width: 100%;
    background-color: rgb(92, 165, 148);
    color: rgb(255, 255, 255);
}

h6 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}

.working_hours {
    margin-bottom: 20px;
}

.contact_us i,
.follow_us a {
    margin-right: 10px;
}

.contact_us a,
.about_us a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.fa-facebook-square {
    color: rgb(66, 103, 178);
    font-size: 35px;
}

.fa-youtube-square {
    color: rgb(255, 1, 1);
    font-size: 35px;
}

.fa-linkedin {
    color: rgb(1, 115, 178);
    font-size: 35px;
}

@media (max-width: 992px) {
    .contact_us p,
    .about_us p {
        margin-bottom: 0;
    }
    .follow_us {
        margin-bottom: 20px;
    }
}
