.bootcamp-habilidades-container {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 50px 15%;
}

.bootcamp-habilidades-container h2 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #0055B8;
    font-size: calc(1.5rem + 1vw);
    font-weight: 900;
}

.bootcamp-habilidades-details {
    width: 100%;
    margin: 0;
    display: flex;
}

.bootcamp-habilidades-left {
    width: 100%;
    padding: 10px 0;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
}

.bootcamp-habilidades-left ul {
    margin: 0;
    padding: 10px;
}

.bootcamp-habilidades-left ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 30px;
}

.bootcamp-habilidades-left ul li h2 {
    width: 100%;
    margin: 0;
    line-height: 1.1;
    font-size: calc(1rem + 0.5vw);
    color: #0055B8;
    text-align: left;
}

.bootcamp-habilidades-left ul li p {
    width: 100%;
    margin: 20px 0;
    line-height: 1.3em;
    font-size: calc(0.5rem + 0.5vw);
    color: #282828;
}

.bootcamp-habilidades-left ul li:before {
    content: "";
    margin: 0 0 0 -30px;
    padding-right: 10px;
    background: url(/wp-content/uploads/2023/02/icon-check.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.habilidades-item-info {
    width: 85%;
}

.habilidad-imagen {
    width: 200px;
    margin: 0 auto;
}


@media screen and (max-width: 1023px) {

.bootcamp-habilidades-container {
    padding: 50px 10%;
}
}