
.header{
    width: 100%;
    height: 525px;
align-items: center;
justify-content: center;

}
.menu{
    margin-top: 225px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    align-items: center;
    justify-content: center;

}

.courses{
    padding-top: 12px;
    background: none;

}


.cards{
    min-height: 212px;
}

.logos{
    
}
.logo{
    width: 100%;
}
footer{
    min-height: 350px;
    flex-direction: column;
    padding-bottom: 24px;
}