.bravoauto-store-details-page .container-nav {
    font-size: 18px;
    padding: 5px 50px;
    background-color: #F5F5F5;
}

.bravoauto-store-details-page .container-nav a {
  text-decoration: none;
  color: black;
  font-size: 1.7vh;
}

.bravoauto-store-details-page .arrow-right {
  margin: 0px 20px;
}

.bravoauto-store-details-page .img-fluid {
  position: relative;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: auto;
}

.bravoauto-store-details-page .large-paragraph-bold {
  color: #575756;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 20px;
  padding-top:10px;
}

.bravoauto-store-details-page .large-paragraph-captions-1 {
  color: #575756;
  width: 400px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  margin-left: 10px
}

.bravoauto-store-details-page .large-paragraph-captions-2 {
  color: #575756;
  width: 400px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  padding: 0px;
}

.bravoauto-store-details-page li {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    width: 300px;
    line-height: 20px;
}

.bravoauto-store-details-page li img{
  width: 25px;
  height: 28px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.bravoauto-store-details-page .icons {
    transform: translateY(-60px);
}

.bravoauto-store-details-page .grid {
    display: grid;
    grid-template-columns: auto auto;
}



.bravoauto-store-details-page .grid-container {
    display: grid;
    grid-template-columns: auto;
    width: auto;
    margin-top: 60px;
}

.bravoauto-store-details-page .grid-item {
    padding: 10px 0px;
    margin: 0px;
    font-weight: 400;
    font-size: 15px;
    width: 100px;
    display: flex;
}

.bravoauto-store-details-page .grid-item img {
    margin-right: 20px;
}


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

    .bravoauto-store-details-page span {
        display: flex;
        flex-direction: row;
    }

    .bravoauto-store-details-page .container .content {
        width: auto;
        justify-items: center;
        margin-left: -3vw !important;
    }

    .bravoauto-store-details-page .iframe {
        width: 90%;
        margin-left: -70px;
        position: relative;
        transform: translateY( -90px);
    }

    .bravoauto-store-details-page .large-paragraph-captions-2{
        width: 20vw;
    }

    .bravoauto-store-details-page .grid .row{
        width: 25vw;
    }

}

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

    .bravoauto-store-details-page .large-paragraph-captions-2 {
        width: 15vw;
    }

    .bravoauto-store-details-page .grid .row {
        width: 18vw;
    }
}

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

    .bravoauto-store-details-page .container .content {
        width: 550px;
        justify-items: center;
    }

    .bravoauto-store-details-page iframe {
        justify-content: center;
        margin-left: -30px;
        margin-bottom: 40px;
    }

    .bravoauto-store-details-page span {
        display: flex;
        flex-direction: column-reverse;
    }

    .bravoauto-store-details-page .container-nav {
        display: none;
    }

    .bravoauto-store-details-page .grid {
        width: auto;
        transform: translateX(-40px);
        grid-column-gap: 30px;
    }

    .bravoauto-store-details-page .col-md-6{
        width: 200px;
        margin-left: 50px;
    }

}

@media only screen and (min-width: 280px) and (max-width: 630px) {

    .bravoauto-store-details-page iframe {
        width: 100%;
        height: 400px;
        margin: auto;
        margin-bottom: 10vw;
    }

    .bravoauto-store-details-page .content{
        margin: 0px !important;
        height: 1060px;
    }

    .bravoauto-store-details-page .grid{
        display: flex;
        flex-direction: column;
    }

    .bravoauto-store-details-page .large-paragraph-captions-2{
        width: 200px;
        margin: 0px;
    }

    .bravoauto-store-details-page .large-paragraph-captions-1{
        width: 280px;
    }


    .bravoauto-store-details-page .grid-container {
        grid-template-columns: auto auto auto;
        margin-left: 0px;
    }

    .bravoauto-store-details-page .grid-container .grid-item img{
        margin: 0px;
    }

    .bravoauto-store-details-page .grid-container .grid-item span {
        margin: 0px 5px;
    }

    .bravoauto-store-details-page .icons {
        margin: 15vw;
        margin-top: 0px;
        padding: 0px;
    }


}

@media only screen and (min-width: 280px) and (max-width: 300px) {

    .bravoauto-store-details-page .icons {
        margin: auto;
        margin-top: 0px;
    }

    .bravoauto-store-details-page .grid-container .grid-item {
        width: 90px;
    }
}

@media only screen and (min-width: 390px) and (max-width: 630px) {

    .bravoauto-store-details-page .row li{
        width: 115px;
    }

    .bravoauto-store-details-page .grid {
        display: grid;
        margin-left: 15vw;
    }

    .bravoauto-store-details-page .grid .row {
        width: 150px;
    }

    .bravoauto-store-details-page .grid .row .col-md-6 {
        margin: auto;
        margin-bottom: 10px;
   }

    .bravoauto-store-details-page .icons {
        margin: auto;
        transform: translate(-18vh, 18vh);
        padding: 50px 0px;
    }
}
