@media (min-width: 768px) and (max-width: 1024px) {
    .prestamos{
        .prestamos__hero-banner-container{
            height: 770px;
            .prestamos__hero-banner-container-overlay{
                .prestamos__hero-banner-container-text{
                    margin-top: 0;
                    .main-header-title{
                        font-size: 38px;
                        width: 400px;
                        justify-self: center;
                        text-align: center;
                    }
                    .main-header-subtitle{
                        font-size: 16px;
                    }
                }
            }
        }
        .prestamos__title-subtitle-container{
            margin-top: 60px;
            margin-bottom: 60px;
            .secondary-header-title{
                font-size: 30px;
                width: 265px;
            }
            .paragraph{
                width: 450px;
                font-family: "Geomanist-WZ-OT-light";
            }
        }
        .prestamos__slider{
            .prestamos__slide{
                flex: 0 0 36vw;
                .prestamos__slide-title-container {

                }
                .prestamos__slide-promotion-multiple{

                }
            }
        }

        .prestamos__two-boxes{
            flex-direction: row;
            gap: 24px;
            justify-content: center;
            padding: 10px 15px 50px 15px;
            .prestamos__two-boxes-box{
                width: 275px;
                .prestamos__two-boxes-box__text{
                    .prestamos__two-boxes-box__text-subtitle{
                        font-family: "Geomanist-WZ-OT-Light";
                    }
                }
            }
        }
        .prestamos__image-with-gradient{
            margin: auto;
            margin-top: 30px;
            height: 506px;
            .prestamos__image-with-gradient__text{
                padding: 50px;
                max-width: 28%;
                .secondary-header-title{
                }
            }
            .prestamos__image-with-gradient__button{
                width: 220px;
                bottom: 60px;
            }
        }
        .prestamos__image-with-gradient::before{
            height: 320px;
            max-height: none;
        }

        .prestamos__consejos{
            .prestamos__consejos-text{
                margin-top: 40px;
                .secondary-header-title{
                    font-size: 30px;
                }
                .paragraph{
                    font-family: "Geomanist-WZ-OT-Light";
                }
            }
            .prestamos__consejos-boxes{
                max-width: 415px;
                justify-self: center;
                .prestamos__consejos-box{
                    height: 200px;
                    .prestamos__consejos-box-button{
                        background-color: transparent;
                        .third-header-title{
                            width: 145px;
                        }
                    }
                }
            }
        }

        .prestamos__no-dudas-container{
            width: fit-content;
            justify-self: center;
            .prestamos__title-subtitle-container{
                .paragraph{
                    width: 275px;
                }
            }
            .prestamos__no-dudas-container-items{
                padding: 6px 0px 0;
                width: 90%;
                justify-self: center;
                .prestamos__no-dudas-container-items-second{
                    .prestamos__no-dudas-item-show{
                        width: 315px;
                        justify-self: center;
                        margin-top: 30px;
                    }
                }
            }
        }

        .prestamos__informacion-interes{
            width: 90%;
            justify-self: center;
            position: relative;
            overflow: hidden;
            flex-direction: row;
            justify-content: space-between;
            padding: 0 30px;
            margin: 15px 0;
            margin-top: 90px;
            height: 150px;
            .secondary-header-title{
                z-index: 1;
                text-align: start;
            }
            .prestamos__informacion-interes-download{
                z-index: 1;
            }
        }

        .prestamos__informacion-interes::before{
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            width: 70%; 
            height: 100%;
            background: url("/content/dam/wizink-web-es/landings/prestamos-landing/assets/banner-desktop.png") center/cover no-repeat;
            z-index: 0; 
        }

        .prestamos__legal-text{
            padding: 0;
            justify-self: center;
            width: 90%;
            margin-top: 60px;
            .legal-text{
                strong{
                    font-weight: 400;
                    font-family: "Geomanist-WZ-OT-Regular";
                }
            }
        }
    }

    .prestamos-info-modal{
        top: 55px;
        .prestamos-info-modal__header{
            .prestamos-info-modal__header-title{
                .third-header-title{
                    font-size: 20px;
                    width: 300px !important;
                }
            }
        }
        .prestamos-info-modal__body{
            .prestamos-info-modal__body-content{
                .prestamos-info-modal__text-title{
                    max-width: 450px;
                }
                .prestamos-info-modal__text-subtitle{
                    max-width: 600px;
                    width: auto;
                }
                .prestamos-info-modal__text-legal{
                    width: 800px;
                    strong{
                        font-weight: 400;
                        font-family: "Geomanist-WZ-OT-Medium";
                    }
                }
            }
        }
    }
}