.young-serif-regular {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    padding-top: 120px;
}

.outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.outfit-regular {
    font-weight: 400;
}

.outfit-semibold {
    font-weight: 600;
}

.outfit-bold {
    font-weight: 700;
}
.outfit.outfit-bold{}
body {
    background-color: #F3E5D7;
}

main {
    max-width: 736px;
    background-color: #fff;
    border-radius: 24px;
    padding: 40px;
    margin-right: auto;
    margin-left: auto;
}

main>img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 40px;
}

h1 {
    font-family: 'Young Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    color: #312E2C;
    margin-bottom: 24px;
}

.info p {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #5F564D;
    margin-bottom: 32px;
}

article.time {
    max-width: 656px;
    height: 180px;
    background-color: #FFF7FB;
    padding: 28px;
    margin-bottom: 32px;
}

.time h2 {
    font-size: 20px;
    line-height: 100%;
    color: #7A284E;
    margin-bottom: 16px;
}

.time li {
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    line-height: 150%;
    color: #5F564D;
}

.time li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #7A284E;
    position: absolute;
    left: 8px;
    top: 10px;
    border-radius: 50%;
}
li+li {
    margin-top: 8px;
}

section {
    margin-bottom: 32px;
}

h2 {
    font-family: 'Young Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #854632;
    margin-bottom: 24px;
}

.ingredients li {
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    line-height: 150%;
    color: #5F564D;
}

.ingredients li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #854632;
    position: absolute;
    left: 8px;
    top: 10px;
    border-radius: 50%;
}
.time li::before,.ingredients li::before{
    top: 50%;
    transform: translateY(-50%);
}

hr {
    margin: 0;
    background-color: #E3DDD7;
    margin-bottom: 32px;
}

.instructions ol {
    list-style: decimal;
    padding-left: 24px;
}

.instructions {}

.instructions li {
    font-size: 15px;
    line-height: 150%;
    color: #5F564D;
    padding-left: 16px;
    /* margin-left: 16px; */
}

.instructions li::marker {
    /* margin-right: 16px; */
    color: #854632;
    /* padding-right: 16px; */
    width: 40px;
    /* height: 40px; */
}

.nutrition>p {
    font-size: 16px;
    line-height: 150%;
    color: #5F564D;
    margin-bottom: 24px;
}

.item {
    display: flex;
}


.title {
    font-size: 16px;
    line-height: 150%;
    color: #5F564D;
    width: 50%;
    padding-left: 32px;
}

.quantity {
    font-size: 16px;
    line-height: 150%;
    color: #854632;
    width: 50%;
    padding-left: 8px;
}
.nutrition>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 168px;
}
.nutrition hr{
    margin: 0;
}