h2 {
    margin: 0 0 20px 0;
}
section#productListSection {
    margin-top: 260px;
}
.rank-number{
    width: 60px;
    height: 40px;
    background-color: #e6635b;
    border-radius: 50px;
	position: absolute;
    top: 10px;
    left: 220px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}
.productList__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1.2px;
    text-align: left;
    color: #603d21;
}



@media screen and (max-width: 768px){
	section#productListSection {
    margin-top: 0px;
    }
    .rank-number{
        width: calc(60*(160vw/750));
        height: calc(60*(100vw/750));
        top: calc(10*(100vw/750));
        left: calc(260*(100vw/750));
        font-size: calc(36*(100vw/750));
        line-height: calc(55*(100vw/750));
    }
	
}