.services__headerouter {
    padding: 20px 0 20px 0;
    background-color: white;
    border-top: solid 2px #3b3a3a;
    border-bottom: solid 2px #3b3a3a;
}

.services__headerouter h1 {
    text-align: center;
}

.services__headerouter img {
    height: auto;
    width: 100%;
    border: solid 2px #3b3a3a;
}

.prices__image{
    text-align: center;
    width: 100%;
    margin: 10px 0 10px 0;
}

.prices h3{
    padding: 0;
    margin: 0;
    color: white;
    text-align: center;
    font-size: 20px;
}

.prices h4{
    padding: 0;
    margin: 0 0 10px 0;
    color: white;
    text-align: center;
    font-size: 30px;
}

.footer {
    margin: 20px 0 0 0;
}