.bottom-banner {
    width: 100%;
    height: 256px;
    margin-top: 64px;

    background-image: url("../images/index-bottom-banner.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -64px;
}