.auro_cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 40px;
  position: relative;
}

.auro_cards {
  /* max-width: 1200px; */
  margin: 0 auto 30px;
}

.auro_article {
    position: relative;
    height: 515px;
    width: 100%;
    border-radius: 12px;
    text-align: center;
    /* box-shadow: 0px 0px 170px -80px rgb(0 0 0); */
    -webkit-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.6);
    overflow: hidden;
    transition: all 0.5s;
}

.auro_article-img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

img.port_image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: all 0.5s;
}

h3.port_title {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28.5px;
    color: #fff;
    width: 100%;
    max-width: 240px;
    letter-spacing: -1.28px;
}

.card-arrow-container {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 18px 20px;
    border: dashed 1px #fffc;
    border-radius: 50px;
    padding: 4px;
    transition: all 0.5s;
}

img.card-arrow {
    background-color: #fffc;
    padding: 11px 12px;
    width: 30px;
    border-radius: 50px;
    transition: all 0.5s;
}

a.auro_article:hover img.port_image {
    height: 103%;
    width: 100%;
}

a.auro_article:hover {
    /* box-shadow: 0px 0px 170px -60px rgb(0 0 0); */
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

a.auro_article:hover .card-arrow-container {
    border-color: #fff;
}
a.auro_article:hover img.card-arrow {
    background-color: #fff;
}

h3.scroll-col-h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 16.5px;
    letter-spacing: 0.94px;
    color: #212121;
    text-align: center;
}

h2.scroll-col-h2.serif {
    color: #212121;
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: -1.11px;
    margin-bottom: 36px;
}

.green-dot {
    width: 10px;
    height: 10px;
    background-color: #d93359;
    border-radius: 50px;
}

.center-align {
    width: 10px;
    margin: auto;
    height: 55%;
}

.vert-dash-line {
    height: 85%;
    width: 1px;
    border-right: dashed 1px #a0a0a0;
    margin: auto;
    margin-top: 9px;
}

.header-card {
    padding: 40px 0 0 0;
    box-shadow: none;
}

.auro_article.port_item.outer-col-btm-row {
    height: 30px;
    box-shadow: none;
}

.button-col.centercolumn {
    height: 300px;
    box-shadow: none;
    position: relative;
    background: none;
    overflow: visible;
    left: auto;
}

.button-col.centercolumn:before {
    content: "Visit Tri Valley";
    font-size: 12rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    font-family: 'CAMBON';
    color: rgb(0 0 0 / 5%);
    line-height: 0.8;
    letter-spacing: -4.46px;
    width: 70vw;
}

.vertical-scroll-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
}



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

    .auro_article {
        top: auto !important;
    }

    .order-2 {
        order: 1;
    }

    .order-1 {
        order: 2;
    }

    .button-col.centercolumn {
        left: -55%;
    }

}

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

    .button-col.centercolumn {
        left: auto;
    }

    .button-col.centercolumn:before {
        font-size: 6rem;
        width: 100vw;
    }

    .auro_article.port_item.header-card.centercolumn {
        height: 375px;
        padding: 0;
    }

    .auro_article.port_item.outer-col-btm-row {
        display: none;
    }

    .button-col.centercolumn {
        height: 225px;
    }

    .vertical-scroll-btn {
        min-width: 225px;
    }

    .auro_article {
        height: 450px;
    }

    h2.scroll-col-h2.serif {
        font-size: 27px;
        max-width: 200px;
        margin: auto auto 36px;
    }


}
