section.banner-2{
    background:#F9F9F9;
    width: 100%;
    padding: 10px 0;
}
.banner-2-container{
    margin: 32px;
}
.banner-2-container, .banner-2-container .banner-2-text-container{
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 280px;
    align-self: center;
}
.banner-2-container .banner-2-text-container p{
    font-family: "IberPangeaText-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}

.banner-2-container .banner-2-image{
    background-image: url("/documents/20122/13247766/banner-2-360.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    width: 280px;
    height: 250px;
    align-self: center;
}
.banner-2-container .banner-2-text-container .condiciones{
    text-decoration: underline;
    color: #2F6852;
}
.banner-2-container, .banner-2-container .banner-2-text-container h2{
    font-family: "IberPangea-Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
    .banner-2{
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (min-width: 576px) {

    .banner-2-container{
        width:496px;
    }
     .banner-2-container .banner-2-text-container{
         width: 100%;
        align-self: center;
    }
    .banner-2-container .banner-2-image{
        background-image: url("/documents/20122/13247766/banner-2-576.webp");
        width: 496px;
        height: 250px;
        
    }
    .banner-2-container, .banner-2-container .banner-2-text-container h2{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}
}
@media (min-width: 992px) {
    .banner-2-container .banner-2-image{
        background-image: url("/documents/20122/13247766/banner-2-992.webp");
        width: 393px;
        height: 250px;
    }
    .banner-2-container{
        flex-direction: row;
        margin: 32px 86px;
        width: 100%;
    }
    .banner-2-container .banner-2-text-container{
        width:393px;
        margin-right: 40px;
        align-items: center;
        justify-content: center;
    }
    .banner-2-container .banner-2-text-container p{
        font-size: 15px;
        margin-bottom: 0px;
    }
}
@media (min-width: 1200px) {
        .banner-2-container .banner-2-text-container{
        width:480px;
    }
    .banner-2-container .banner-2-image{
        background-image: url("/documents/20122/13247766/banner-2-1200.webp");
        min-width: 480px;
        height: 250px;
    }
     .banner-2-container .banner-2-text-container p{
        font-size: 16px;
    }
        .banner-2-container{
        flex-direction: row;
        margin: 32px 100px;
    }
}
@media (min-width: 1920px) {
            .banner-2-container .banner-2-text-container{
        width:620px;
    }
    .banner-2-container .banner-2-image{
        background-image: url("/documents/20122/13247766/banner-2-1920.webp");
        min-width: 620px;
        height: 250px;
    }
            .banner-2-container{
        flex-direction: row;
        margin: 32px 320px;
    }
    
}