.dweb-header {
    height: 100%;
    color: #fff;
    background-color: #cc1045;
    padding-top: 4rem;
    padding-bottom: 4rem;
    box-shadow: 0px 2px 5px #444;
    position: relative;
}

.dweb-img {
    min-height: 450px;
    height: 100%;
    background-image: url(../img/desarrollo-web/imagen-desarrollo-web.png);
    background-position: center;
    background-size: cover;
}

.dweb-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
}

.dweb-servicios {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.dweb-servicios .servicios {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: .5rem;
    border: 2px solid #770000;
}
