body,
html {
    height: auto;
}

section.last-section {
    padding-bottom: 130px;
    border-bottom: none;

}

header {
    height: auto;
    box-shadow: 0 0 11px rgba(0, 0, 0, .5);
    position: relative;
    border-bottom: 2px solid #fff;
    z-index: 9;
}

.bg-grey {
    background: #fff;
    padding: 60px 0;
    height: auto;
    border-bottom: 5px solid #f1f1f1;

}

.bottom {
    margin-bottom: 20px;
}

.grid-50 {
    width: 48%
}

h1 {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

h2 {
    color: #000;
    font-weight: bold;

}

.bottom-padding {
    padding-bottom: 40px;
}

.content {
    display: flex;
    justify-content: space-between;
}

.content>div p {
    line-height: 35px;
    margin-bottom: 25px;
    font-size: 1.25rem !important
}

.content a {
    display: block;
    width: 300px;
    padding: 20px;
    text-align: center;

}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.image {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

footer a {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .bottom-padding {
        padding-bottom: 10px;
    }

    .bg-grey {
        height: auto;

        padding: 30px 15px;
    }

    .grid-50 {
        width: 100%;

    }

    .content .grid-50:first-child {
        margin-bottom: 30px;
    }

    .content {
        flex-direction: column;
    }

    .content a {
        width: 100%;
        padding: 10px 15px
    }

    .image {
        height: auto;
    }

    section.last-section {
        padding-bottom: 90px;
    }
}

@media (max-width: 480px) {}