
.about-main {
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding: 15px;
    display: grid;
    grid-row: 2;
}

.about-type {
    padding-top: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.our-services {
    text-align: center;
    margin-top: 20px;
}

.academic-success {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-type h1 {
    color:rgb(0, 0, 0);
    text-shadow: 2px 2px 5px rgb(35, 29, 21);
}

.footer-main-sitemap h3 {
    font-size: 1.5rem;
}


/*Mobile Version*/

@media only screen and (max-width: 600px) {
    .about-type {
        padding-top: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    } 
}
