.serviciosmain {
    display: inline-block;
    padding-left: 10px;
    margin-right: 10px;
}

.servicioscontainer {
    display: flex;
    max-width: 1119px;
    margin-top: -88px;
    z-index: 9999999999;
    background-color: #ffffff;
    padding: 22px 24px 0px;
}

.botonrosa {
    background-color: #c62252;
    background-size: 1px;
    font-size: 31px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.nav-link {
    font-weight: bold;
}

.seccionamarilla {
    background-color: #e19806;
    padding: 48px 15px 68px;
}

.parrafonegro {
    font-size: 19px;
    color: #000000;
}

.listtitle {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.desclist {
}

.list {
    list-style-position: outside;
    list-style-type: disc;
}

.imgServicios {
    width: 100%;
    max-width: 200px;
}

.titleServicios {
    color: #000000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 18px;
}

.descServicios {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.logo{
    max-width: 300px;
}

@media only screen and (max-width: 600px) {
    .serviciosmain {
        display: unset;
        padding-left: 00px;
        margin-right: 0px;
       
    }
    
    .serviciosmain img{
       width: 100%;
       
    }

    .servicioscontainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; /* Espacio entre las celdas del grid */
        max-width: 1119px;
        margin-top: 0px;
        z-index: 9999999999;
        background-color: #ffffff;
        padding: 5px 5px 0px;
       
    }
    
    .botonrosa {
        background-color: #c62252;
        background-size: 1px;
        font-size: 31px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        color: #ffffff;
    }
    
    .nav-link {
        font-weight: bold;
    }
    
    .seccionamarilla {
        background-color: #e19806;
        padding: 48px 15px 68px;
    }
    
    .parrafonegro {
        font-size: 19px;
        color: #000000;
    }
    
    .listtitle {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
    }
    
    .desclist {
    }
    
    .list {
        list-style-position: outside;
        list-style-type: disc;
    }
    
    .imgServicios {
        width: 100%;
        max-width: 200px;
    }
    
    .titleServicios {
        color: #000000;
        text-align: center;
        font-weight: 700;
        margin-bottom: 19px;
        margin-top: 18px;
    }
    
    .descServicios {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
  }
  
  /* Small devices (tablets) */
  @media only screen and (min-width: 601px) and (max-width: 768px) {
    /* styles for medium screens */
  }
  