@media screen and (max-width: 767px) {
    .home-section-list {
        margin: 9px auto !important;
        flex-wrap: wrap;
        padding: 0 8px;
    }

    .home-section-item {
        width: 100% !important;
        height: auto !important;
    }
}

.home-section-list {
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.home-section-item {
    width: 450px;
    height: 250px;
    font-size: 24px;
    line-height: 1.2;
}

.home-section-link {
    position: relative;
    color: #FFF;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-section-link:hover {
    color: #FFF;
}

.home-section-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 200;
    text-shadow: #000 3px 4px 2px;
}