.elementor-9 .elementor-element.elementor-element-1fba04d5{--display:flex;}.elementor-9 .elementor-element.elementor-element-1baecc8{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-1baecc8{--margin-top:50px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-2a65a4e */.cont-mesj a{
text-decoration: none !important;
background-color: #FF5D52;
color:#fff;
padding: 10px 25px;
border-radius: 8px;
   
}
.contenedor-curso img{
    margin-bottom: 10px;
    border-radius: 8px;
    height: 300px;
}
.contenedor-curso h3{
    font-size: 28px;
    text-align: center;
}
.contenedor-curso,.cont-mesj {
    display: grid
;
text-align: ceter;
    justify-items: center;
}
.cont-mesj p{
    text-align: center;
}
.contenedor-cursos {
    display: grid
;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
@media(max-width:1024px){
    
.contenedor-cursos {
    grid-template-columns: 50% 50%;
    gap:15px;

}
}
@media(max-width:768px){
    
.contenedor-cursos {
    grid-template-columns: 100%;
    gap:15px;

}
}/* End custom CSS */