.coverage{
    background: var(--light-gray);
}
.coverage-text{
    height: 25vh;
}
.location{
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 20vh;
    text-decoration: none;
}
.location:hover{
    color: black;
    text-decoration: none;
}
.location img{
    height: 20vw;
    width: 20vw;
    margin-bottom: 4vw;
}
.location p{
    margin: 0;
}

@media screen and (min-aspect-ratio: 1/1) {
    .coverage{
        min-height: 50vh;
    }
    .coverage-text{
        height: 20vh;
    }
    .location{
        height: auto;
    }
    .location img{
        height: 8vw;
        width: 8vw;
        margin-bottom: 1vw;
    }
    .pin-cont{
        align-self: stretch;
    }

}