.banner-texto-seccion {
    position: relative;
}

.textos-banner-texto-seccion {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.banner-texto-seccion img {
    width: 100%;
    min-height: 250px;
}

.textos-banner-texto-seccion h2,
.textos-banner-texto-seccion h3 {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 0;
}
.textos-banner-texto-seccion h2 strong,
.textos-banner-texto-seccion h3 strong,
.textos-banner-texto-seccion h2 b,
.textos-banner-texto-seccion h3 b {
    font-weight: 700;
}

@media (max-width: 1192px) {

    .textos-banner-texto-seccion h2,
    .textos-banner-texto-seccion h3 {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {

    .textos-banner-texto-seccion h2,
    .textos-banner-texto-seccion h3 {
        font-size: 2rem;
    }
}