header {
    padding: 20px 0px;
    
}

.buttons {display: flex;flex-direction: row;justify-content: flex-end;align-items: center;}

.buttons a {
    text-decoration: none;
    color: #000;
    margin-left: 20px;
}

a.btn.btn-color-primary.btn-style-default.btn-shape-rectangle.btn-size-default {
    background: #d82118;
    color: #fff;
}

.navigation {
    padding: 14px 139px;
    background: #d82118;
    margin-top: 10px;
}

.navigation a {
    text-decoration: none;
    color: #fff;
    margin-right: 40px;
}

.about-focus-dental-clinic img {
    width: 100%;
}

.focus-dental-clinic-details h1 {
    font-size: 36px;
    color: red;
    
}

section.services {
    background: #f5f5f5;
    padding: 40px 0px;
    text-align: center;
}

section.services .dental-services-at-focus-dental {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 30px;
    border: 2px solid #d0d0d0;
}

section.services .dental-services-at-focus-dental .btn {
    text-decoration: none;
    color: #fff;
    background: red;
}

footer {
    background: #2a2b2c;
    color: #fff;
    
    padding: 40px 0px 5px;
}

.working-hour p {
    margin: 8px 0;
}

.copyright {
    text-align: center;
    margin-top: 30px;
}