.daily-fiber__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;

    @media (max-width: 1220px) {
        flex-direction: column;
        gap: 40px;
    }

    & .daily-fiber-animated__wrapper {
        width: 47%;

        @media (max-width: 1220px) {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

        & > p {
            margin: 16px 0 42px;

            @media (max-width: 768px) {
                margin: 24px 0 40px;
            }
        }

        & .daily-fiber-animated__animation {
            display: flex;
            flex-direction: column;
            gap: 24px;
            opacity: 0.2;

            & .daily-fiber-anim__top {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                gap: 20px;

                & .filled-circle__animation {
                    min-width: 88px;
                    min-height: 88px;
                    width: 88px;
                    height: 88px;
                    background-color: #fff;
                    overflow: hidden;
                    border-radius: 50%;
                }

                & .enough-fiber__animation {
                    flex-grow: 1;
                    background-color: #fff;
                    padding: 24px 40px;
                    border-radius: 8px;

                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    align-items: center;
                    gap: 24px;

                    @media (max-width: 768px) {
                        gap: 0;
                        flex-direction: column;
                        padding: 12px 16px;
                        align-items: start;
                    }

                    & h5 {
                        min-width: 77px;
                        min-height: 52px;

                        @media (max-width: 768px) {
                            min-height: 40px;
                        }
                    }

                    & p {
                        @media (max-width: 768px) {
                            font-size: 14px;
                        }
                    }
                }
            }

            & .daily-fiber-anim__bottom {
                display: flex;
                flex-direction: row;
                gap: 24px;

                @media (max-width: 768px) {
                    gap: 16px;
                }

                & .daily-recomendation__wrapper {
                    width: calc(50% - 12px);
                    display: flex;
                    flex-direction: row;
                    justify-content: start;
                    align-items: flex-start;
                    position: relative;
                    background-color: #eee;
                    padding: 24px;
                    border-radius: 8px;
                    overflow: hidden;

                    @media (max-width: 768px) {
                        width: 42%;
                        padding: 16px 0 24px 16px;
                    }

                    & .daily-recomendation-text__wrapper {
                        position: relative;
                        z-index: 1;
                        
                        & > p {
                            max-width: 113px;
                            margin: 0 auto;
                            text-align: center;

                            @media (max-width: 768px) {
                                text-align: left;
                                font-size: 14px;
                                line-height: 20px;
                            }
                        }

                        & > h5 {
                            text-align: center;

                            @media (max-width: 768px) {
                                text-align: left;
                            }
                        }
                    }

                    & > img {
                        position: absolute;
                        right: 0;
                        top: 0;
                        width: 162px;
                        height: auto;

                        @media (max-width: 768px) {
                            right: -44px;
                        }
                    }
                }

                & .dosage__wrapper {
                    width: calc(50% - 12px);
                    border-radius: 8px;
                    overflow: hidden;
                    background-color: #fff;
                    padding: 16px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: space-between;
                    gap: 20px;

                    @media (max-width: 768px) {
                        width: 58%;
                        padding: 16px 16px 16px 8px;
                    }

                    & .dosage-item {
                        display: flex;
                        flex-direction: row;
                        justify-content: space-between;
                        align-items: center;
                        gap: 8px;

                        @media (max-width: 768px) {
                            align-items: start;
                        }

                        & > p {
                            flex-grow: 1;

                            @media (max-width: 768px) {
                                font-size: 14px;
                                line-height: 20px;
                            }
                        }

                        & > svg {
                            @media (max-width: 768px) {
                                width: 24px;
                                height: 24px;
                            }
                        }
                    }
                }
            }
        }
    }

    & .daily-fiber-content__wrapper {
        width: 47%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 24px;
        opacity: 0.2;

        @media (max-width: 1220px) {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

        @media (max-width: 768px) {
            flex-direction: column-reverse;
            gap: 40px;
        }


        & .daily-fiber-content__top {
            display: flex;
            justify-content: space-between;
            align-items: stretch;

            @media (max-width: 768px) {
                flex-direction: row-reverse;
            }

            & .daily-fiber-content__top-img {
                width: calc(67% - 12px);
                border-radius: 8px;
                overflow: hidden;

                @media (max-width: 768px) {
                    flex-direction: row-reverse;
                    width: calc(62% - 12px);
                }

                & img {
                    display: flex;
                }
            } 

            & > .fiber-portion__wrapper {
                width: calc(33% - 12px);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: space-between;
                gap: 20px;

                @media (max-width: 768px) {
                    width: calc(38% - 12px);
                    gap: 24px;
                }

                & .fiber-portion-item {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 4px;

                    & .fiber-portion__num {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 100px;
                        height: 100px;
                        border-radius: 50%;
                        background-color: #fff;

                        @media (max-width: 768px) {
                            width: 80px;
                            height: 80px;
                        }

                        & > p {
                            margin-top: 16px;
                        }
                    }

                    & > p {
                        text-align: center;

                        @media (max-width: 768px) {
                            font-size: 12px;
                            line-height: 16px;
                        }
                    }
                }
            }
        }

        & > h3.h2 {
            font-size: 34px;

            @media (max-width: 768px) {
                font-size: 32px;
            }
        }
    }
}
