.find-a-pharmacy {
    margin: 2rem auto 6rem;
}

.find-a-pharmacy .find-a-pharmacy-content {
    margin: 0 auto;
    min-height: 30rem;
    width: 90%;   
}

.find-a-pharmacy
.find-a-pharmacy-content
article {
    height: 100%;
    width: 100%;
}

.find-a-pharmacy
.find-a-pharmacy-content
article iframe {
    height: 100%;
    margin-left: -1rem;
    width: calc(100% + 1rem);
}

.find-a-pharmacy p#bread-crumb {
    font-size: 14px;
    margin-top: 0;
}

.side-nav h4{
    margin-top: 0;
}

@media screen and (max-width: 600px) {
    .find-a-pharmacy
    .find-a-pharmacy-content {
        flex-direction: column;
    }
    
    .find-a-pharmacy
    .find-a-pharmacy-content
    article {
        height: 40rem;
    }
    
    .find-a-pharmacy .side-nav {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .find-a-pharmacy
    .find-a-pharmacy-content
    article {
        height: 50rem;
    }   
}