#seo-landing {
    margin-top: 40px;

    h2, h3:not(.activity-title), p, ul {
        padding: 0 0 20px;
        margin: 0;
    }

    h2 {
        font-family: 'PlusJakartaSans';
        font-weight: 800;
        text-align: left;
        font-size: 24px;

        @media (max-width: 480px) {
            font-size: 20px;
        }

        &::after {
            content: '';
            display: block;
            width: 50px;
            height: 3px;
            background-color: #FF6A28;
            margin-top: 20px;
        }
    }

    h3:not(.activity-title), .landing-products-title {
        font-family: 'PlusJakartaSans';
        color: #FF6A28;
        font-size: 22px;

        @media (max-width: 480px) {
            font-size: 18px;
        }
    }

    p {
        font-family: 'PlusJakartaSans';
        text-align: unset;
        margin: 0;
        font-size: 14px;
        line-height: 1.7;
        width: 100%;
    }

    ul {
        list-style: none;
    }

    ul li {
        font-family: 'PlusJakartaSans';
        font-size: 14px;
        line-height: 1.7;
        position: relative;
        padding-left: 28px;
    }

    ul li::before {
        content: '';
        position: absolute;
        top: 0.35em;
        left: 0;
        width: 15px;
        height: 13px;
        background: url('/web/icons/orange_check.svg') no-repeat center / contain;
    }

    .transfers-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;

        .transfer-link {
            text-decoration: none;
            padding: 8px;
            border-radius: 10px;
            background-color: #fff;

            &:hover {
                color: #FF6A14;
            }
        }
    }

    .featured-activities-col {
        height: fit-content;

        .featured-activities-title {
            font-family: 'PlusJakartaSans';
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
            width: 100%;
        }
    }

    .featured-activity {
        padding: 30px;

        &:not(:last-child) {
            border-bottom: 1px solid #8F949E;
        }

        .activity-title {
            font-size: 16px;
            font-weight: bold;
            display: flex;
            flex-direction: column;
            gap: 3px;

            img {
                width: 20px;
                transform: rotate(90deg);
            }
        }

        .activity-subtitle {
            font-size: 14px;
            text-align: left;
            font-weight: normal;
            line-height: 1.2;
            padding: 0;
        }

        .transport-type {
            font-size: 10px;
            color: #8F949E;
        }

        .activity-price-section {
            font-size: 13px;

            .activity-price-block {
                font-size: 32px;
                color: #FF6A14;
                font-weight: 600;
            }
        }

        .btn-booking {
            font-size: 16px;
            font-weight: 800;
            text-decoration: none;
            background-color: #FF6A14;
            color: #ffffff;
            border-radius: 6px;
            padding: 6px 10px;
            margin-top: 6px;

            &:hover {
                background-color: #FF4B14;
            }

            img {
                width: 10px;
                height: 10px;

                @media (max-width: 768px) {
                    display: none;
                }
            }
        }
    }
}
