﻿
.card-img-course{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}


.card-top-hover:hover {
    transition: .2s ease;
    opacity: 0.7;
}

.card-img-education {
    width: auto;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.card-education{
    max-width:800px;
    object-fit:cover;
}

.education i{
    color: var(--aux-col-1)
}

h6.education{
    color: dodgerblue
}

.education-description{
    font-size: 12px;
}