.clearfix::after {
    content: '';
    display: table;
    clear: both
}

.clear::after {
    content: '';
    display: table;
    clear: both;
    height: 0;
    float: none
}

.get-recipe {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 40px;
    padding: 20px;
    border: 4px dotted #e9ebcf;
    border-radius: 20px;
    margin-bottom: 45px;
}
.get-recipe-sig {
    margin-bottom: 20px;
    font-weight: 100;
    color: #f24e22;
    font-size: 28px;
    font-style: normal;
    font-family: "Oooh Baby", "system-ui";
    font-weight: bold;
}
.get-recipe-media img {
    border-radius: 15px;
}
.get-recipe-title {
    font-size: 40px;
    color: #000;
}
.get-recipe p {
    color: #797979;
    font-family: 'Source Sans 3', "system-ui";
    font-size: 24px;
    line-height: 36px;
}
.get-recipe p a{
    color: #f14e22;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}
.get-recipe p a:hover {
    color: #d54215 !important;
}
.get-recipe a.button:hover {
    background-color: #d54215 !important;
}