.kiosk-locations {
    padding-bottom: 60px;
}
.kiosk-locations h2 {
    color: #D1BF89;
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 85px;
}
.kiosk-locations h3 {
    color: #D1BF89;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.kiosk-locations .addr {
    font-size: 18px;
    line-height: 26px;
}
.kiosk-locations .addr-item {
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.kiosk-locations .btn-wrap {
    padding-top: 20px;
}
.kiosk-locations .btn-wrap a {
    color: #D1BF89;
}

@media (min-width: 768px) {
    .kiosk-locations .addr-item {
        padding: 0 30px;
        margin-bottom: 0;
        border-bottom: 0;
    }
    .kiosk-locations .col-md-4:nth-child(3n+1) {
        border-right: 2px solid rgba(255, 255, 255, 0.2);
    }
    .kiosk-locations .col-md-4:nth-child(3n+3) {
        border-left: 2px solid rgba(255, 255, 255, 0.2);
    }
}