/* :root {
    font-size: 20px;
    box-sizing: inherit;
} */

*,
*:before,
*:after {
    box-sizing: inherit;
}

.card-title {
    font: 1em/1.618 Inter, sans-serif;
    font-size: 1.2em;
}

p {
    margin: 0;
    font-size: 1.0em;
}

p:not(:last-child) {
    margin-bottom: 1.5em;
}

.ext-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    min-height: 25vh;
}

.container {
    font: 1em/1.618 Inter, sans-serif;
    display: flexbox;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    height: 250px;
    margin-left: 15%;
    margin-right: 15%;
    height: 150px;
    border: 0.6px solid rgba(121, 121, 121, 0.925);
    border-radius: 22px;
    padding: 0px;
    filter: hue-rotate(290deg) brightness(2);
    color: #224;
    background:
        url(https://images.unsplash.com/photo-1485163819542-13adeb5e0068?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80) center / cover no-repeat fixed;
}

div.container:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: rgba(145, 130, 130, 0.11)
}

.card {
    min-width: 320px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.6;
    max-width: 800px;
    max-height: 350px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.card-text {
    filter: brightness(0);
    color: #224;
    font-size: 2.2vmin;
    min-height: 100px;
    max-height: 360px;
}

.card-title {
    filter: hue-rotate(90deg);
    color: #224;
    font-size: 2.4vmin;
    padding-bottom: 10px;
    margin: 0;
    min-height: 20px;
    max-height: 60px;
}

.card-footer {
    margin-top: -10px;
    font-size: 2.0vmin;
    color: #446;
    filter: brightness(0);
    min-height: 20px;
    max-height: 20px;
}