    .appfox-expert-detail {
        padding: 28px 0 40px;
        color: #151515;
        background: #fff;
    }

    .appfox-expert-detail__card {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr) 290px;
        gap: 42px;
        align-items: center;
        padding: 30px;
        border: 1px solid #D5DBE0;
        border-radius: 6px;
    }

    .appfox-expert-detail__content {
        margin-bottom: auto;
    }

    .appfox-expert-detail__photo {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: auto;
    }

    .appfox-expert-detail__photo img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .appfox-expert-detail__title {
        margin: 0 0 18px;
        font-family: Bitter, Georgia, serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.18;
    }

    .appfox-expert-detail__role {
        display: block;
        margin: 0 0 22px;
        font-weight: 600;
        color: #ff560b;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 16px;
        line-height: 1.35;
    }

    .appfox-expert-detail__text {
        color: #676767;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 16px;
        line-height: 1.48;
    }

    .appfox-expert-detail__aside {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .appfox-expert-detail__competencies {
        padding: 20px;
        border-radius: 6px;
        background: #F3F3F3;
    }

    .appfox-expert-detail__subtitle {
        margin: 0 0 20px;
        font-family: Bitter, Georgia, serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
    }

    .appfox-expert-detail__tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .appfox-expert-detail__tag {
        padding: 9px 16px;
        border: 1px solid #D5DBE0;
        border-radius: 100px;
        color: #151515;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
    }

    .appfox-expert-detail__button {
        display: inline-flex;
        min-height: 56px;
        align-items: center;
        justify-content: center;
        padding: 14px 28px;
        border: 2px solid #ff560b;
        border-radius: 999px;
        color: #ff560b !important;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        text-decoration: none !important;
        background: transparent;
        white-space: nowrap;
        width: fit-content;
    }

    .appfox-expert-detail__button:hover {
        color: #fff !important;
        background: #ff560b;
    }

    .appfox-expert-detail__footer {
        grid-column: 1 / 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        margin-top: -8px;
    }

    .appfox-expert-detail__platforms {
        display: flex;
        align-items: center;
        gap: 30px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .appfox-expert-detail__platform {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #676767;
        font-family: "Segoe UI", Arial, sans-serif;
        font-size: 12px;
        line-height: 1;
        white-space: nowrap;
    }

    .appfox-expert-detail__platform-logo {
        display: block;
        flex: 0 0 auto;
        object-fit: contain;
    }

    .appfox-expert-detail__articles-title {
        margin: 52px 0 0;
        font-family: Bitter, Georgia, serif;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.2;
    }

    .appfox-expert-detail__articles .blog__list {
        margin-top: 24px;
    }

    .blog-list-body__author {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
        color: #333;
        text-decoration: none;
    }

    .blog-list-body__author:hover {
        color: #ff560b;
        text-decoration: none;
    }

    .blog-list-author__image {
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        object-fit: cover;
    }

    .blog-list-author__name {
        font-size: 13px;
        line-height: 1.2;
    }

    @media (max-width: 1199px) {
        .appfox-expert-detail {
            padding-top: 80px;
        }

        .appfox-expert-detail__button {
            grid-column: span 2;
        }

        .appfox-expert-detail__card {
            grid-template-columns: 160px minmax(0, 1fr);
        }

        .appfox-expert-detail__aside {
            grid-column: 1 / 3;
        }

        .appfox-expert-detail__footer {
            grid-column: 1 / 3;
            margin-top: 0;
        }
    }

    @media (max-width: 767px) {
        .appfox-expert-detail {
            padding: 40px 0 56px;
        }

        .appfox-expert-detail__card {
            gap: 24px;
            padding: 18px 12px;

        }

        .appfox-expert-detail__photo {
            width: 80px;
            height: 80px;
        }

        .appfox-expert-detail__card {
            grid-template-columns: 80px minmax(0, 1fr);
        }

        .appfox-expert-detail__footer,
        .appfox-expert-detail__platforms {
            flex-wrap: wrap;
            gap: 18px;
        }

        .appfox-expert-detail__button {
            width: 100%;
        }

        .appfox-expert-detail__title {
            font-size: 24px;
        }
    }