.location-cards {
    padding: 45px 0 50px;
}

.location-card {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(88, 95, 101, 0.11);
    position: relative;
    padding: 22px 22px 35px;
}

.location-card--no-content {
    padding-bottom: 22px;
}

.location-card h5 {
    font-size: 22px;
    line-height: 1.36em;
    color: #004B86;
    padding: 0 0 10px;
}

.location-card p {
    font-size: 16px;
    display: flex;
    align-items: start;
    letter-spacing: 0.1em;
    line-height: 1.375em;
    padding: 0 0 13px 0;
}

.location-card p a {
    background: none;
    font-weight: 400;
    color: #585F65;
    letter-spacing: 0px;
}

.location-card p i {
    margin: 4px 6px 0 0;
    color: #F17503;
    font-size: 14px;
}

.location-card .btn {
    font-size: 11px;
    padding: 17px 37px 17px 34px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    clip-path: polygon(20px 0, 100% 0%, 100% 100%, 0% 100%);
}

.location-card .btn::after {
    content: '\e903';
    right: 17px;
}

@media(min-width: 768px) {
    .location-card {
        padding: 35px 35px 58px;
    }

    .location-card--no-content {
        padding-bottom: 35px;
    }

    .location-cards {
        padding: 45px 0 100px;
    }

    .location-card .btn {
        letter-spacing: 0.1em;
        clip-path: polygon(23px 0, 100% 0%, 100% 100%, 0% 100%);
        font-size: 16px;
        padding: 15px 37px 15px 34px;
    }

    .location-card p a:hover {
        color: #F17503;
    }
}

.location-cards-item{
    height: inherit;
    margin-bottom: 20px;
}
.location-card{
    height: 100%;
}

#coreshortcode + #coreshortcode{
    padding-top: 0;
}
#coreshortcode:has(+ #coreshortcode) {
    padding-bottom: 0;
}
.location-cards {
    padding-bottom: 0;
}
.location-cards .container {
    padding-left: 0;
    padding-right: 0;
}
