.addressWrap{
    width: 35vw;
    height: 40vh;
    margin: 25px auto;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.addressWrap ul{
    list-style: none;
}

.addressP{
    text-align: center;
    padding: 13px;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.addressP:hover{
    background-color: #ccc;
}

.service-wrap{
    justify-content: center;
}

.service__head {
    padding: 25px 0;
}

.service-wrap .card{
    margin: 15px;
    padding-bottom: 107px;
}

.content h3 {
    font-size: 16px;
    text-align: center;
}

.service__foot {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 12px);
    margin-bottom: 25px;
}

.planBtn{
    margin: auto;
    display: block;
}