* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    background: #e5e5e5;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
}

a:link {
    color: #ff4043;
    text-decoration: none;
}

a:visited {
    color: #ff4043;
    text-decoration: none;
}
  
  /* Style the links inside the navigation bar */

  .topnav {
      margin: 0 0 20px 0;
  }
  .topnav a {
    color: #000;
    text-align: center;
    text-decoration: none;
  }
  
  /* Change the color of links on hover */
  .links a:hover {
    background-color: #ff4043;
    color: #fff;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #ff4043;
    color: white;
  }


  /* mob responsive nav style ends*/

#footer span a:link {
    font-family:Arial, Helvetica, sans-serif;
}

p {
    font-family: Arial, Helvetica, sans-serif;
}

.logo a:link,
.logo a:visited,
.logo a:hover {
    color: #000;
    text-decoration: none;
}

.about {
    background: #e5e5e5;
    color: #505050;
}

.about img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 736px) {

    /* MOBILE RESPOSSIVE NAV */

    .links{
        display: none;
    }

    .responsive {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }

    .responsive a:link {
        margin-top: 10px;
    }

    .responsive a:hover {
        background: #ff4043;
        color: #fff;
    }

    /* MOBILE RESPONSIVE NAV ENDS */

    h1 {
        font-size: 3em;
        color: #505050;
    }
    
    h2 {
        font-size: 2.5em;
        margin: 10px auto 20px auto;
        color: #505050;
    }
    
    h3 {
        font-size: 2em;
        color: #505050;
    }
    
    h4 {
        font-size: 1.6em;
        color: #505050;
    }
    
    p {
        font-size: 1.5em;
        line-height: 1.6;
        margin: 10px 0;
    }
    
    #header {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        font-size: 16px;
    }
    
    section {
        display: flex;
        flex-direction: column;
        background: #e5e5e5;
        width: 96%;
        margin: 2%;
        font-size: 16px;
    }
    
    .header-top {
        padding: 2%;
        font-size: 3em;
        font-weight: bolder;
        background: #e5e5e5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .social-media {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    
    .social-media span {
        margin: 0 15px;
    }

    .social-media img {
        width: 50px;
        height: auto;
    }
    
    .nav {
        display: flex;
        flex-direction: column;
        font-size: 1.5em;
        align-items: center;
    }
    
    .container-60 {
        width: 98%;
        margin: 2% auto 0 auto;
        padding: 1%;
        font-size: 16px;
        text-align: center;
        color: #505050;
    }
    
    .main-products {
        display: flex;
        justify-content: space-around;
        margin: 10px 0;
    }
    
    .product-header {
        display: flex;
        flex-direction: column;
        flex: 0 1 40%;
        background: #333;
    }
    
    .product-header img {
        width: 100%;
    }
    
    .main-product-title {
        font-size: 1.5em;
        background: #333;
        color: #fff;
    }
    
    .container-60 p {
        font-size: 1.4em;
        line-height: 1.6;
        margin-top: 10px;
    }
    
    .purpose {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        margin-top: 25px;
    }
    
    .purpose-img,
    .purpose-descp {
        flex: 0 1 100%;
    }
    
    .purpose-img img {
        width: 100%;
        height: auto;
    }
    
    .purpose-descp {
        display: flex;
        flex-direction: column;
        background: #ff4043;
        color: #fff1f2;
        padding: 1%;
        margin-top: -5px;
    }
    
    article:nth-of-type(even) .purpose .purpose-descp {
        background: #fff;
        color: #505050;
    }

    article:nth-of-type(odd) .purpose .purpose-descp h3 {
        color: #fff1f2;
    }
    
    .hero {
        display: flex;
    }
    
    .hero img {
        width: 100%;
        height: auto;
    }
    
    .attitude {
        display: flex;
        flex-direction: column;
        margin-top: -20px;
    }
    
    .attitude-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .attitude-row .col-3 {
        flex: 0 1 90%;
        font-size: 16px;
    }
    
    .col-3 img {
        width: 100%;
        height: auto;
    }
    
    .col-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    
    .col-3 span {
        background: #ff4043;
        color: #fff1f2;
        padding: 10px;
        margin-top: -20px;
        font-size: 1.5em;
        border: 1px solid #ff4043;
    }
    
    #footer {
        display: flex;
        flex-direction: column;
        background: #151515;
        color: #fff;
        width: 100%;
        min-height: 50vh;
        justify-content: space-between;
    }
    
    .footer-row1 {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        padding: 5%;
        align-items: center;
    }
    
    .footer-row2 {
        border-top: 1px solid #898989;
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .logo1 {
        font-size: 2.5em;
    }
    
    .nav1,
    .nav2 {
        display: flex;
        flex-direction: column;
        flex: 0 1 20%;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }
    
    .nav1 a:link,
    .nav2 a:link,
    .contact a:link {
        color: #898989;
        font-size: 1.2em;
        text-decoration: none;
    }
    
    .nav1 a:visited,
    .nav2 a:visited,
    .contact a:visited {
        color: #898989;
        font-size: 1.2em;
        text-decoration: none;
    }
    
    .nav1 a:hover,
    .nav2 a:hover,
    .contact a:hover {
        color: #898989;
        font-size: 1.2em;
        text-decoration: underline;
    }
    
    .nav1 span ~  span,
    .nav2 span ~ span {
        margin-top: 15px;
    }
    
    .contact {
        display: flex;
        flex-direction: column;
        flex: 0 1 20%;
        justify-content: space-between;
        margin-top: 25px;
    }

    .contact span {
        margin-top: 10px;
    }
    
    /* CONTACT PAGE */
    
    .contact-2col {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }
    
    .icon {
        width: 25px;
    }
    
    .icon img {
        width: 25px;
        height: auto;
    }
    
    .contact-link {
        font-size: 1.5em;
        margin-left: 20px;
    }
    
    .contact-2col ~ .contact-2col {
        margin-top: 20px;
    }
    
    .store {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    
    .alphabetical-order {
        width: 50px;
        height: auto;
        background: #ff4043;
        color: #fff;
        padding: 1%;
    }
    
    .cities {
        padding: 1%;
        width: 98%;
    }
    
    .store-name {
        margin-top: 20px;
        border: 2px solid #505050;
        padding: 1%;
        min-width: 98%;
    }
    
    /* ABOUT CSS */
    
    .row-3-col {
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }
    
    .col-30
    {
        flex: 0 1 99%;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .purpose-img img {
        width: 100%;
        height: auto;
    }
    
    .col-30 {
        background: #ff4043;
        color: #fff1f2;
        padding: 1%;
        min-height: 60vh;
    }
    
    .bg1 {
        background-image: url("img/dark-abstract.jpg");
        background-size: cover;
    }
    
    .bg2 {
        background-image: url("img/dark-abstract.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .staff {
        display: flex;
        width: 75%;
        margin: 0 auto;
        justify-content: space-between;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .staff-list {
        width: 28%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .staff-pic img {
        width: 100%;
        height: auto;
    }
    
    .staff-name,
    .staff-bio {
        margin-top: 20px;
    }
    
    /* LUCKNOW */
    
    .bg-lucknow {
        min-height: 70vh;
        background-image: url("img/bg-lucknow.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
    
    .bg-lucknow h1 {
        color: #ff4043;
    }
    
    .bg-lucknow p {
        color: #fff;
    }
    
    .map-container {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%; 
    }
    
    .map {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    
    /* Location */
    
    .container-loc60 {
        width: 95%;
        margin: 0 auto;
    }
    
    .pickup-store {
        display: flex;
        justify-content: space-between;
    }
    
    .call,
    .address,
    .business-hours {
        flex: 0 1 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    
    }
    
    .highlight {
        background: #ff4043;
        padding: 5px;
        color: #fff;
        margin: 10px 0;
        font-size: .8em;
    }
}

@media screen and (min-width: 736px) and (max-width: 1100px) {

    h1 {
        font-size: 3.5em;
        color: #505050;
    }
    
    h2 {
        font-size: 2.8em;
        margin: 10px auto 20px auto;
        color: #505050;
    }
    
    h3 {
        font-size: 2.5em;
        color:#505050;
    }
    
    h4 {
        font-size: 1.8em;
        color:#505050;
    }
    
    p {
        font-size: 1.2em;
        line-height: 1.6;
        margin: 10px 0;
    }
    
    #header {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        font-size: 16px;
    }
    
    section {
        display: flex;
        flex-direction: column;
        background: #e5e5e5;
        width: 96%;
        margin: 2%;
        font-size: 16px;
    }
    
    .header-top {
        padding: 2%;
        font-size: 3em;
        font-weight: bolder;
        background: #e5e5e5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .social-media {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    
    .social-media span {
        margin: 0 9px;
    }

    .social-media img {
        width: 25px;
        height: auto;
    }
    
    .nav {
        display: flex;
        font-size: 1.5em;
    }
    
    .nav > .hamburger {
        display: none;
      }
    
    .links {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    
    .links a:link {
        padding: 10px;
    }
    
    .container-60 {
        width: 96%;
        margin: 2% auto 0 auto;
        padding: 1%;
        font-size: 16px;
        text-align: center;
        color: #505050;
    }
    
    .main-products {
        display: flex;
        justify-content: space-around;
        margin: 10px 0;
    }
    
    .product-header {
        display: flex;
        flex-direction: column;
        flex: 0 1 40%;
        background: #333;
    }
    
    .product-header img {
        width: 100%;
    }
    
    .main-product-title {
        font-size: 1.5em;
        background: #333;
        color: #fff;
    }
    
    .container-60 p {
        font-size: 1.5em;
        line-height: 1.8;
        margin-top: 10px;
    }
    
    .purpose {
        display: flex;
        font-size: 16px;
    }
    
    .purpose-img,
    .purpose-descp {
        flex: 0 1 50%;
    }
    
    .purpose-img img {
        width: 100%;
        height: auto;
    }
    
    .purpose-descp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #ff4043;
        color: #fff1f2;
        padding: 1%;
    }
    
    article:nth-of-type(even) .purpose .purpose-img {
        order: 1;
    }
    
    article:nth-of-type(even) .purpose .purpose-descp {
        background: #fff;
        color: #505050;
    }

    article:nth-of-type(odd) .purpose .purpose-descp h3 {
        color: #fff1f2;
    }
    
    .hero {
        display: flex;
    }
    
    .hero img {
        width: 100%;
        height: auto;
    }
    
    .attitude {
        display: flex;
        flex-direction: column;
        margin-top: -20px;
    }
    
    .attitude-row {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    
    .attitude-row .col-3 {
        flex: 0 1 45%;
        font-size: 16px;
    }
    
    .col-3 img {
        width: 100%;
        height: auto;
    }
    
    .col-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    
    .col-3 span {
        background: #ff4043;
        color: #fff1f2;
        padding: 10px;
        margin-top: -20px;
        font-size: 1.2em;
        border: 1px solid #ff4043;
    }
    
    #footer {
        display: flex;
        flex-direction: column;
        background: #151515;
        color: #fff;
        width: 100%;
        min-height: 50vh;
        justify-content: space-between;
    }
    
    .footer-row1 {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        padding: 5%;
        align-items: center;
    }
    
    .footer-row2 {
        border-top: 1px solid #898989;
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .logo1 {
        font-size: 3em;
    }
    
    .nav1,
    .nav2 {
        display: flex;
        flex-direction: column;
        flex: 0 1 20%;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }
    
    .nav1 a:link,
    .nav2 a:link,
    .contact a:link {
        color: #898989;
        font-size: 1.2em;
        text-decoration: none;
    }
    
    .nav1 a:visited,
    .nav2 a:visited,
    .contact a:visited {
        color: #898989;
        font-size: 1.2em;
        text-decoration: none;
    }
    
    .nav1 a:hover,
    .nav2 a:hover,
    .contact a:hover {
        color: #898989;
        font-size: 1.2em;
        text-decoration: underline;
    }
    
    .nav1 span ~  span,
    .nav2 span ~ span {
        margin-top: 15px;
    }
    
    .contact {
        display: flex;
        flex-direction: column;
        flex: 0 1 20%;
        justify-content: space-between;
        margin-top: 25px;
    }

    .contact span {
        margin-top: 10px;
    }
    
    /* CONTACT PAGE */
    
    .contact-2col {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }
    
    .icon {
        width: 25px;
    }
    
    .icon img {
        width: 25px;
        height: auto;
    }
    
    .contact-link {
        font-size: 1.5em;
        margin-left: 20px;
    }
    
    .contact-2col ~ .contact-2col {
        margin-top: 20px;
    }
    
    .store {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    
    .alphabetical-order {
        width: 50px;
        height: auto;
        background: #ff4043;
        color: #fff;
        padding: 1%;
    }
    
    .cities {
        padding: 1%;
        width: 98%;
    }
    
    .store-name {
        margin-top: 20px;
        border: 2px solid #505050;
        padding: 1%;
        min-width: 98%;
    }
    
    /* ABOUT CSS */
    
    .row-3-col {
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }
    
    .col-30
    {
        flex: 0 1 99%;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .purpose-img img {
        width: 100%;
        height: auto;
    }
    
    .col-30 {
        background: #ff4043;
        color: #fff1f2;
        padding: 1%;
        min-height: 60vh;
    }
    
    .bg1 {
        background-image: url("img/dark-abstract.jpg");
        background-size: cover;
    }
    
    .bg2 {
        background-image: url("img/dark-abstract.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .staff {
        display: flex;
        width: 75%;
        margin: 0 auto;
        justify-content: space-between;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .staff-list {
        width: 28%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .staff-pic img {
        width: 100%;
        height: auto;
    }
    
    .staff-name,
    .staff-bio {
        margin-top: 20px;
    }
    
    /* LUCKNOW */
    
    .bg-lucknow {
        min-height: 70vh;
        background-image: url(img/bg-lucknow.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }
    
    .bg-lucknow h1 {
        color: #ff4043;
    }
    
    .bg-lucknow p {
        color: #fff;
    }
    
    .map-container {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%; 
    }
    
    .map {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    
    /* Location */
    
    .container-loc60 {
        width: 75%;
        margin: 0 auto;
    }
    
    .pickup-store {
        display: flex;
        justify-content: space-between;
    }
    
    .call,
    .address,
    .business-hours {
        flex: 0 1 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    
    }
    
    .highlight {
        background: #ff4043;
        padding: 10px;
        color: #fff;
        margin: 10px 0;
    }
}

@media screen and (min-width: 1100px) {

h1 {
    font-size: 3.5em;
    color: #505050;
}

h2 {
    font-size: 2.8em;
    margin: 10px auto 20px auto;
    color: #505050;
}

h3 {
    font-size: 2.2em;
    color: #505050;
}

h4 {
    font-size: 1.8em;
    color: #505050;
}

p {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 10px 0;
}

.about {
    background: #e5e5e5;
    color: #505050;
}

.about img {
    width: 100%;
    height: auto;
}

#header {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    font-size: 16px;
}

section {
    display: flex;
    flex-direction: column;
    background: #e5e5e5;
    width: 96%;
    margin: 2%;
    font-size: 16px;
}

.header-top {
    padding: 2%;
    font-size: 2.5em;
    font-weight: bolder;
    background: #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.social-media {
    display: flex;
    align-items: center;
}

.social-media span {
    margin: 0 5px;
}

.social-media img {
    width: 25px;
    height: auto;
}

.nav {
    display: flex;
    font-size: 1.5em;
}

.nav > .hamburger {
    display: none;
  }

.links {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.links a:link {
    padding: 10px;
}

.container-60 {
    width: 60%;
    margin: 2% auto 0 auto;
    padding: 1%;
    font-size: 16px;
    text-align: center;
    color: #505050;
}

.main-products {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.product-header {
    display: flex;
    flex-direction: column;
    flex: 0 1 40%;
    background: #333;
}

.product-header img {
    width: 100%;
}

.main-product-title {
    font-size: 1.5em;
    background: #333;
    color: #fff;
}

.container-60 p {
    font-size: 1.5em;
    line-height: 1.8;
    margin-top: 10px;
}

.purpose {
    display: flex;
    font-size: 16px;
}

.purpose-img,
.purpose-descp {
    flex: 0 1 50%;
}

.purpose-img img {
    width: 100%;
    height: auto;
}

.purpose-descp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ff4043;
    color: #fff1f2;
    padding: 1%;
}

article:nth-of-type(even) .purpose .purpose-img {
    order: 1;
}

article:nth-of-type(even) .purpose .purpose-descp {
    background: #fff;
    color: #505050;
}

article:nth-of-type(odd) .purpose .purpose-descp h3 {
    color: #fff1f2;
}

.hero {
    display: flex;
}

.hero img {
    width: 100%;
    height: auto;
}

.attitude {
    display: flex;
    flex-direction: column;
}

.attitude-row {
    display: flex;
    justify-content: space-around;
}

.attitude-row .col-3 {
    flex: 0 1 22%;
    font-size: 16px;
}

.col-3 img {
    width: 100%;
    height: auto;
}

.col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-3 span {
    background: #ff4043;
    color: #fff1f2;
    padding: 10px;
    margin-top: -20px;
    font-size: 1.2em;
    border: 1px solid #ff4043;
}

.attitude-row ~ .attitude-row {
    margin-top: 20px;
}

#footer {
    display: flex;
    flex-direction: column;
    background: #151515;
    color: #fff;
    width: 100%;
    min-height: 50vh;
    justify-content: space-between;
}

.footer-row1 {
    display: flex;
    font-size: 16px;
    justify-content: space-around;
    padding: 5%;
}

.footer-row2 {
    border-top: 1px solid #898989;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}

.logo1 {
    flex: 0 1 20%;
    font-size: 2.5em;
}

.nav1,
.nav2 {
    display: flex;
    flex-direction: column;
    flex: 0 1 20%;
    align-items: center;
    justify-content: flex-start;
}

.nav1 a:link,
.nav2 a:link,
.contact a:link {
    color: #898989;
    font-size: 1em;
    text-decoration: none;
}

.nav1 a:visited,
.nav2 a:visited,
.contact a:visited {
    color: #898989;
    font-size: 1em;
    text-decoration: none;
}

.nav1 a:hover,
.nav2 a:hover,
.contact a:hover {
    color: #898989;
    font-size: 1em;
    text-decoration: underline;
}

.nav1 span ~  span,
.nav2 span ~ span {
    margin-top: 10px;
}

.contact {
    display: flex;
    flex-direction: column;
    flex: 0 1 20%;
    justify-content: space-between;
}

/* CONTACT PAGE */

.contact-2col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 25px;
}

.icon img {
    width: 25px;
    height: auto;
}

.contact-link {
    font-size: 1.5em;
    margin-left: 20px;
}

.contact-2col ~ .contact-2col {
    margin-top: 20px;
}

.store {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.alphabetical-order {
    width: 50px;
    height: auto;
    background: #ff4043;
    color: #fff;
    padding: 1%;
}

.cities {
    padding: 1%;
    width: 98%;
}

.store-name {
    margin-top: 20px;
    border: 2px solid #505050;
    padding: 1%;
    min-width: 98%;
}

/* ABOUT CSS */

.row-3-col {
    display: flex;
    font-size: 16px;
    justify-content: space-between;
}

.col-30
{
    flex: 0 1 32.9%;
    margin-top: .3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.purpose-img img {
    width: 100%;
    height: auto;
}

.col-30 {
    background: #ff4043;
    color: #fff1f2;
    padding: 1%;
    min-height: 60vh;
}

.bg1 {
    background-image: url("img/dark-abstract.jpg");
    background-size: cover;
}

.bg2 {
    background-image: url("img/dark-abstract.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.staff {
    display: flex;
    width: 75%;
    margin: 0 auto;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
}

.staff-list {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.staff-pic img {
    width: 100%;
    height: auto;
}

.staff-name,
.staff-bio {
    margin-top: 20px;
}

/* LUCKNOW */

.bg-lucknow {
    min-height: 70vh;
    background-image: url(img/bg-lucknow.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.bg-lucknow h1 {
    color: #ff4043;
}

.bg-lucknow p {
    color: #fff;
}

.map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; 
}

.map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Location */

.container-loc60 {
    width: 60%;
    margin: 0 auto;
}

.pickup-store {
    display: flex;
    justify-content: space-between;
}

.call,
.address,
.business-hours {
    flex: 0 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.highlight {
    background: #ff4043;
    padding: 10px;
    color: #fff;
    margin: 10px 0;
}

}