/* Enter Your Custom CSS Here */

/*************** ABOUT PAGE: STREETWISE ***************/

.about-streetwise-index-up {
  z-index: 999;
}

/*************** PRICING: COLOR BOX ***************/

.pricing-color-box .col-inner {
    border-radius: 5px; /* Change border radius */ 
}

.pricing-color-box .pricing-table .price {
    font-size: 250%; /* Change font size price */ 
    padding: 50px 0px 10px 0px;
}

.pricing-color-box .pricing-table .title {
    color:#000; /* Change text color title */ 
    background-color: rgba(0,0,0,0.02);
    width: fit-content;
    min-width: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    border: 1px solid #ececec;
    letter-spacing: 4px;
    font-size: 80%;
    padding: 10px;
}

.pricing-table {
    padding-bottom: 25px;
}

/*************** INSTAGRAM FEED: STACKED ***************/

.instagram-feed-stacked .dark h3 {
    color: #000; /* Choose font color headline */ 
}

.instagram-feed-stacked .box-overlay.dark .box-text {
    text-shadow: none;
}

@media screen and (max-width: 849px) {
  .instagram-feed-stacked .image-cover {
     padding-top: 50% !important;
  }
}