.dev-why{
    padding: 130px 0;
}
.dev-why .dev-row{
	justify-content: center;
}
.dev-why .dev-row .textwrapper{
    max-width: 913px;
    margin: auto;
    margin-bottom: 37px;
}
.dev-why .dev-row .textwrapper h2{
    margin-bottom: 26px;
}

.dev-why .dev-row .textwrapper p{
    text-align: center;
    line-height: 27.2px;
}
.dev-why .dev-row:nth-of-type(2){
    gap: 60px;
}
.dev-why .dev-row .imagewrapper .wp-block-group__inner-container{
    max-width: 463px;
	margin-right: 100px;
	position: relative;
}
.dev-why .dev-row .imagewrapper .absolute{
	position: absolute;
}
.dev-why .dev-row .imagewrapper .absolute:nth-of-type(2){
	bottom: -50px;
	left:-50px;
}
.dev-why .dev-row .imagewrapper .absolute:nth-of-type(3){
	top: -50px;
	right:-50px;
}
.dev-why .dev-row .imagewrapper .absolute:nth-of-type(4){
	bottom: -50px;
	right:-50px;
}
.dev-why .listwrapper{
    display: flex;
    flex-direction: column;
    max-width: 565px;
}
.dev-why .listwrapper ul {
    list-style: none; /* Elimina el estilo predeterminado de la lista */
    padding: 0;
    margin: 0;
}

.dev-why .listwrapper ul li {
    position: relative;
    color: #606060;
    margin-bottom: 29px;
    font-size: 1.375em;
	font-weight: 600;
    padding-left: 30px; /* Espacio para el ícono */
}
.dev-why .listwrapper ul li:last-of-type{
    margin-bottom: 79px;
}

.dev-why .listwrapper ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px; /* Ajusta el tamaño del ícono */
    height: 20px; /* Ajusta el tamaño del ícono */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Responsive adjustments */
@media (max-width: 1156px) {

}
@media (max-width: 768px) {
    .dev-why {
        padding: 80px 0;
    }

    .dev-why .dev-row .textwrapper {
        max-width: 100%;
        margin-bottom: 40px;
        }

    .dev-why .dev-row:nth-of-type(2) > .wp-block-group__inner-container {
        gap: 30px;
        flex-direction: column;
    }

    .dev-why .dev-row .imagewrapper {
        max-width: 100%;
        margin: auto;
    }

    .dev-why .listwrapper {
        max-width: 100%;
    }

    .dev-why .listwrapper ul li {
        font-size: 1.125em; /* Reduce el tamaño de fuente */
        margin-bottom: 40px;
    }

    .dev-why .listwrapper ul li:last-of-type {
        margin-bottom: 50px;
    }
    .dev-why .dev-row .imagewrapper .wp-block-group__inner-container{
	margin-right: 0px;
	margin-bottom: 60px;
}
.dev-why .dev-row .imagewrapper .absolute{
    width: 90px;
}
.dev-why .dev-row .imagewrapper .absolute:nth-of-type(2) {
    bottom: -25px;
    left: 20px;
}
.dev-why .dev-row .imagewrapper .absolute:nth-of-type(3) {
    top: 10px;
    right: -5px;
}
.dev-why .dev-row .imagewrapper .absolute:nth-of-type(4) {
    bottom: -20px;
    right: 0px;
}
.dev-why .wp-block-buttons{
    justify-content: center;
}
}
@media (max-width: 480px) {
    .dev-why {
        padding: 50px 0;
    }

    .dev-why .dev-row .textwrapper h2 {
        font-size: 1.5em; /* Ajusta el tamaño del título */
        margin-bottom: 15px;
    }

    .dev-why .dev-row .textwrapper p {
        font-size: 1em; /* Ajusta el tamaño del párrafo */
        line-height: 1.5em;
    }

    .dev-why .listwrapper ul li {
        font-size: 1em; /* Reduce aún más el tamaño de fuente */
        padding-left: 20px; /* Ajusta el espacio para el ícono */
    }

    .dev-why .listwrapper ul li::before {
        width: 15px; /* Ajusta el tamaño del ícono */
        height: 15px;
    }
}