@media (min-width: 62.5rem) {
	 .programFeatures__wrapper {
		 padding: 2rem 2rem 6rem 2rem;
	}
}

.cred {
    padding: 2rem 1rem;
}

@media (min-width: 56.25rem) {
    .cred {
        padding: 6rem 2rem;
    }
}

.cred__item {
    display: block;
    padding: 1rem 0;
}

@media (min-width: 56.25rem) {
    .cred__item {
        display: flex;
        padding: 0 2rem;
    }
}
.cred__image {
    max-width: 50%;
    margin-bottom: 1rem;
}

@media (min-width: 56.25rem) {
    .cred__image {
        width: auto;
        flex-basis: 20%;
    }
}

.cred__content {
    padding: 0;   
}

@media (min-width: 56.25rem) {
    .cred__content {
        flex-basis: 80%; 
        padding-left: 1rem;
    }
}

@media (min-width: 62.5rem) {
    .seo__academic {
        padding-top: 6rem !important;
    }

table {
    border: 1px solid grey !important;
    font-size: .85rem !important;
}

table tr {
    border-top: 1px solid grey !important;
}

table tr th {
    border: 1px solid grey !important;
    text-align: center !important;
}

table tr td {
    border: 1px solid grey !important;
}