.location-list .location-name {
    padding: 20px 20px 20px 40px;
    position: relative;
    height: 100%;
    box-shadow: 1px 1px 20px 0 #ebebeb;
    border-radius: 10px;
}
.location-list .location-name img {
    position: absolute;
    left: 10px;
}
.location-list .location-name .acc_main_title {
    font-size: 20px;
    color: #232323;
}