﻿.seafood {
    
}

    .seafood .title {
        color: #00658E;
        font-weight: 700;
        justify-self: center;
    }

    .seafood .section {
        margin-bottom: 4rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .seafood .section .section-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1.5rem;
        }

            .seafood .section .section-header .header-title {
                color: #00658E;
                font-weight: 600;
                font-size: 1.5rem;
            }

            .seafood .section .section-header .header-tag {
                background: #00658E;
                color: white;
                font-weight: 700;
                font-size: 0.75rem;
                padding-top: 0.25rem;
                padding-bottom: 0.25rem;
                padding-left: 0.75rem;
                padding-right: 0.75rem;
                border-radius: 9999px;
            }

        .seafood .section .section-card {
            background: #ffffff;
            border-radius: 0.5rem;
            padding: 1.5rem;
            box-shadow: 0.2rem .25rem .2rem rgba(0, 0, 0, .1);
        }

        .seafood .section .section-card .left {
        }

            .seafood .section .section-card .left p {
                color: #64748b;
            }

            .seafood .section .section-card .left ul {
                margin-left: 0.25rem;
            }

            .seafood .section .section-card .left li {
                font-size: 0.875rem;
                color: #00658E;
                padding: 0;
            }

            .seafood .section .section-card .left li::marker {
                font-size: 1.5rem;
                margin: 0;
            }

            .seafood .seafood .section-card .left .btn-learn-more {
                display: flex;
                color: #00658E;
                font-weight: 500;
                align-items: center;
            }

    .seafood .section .section-card .right {
        align-content: center;
    }

        .seafood .section .section-card .right .right-content {
            background: #00658e0d;
            border-radius: 0.5rem;
            padding: 1rem;
            color: #00658E;
        }

        .seafood .section .section-card .right .right-content ul {
            font-size: 0.875rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .seafood .section .section-card .right .right-content ul li {
                gap: 0.5rem;
                display: flex;
                align-items: center;
                margin-top: 0.5rem;
            }