.section {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

h1
 {
    font-size: 68px;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}