body {
    background: #f3f3f3;
    min-height: 100vh;
}
*{
    margin: 0;
    padding: 0;
}
.card-mobile {
    /*width: 375px;*/
    /*height: 692px;*/
    /*background-color: white;*/
    /*border-radius: 20px;*/
    /*overflow: hidden;*/
    /*box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);*/
}

.image-cover {
    position: relative;
}
.image-cover > .wrapper-image {
    width: 100%;
    height: 544px;
}
.image-cover > .wrapper-image img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
}
.image-cover > .wrapper-text-top {
    position: absolute;
    padding: 1rem;
    width: 100%;
    text-align: center;
}
.image-cover > .wrapper-text {
    position: absolute;
    padding: 1.5rem;
    bottom: 7%;
}

.recipe-ingredients {
    border-radius: 50px 50px 0 0;
    background: #ffffff;
    margin-top: -50px !important;
    padding-top: 8px;
    position: relative;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}