.intro {
    height: auto;
    padding: 6rem 0.5rem 1rem 0.5rem;
}

.bgi-size-contain {
    background-size: contain;
}

.bgi-size-cover {
    background-size: cover;
}

.bgi-no-repeat {
    background-repeat: no-repeat;
}

.bgi-position-center {
    background-position: center;
}

.card-rounded {
    border-radius: .85rem;
}

.h-650px {
    height: 650px !important;
}

.mb-3 {
    margin-bottom: 1rem;
}

.p-3 {
    padding: 1rem;
}

.p-1 {
    padding: .33rem;
}

.pe-1 {
    padding-right: 0.33rem;
}

.ps-1 {
    padding-left: 0.33rem;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.h-250px {
    height: 250px !important;
}

.card-title {
    text-decoration: none;
    color: white;
    font-size: 0.8rem;
    font-weight: 400;
}

@media (min-width: 1600px) {
    .intro {
        padding: 4.5rem 1rem 1rem 1rem;
        padding-top: 8.5rem !important;
    }
}

@media (min-width: 600px) {
    .intro {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .p-sm-3 {
        padding: 1rem;
    }

    .p-sm-1 {
        padding: 0.33rem
    }

    .h-sm-650px {
        height: 650px !important;
    }

    .card-title {
        font-size: 1rem;
    }
    
}