h1 {
    text-align: center;
}
#primary .container {
    max-width: 1400px;
}
.entry-content {
    max-width: 900px;
    margin: 0 auto;
}
main .playbook-mark.mark-2 {
    transform: rotate(120deg);
    margin-left: -80px;
}
.locations-wrapper {
    position: relative;
}
.locations-wrapper .playbook-mark {
    position: absolute;
    bottom: 100px;
    right: 30px;
    transform: scale(1.5) rotate(165deg);
}
.location-block {
    position: relative;
    padding-bottom: 75px;
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
}
.location-image {
    position: relative;
}
.location-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.location-block h2,
.location-block p {
    color: #000;
}
.location-block p a:not(.button) {
    color: var(--red);
}
.location-block p a:not(.button):hover,
.location-block p a:not(.button):focus {
    color: #000;
}
.location-block a.button:focus-visible {
    outline-color: #000;
}
.location-details {
    padding: 25px 25px 0;
}
.location-details p {
    font-size: 1rem;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.location-details p i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--red);
}
.location-button {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 50px);
    text-align: center;
}
@media screen and (max-width: 1700px){
    .locations-wrapper .playbook-mark {
        transform: rotate(180deg);
    }
    main .playbook-mark.mark-2 {
        margin-left: -30px;
    }
}
@media screen and (max-width: 1400px){
    .location-block.flex-30 {
        flex-basis: 32%;
    }
    .location-block h2 {
        font-size: 2.125rem;
    }
}
@media screen and (max-width: 1160px){
    .location-block h2 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1023px){
    .location-block.flex-30 {
        flex-basis: 48%;
    }
    .locations-wrapper .playbook-mark.mark-4 {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 700px){
    .location-block h2 {
        font-size: 1.65rem;
    }
    main .playbook-mark.mark-2 {
        transform: rotate(220deg);
    }
}
@media screen and (max-width: 640px){
    .locations-wrapper .flexed {
        display: block;
    }
}