body {
            font-family: Arial;
            margin: 0px;
            font-size: 17px;
        }

        section {
            max-width: 1100px;
            margin: auto;
            line-height: 21px;
            padding: 48px;
            margin-top: calc(var(--header-top-height) + var(--header-bottom-height));
        }

        h2 {
            margin-bottom: 54px;
        }

        article {
            margin-bottom: 166px;
            display: flex;
            align-items: center;
            gap: 185px;
            height: 390px;
        }

        article img {
            width: 433px;
            height: 100%;
            object-fit: cover;
            border-radius: 60px;
            flex-shrink: 0;
        }

        article h3 {
            margin-bottom: 57px;
            font-size: 25px;
        }

        article ol {
            
        }

        article li  {
            margin-bottom: 45px;
        }

        article li strong {
            font-size: 18px;
        }

        article li p {
            margin-top: 9px;
            width: 421px;
            line-height: 30px;
            color: #000000c7;
        }