body {
    background-image: url('../img/backgrounds/funky-lines.png');
}

.servicio-desc {
    margin-top: 50px;
}

.servicio-desc:last-of-type {
    padding-bottom: 60px;
}

.servicios-title {
    width: 100%;
}

.custom-list-container {
    margin: 0px auto;
}

.custom-list {
    list-style-type: circle;
}

.custom-list li {
    font-weight: 500;
}

.servicios-pic {
    margin: 0px auto;
}

.border-radius {
    border-radius: 15px;
}

.produccion-pic-1 {
    height: 300px;
    
}

.produccion-pic-2 {
    height: 400px;
}

@media(max-width: 992px) {
    .produccion-pic-1 {
        width: 90%;
        height: auto;
    }

    .produccion-pic-2 {
        width: 90%;
        height: auto;
    }
}