﻿.pageTitle{
    margin: 50px 0 40px;
    text-align: center;
}
.pageTitle>div:first-child{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: Raleway-SemiBold;
}
.pageTitle>div:last-child{
    font-size: 14px;
    line-height: 20px;
    color: #5A6770;
}
.wheretobuy_list{
    flex-wrap: wrap;
}
.wheretobuy_item{
    width: 50%;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}
.wheretobuy_link{
    height: calc(50vw - 35px);
    border: 1px solid #EDEDED;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #FFFFFF;
    position: relative;
}
.wheretobuy_list img{
    max-height: calc(100% - 24px);
    max-width: calc(100% - 24px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}