.card-icon-pre-degree {
    margin-bottom: 3rem;
    position: relative;
    display: flex
}

.card-w-100 {
    width: 100%;
}

.card-icon-pre-degree-text {
    min-height: 65px;
    font-size: 14px;
}

.card-icon-pre-degree-img {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 359.98px) {
    .card-icon-pre-degree-text {
        min-height: 100px !important;
    }
}

@media (max-width: 575.98px) and (min-width: 350px){
    .card-icon-pre-degree-text {
        min-height: 60px !important;
    }
}

@media (max-width: 767.98px) and (min-width: 576px) { 
    .card-icon-pre-degree-text {
        min-height: 60px !important;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    .card-icon-pre-degree-text {
        min-height: 44px !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) { 
    .card-icon-pre-degree-text {
        min-height: 100px !important;
    }
}