.inner-page-banner{min-height:400px;display:flex;align-items:center;padding-block:30px;background-repeat:no-repeat;background-size:cover;background-position:top left}
.inner-page-banner .banner-content :is(h1,p){color:#fff}
.single-cursos .inner-page-banner .banner-content h1{width:42%}
@media only screen and (max-width:1199px){
.inner-page-banner{min-height:360px}
}
@media only screen and (max-width:991px){
.inner-page-banner{min-height:320px}
.single-cursos .inner-page-banner .banner-content h1{width:100%}
}
@media only screen and (max-width:767px){
.inner-page-banner{min-height:260px}
.inner-page-banner .banner-content p br {display: none;}
}
@media only screen and (max-width:575){
.inner-page-banner{min-height:220px}
}