#course_type{
    color: var(--primary_4);
    padding-bottom: 1.5rem;
    padding-left: 0.5rem;
}

#social_container{
    position: absolute;
    bottom: 0;
}

#title{
    margin-bottom: 0rem;
}

.style_bottom_end {
    display: flex; 
    justify-content: end;
}

.style_bottom_start {
    display: flex; 
    justify-content: start;
}

@media (max-width:1024px) {
    #social_container{
        position: relative;
        bottom: 0;
        margin: 1rem;
    }
}

@media (max-width: 767px) {
    .style_bottom_end {
        justify-content: center;
    }

    .style_bottom_start {
        justify-content: center;
    }
}