#servicio .detalle * {
    font-size: 16px;
}
#servicio .detalle ul {
    list-style: disc;
    margin-left: 20px;
}
#servicio .detalle ul li {
    padding-bottom: 5px;
}
#servicio .boton {
    max-width: 297px;
}
#servicio .boton i {
    color: #2CB742;
    font-size: 42px;
}
#servicio .boton span {
    font-size: 17px;
    line-height: 1.1;
}
#servicio h4 {
    font-size: 30px;
}
#servicio .callout-1 {
    padding: 100px 0;
}
#servicio .callout-1 h4 {
    color: var(--colorBlanco);
}
#servicio .callout-1 h1 {
    font-size: 50px;
    color: var(--colorBlanco);
}
#servicio .callout-1 h1 span {
    font-size: 14px;
    color: var(--colorBlanco);
    background-color: var(--color2);
    width: 107px;
    text-align: center;
    padding: 5px 10px;
}
#servicio .callout-1 .detalle * {
    color: var(--colorBlanco);
}
#servicio .callout-1 p {
    padding-bottom: 10px;
}
#servicio .callout-1 .col-12.position-relative::after {
    content: '';
    background: url(../img/iconos/puntos.png) no-repeat;
    position: absolute;
    width: 205px;
    height: 116px;
    left: 0;
    bottom: 0;
}
#servicio .callout-2 {
    padding: 70px 0 140px;
}
#servicio .callout-2 .contacto {
    max-width: 360px;
    margin: 0 auto;
}
#servicio .callout-2 .contacto img {
    float: right;
    margin-bottom: -35px;
}
@media screen and (max-width: 768px){
    #servicio .callout-1, #servicio .callout-2 {
        padding: 70px 0;
    }
    #servicio .callout-2 .detalle {
        padding-bottom: 30px;
    }
    #servicio .callout-2 .contacto {
        max-width: 297px;
        margin: 40px auto 0;
    }
    #servicio .callout-2 .contacto img {
        display: none;
    }
}