.cursor-pointer {
    cursor: pointer;
}

.bi {
    color: #3d7f60;
}

.image-container {
    position: relative;
}

.image-container img {
    width: 100%;
    height: 512px;
    object-fit: cover;
}

.overlay-text {
    position: absolute;
    top: 370px;
    left: 5%;
    background-color: rgba(0,77,50,0.8);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 4rem;
    font-weight: bold;
    color: white;
    font-family: "Marker Felt";
    text-align: center;
}
.footer {
    background-color: #3d7f60;
    color: white;
    a {
        color: white;
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
    }
}

.emergency .card {
    width: 500px;
}

body {
    //background-color: rgba(255,202,44, 0.1) !important;
}
img {
    border-radius: 0.5rem;
}

.title {
    margin: 1rem 0;
    color: #3d7f60;
    font-size: 2rem;
    align-self: center;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

h3 {
    margin-bottom: 1rem;
}