.smarter__title {
            margin-top: 24px;
        }

        .smarter__subtitle {
            margin-top: 40px;
        }

        .smarter__list {
            margin-top: 40px;
            display: flex;
            flex-wrap: wrap;
        }

        .smarter__item {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 24px;
            box-sizing: border-box;
            border-left: 1px solid #969AF2;
        }

        .smarter__name p {
            font-weight: 500;
            letter-spacing: 0;
            vertical-align: middle;
        }

        @media screen and (max-width: 1250px) {
            .smarter__item {
                flex: 1 1 calc(50% - 40px);
            }

            .smarter__subtitle p br {
                display: none;
            }
        }

        @media screen and (min-width: 769px) {
            #primary section.smarter {
                padding-top: 80px;
                padding-bottom: 80px;
            }

            .smarter__list {
                gap: 40px;
            }

            .smarter__name p {
                font-size: 24px;
                line-height: 130%;
            }

        }

        @media screen and (max-width: 768px) {

            #primary section.smarter {
                padding-top: 40px;
                padding-bottom: 40px;
            }

            .smarter__item br {
                display: none;
            }

            .smarter__item {
                flex: 1 1 100%;
            }

            .smarter__list {
                gap: 16px;
            }

            .smarter__name p {
                font-size: 16px;
                line-height: 140%;
            }
        }
