img {
    border-radius: 25px;
    object-fit: cover;
    background-repeat: no-repeat;
}


.section-specific-course {
    place-content: center;
    min-height: 55vh;
    background-image: url('../../../../public/assets/images/BANNER_GEO.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767.98px){
    .course-responsive{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    h1{
        font-size: 2rem !important;
    }
}

.course p, .inicio p, .section-course p {
    font-size: 1.1rem !important;
    text-align: justify;
    line-height: 1.3;
}