.ev-albums-list-1 {
    display: flex;
    width: 100%;
}

.index-card {
    width: 100%;
    display: flex;
    justify-content: center;
}

.index-card-title {
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.3;
    width: 1200px;
    padding: 10px;
    background-color: #36b0f3;
    color: white;
}

.product-list {
    width: 1200px;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-title {
    width: 100%;
    background-color: transparent;
    background-image: url(/static/image/top_back.jpg);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
}