.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffff;
}

img {
    height: 100%;
    width: 300px;
}

.container {
    display: flex;
    justify-content: center;
}

a {
    display: flex;
    align-self: center;
    justify-content: center;
}

section {
    width: 100%;
    height: 300px;

    display: flex;
    align-items: center;
    justify-content: space-around;
}