.baci-masthead {
    height: 40vh;
    min-height: 200px;
    background-image: url("../img/5D479584-9C84-463D-BD69-52A391C894EB.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.baci-head-title {
    font-size: 45pt;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-color: rgba(206, 169, 100, 1);
    text-shadow: 1px 1px 2px burlywood, 0 0 1em brown, 0 0 0.2em brown;
}

.baci-head-subtitle {
    color: white;
    text-shadow: 1px 1px 2px burlywood, 0 0 1em brown, 0 0 0.2em brown;
}

.baci-card {
    width: 22rem;
    padding: 3px;
    margin: 1px;
}

.baci-card-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}