.masthead--innerpage+.location--skew {
    padding-top: 150px;
    margin-top: -110px;
}

.location--skew{
    padding-bottom:150px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 62px), 50% 100%, 0 calc(100% - 62px));
    
}

 .location--skew + section:not(.half-and-half) {
        margin-top: -190px;
        padding-top: 250px;
    }

     .location--skew + section.half-and-half{
        margin-top: -190px;
     }

    .location--skew {
        position: relative;
        z-index: 1;
    }



.location-details__top-content {
    margin-bottom: 32px;
}

.location-details__top-content a {
    min-width: 250px;
}

@media(min-width:1025px){

    

   

    .location--skew + section.half-and-half > .half-and-half-text {
        padding-top: 100px;
        margin-top:100px
    }

    .location-details__top-content {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .location-details__top-content a {
        margin-left: 64px;
    }

    .location-details__top-content h3{
        font-size: 36px;
    }

    .location-details__top-content h4{
        font-size: 24px;
        padding: 0;
    }
}

.card-location-column__list {
    background-color: var(--color-white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
}

.card-location-column__item {
    display: flex;
    justify-content: center;
    max-width: 328px;
}

.row.card-location-column__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-location-column__img-wrap {
    height: 100px;
    position: relative;
}

    .card-location-column__img-wrap img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .card-location-column__content {
        padding: 20px 30px;
    }
        
        .card-location-column__content h3 {
            text-transform: uppercase;
            font-weight: 800;
            font-size: 20px;
            padding-bottom: 10px;
        }
        
        .card-location-column__content h4 {
            font-size: 16px;
            padding-bottom: 4px;
        }
        
        .card-location-column__content .btn {
            padding: 10px 10px 7px;
            display: inline-block;
            margin-bottom:12px;
        }
        .card-location-column__content .btn:after {
            display: none;
        }

    
.card-location-column__bottom-content {
    display: flex;
}

    .card-location-column__bottom-content p {
        border-radius: 5px;
        background: #f4f4f4;
        display: inline-block;
        margin: 32px auto;
        text-align: center;
        padding: 10px 32px;
    }
