.students {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 340px;
    background-color: #ebf2ff;
    flex-direction: column;
}
body .students h4 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
}