.power {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 4px 0px;
}
.power h2 {
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 2rem;
    padding-bottom: 19px;
    font-family: oswald;
    text-align: center;
}
.power .card-body img {
    width:100%;
    padding: 8px 12px;
    border: 2px solid black !important;
}
.card-title {
    text-align: center;
    padding: 5px 0px;
}
#machine {
    background-color: #eff3f4 !important;
}
.machine {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 4px 0px;
}
.machine .card .card-body img {
    width: 100%;
}
.machine h2 {
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 2rem;
    padding-bottom: 19px;
    font-family: oswald;
    text-align: center;
}
