/*
Theme Name: Lightning Child
Template: lightning
Description: Lightning child theme for Tajitsu
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/* ========================================
   Lightningデフォルト要素を非表示
======================================== */
/* ヘッダー */
.site-header,
.site-header-container,
header.site-header,
#site-header,
.vk-mobile-nav-menu-btn,
#vk-mobile-nav {
    display: none !important;
}

/* スライダー/カルーセル */
.swiper,
.swiper-container,
.vk_slider,
.vk-slider,
.slide-container,
.home-slider,
.top-slide,
.lightning-slider,
.vk_post_imgOuter,
.vk_posts,
.vk_posts_layout-card-horizontal {
    display: none !important;
}

/* フッター */
.site-footer,
footer.site-footer,
#site-footer,
.vk-footer,
.site-footer-content {
    display: none !important;
}

/* ========================================
   ブランクテンプレート用スタイル
======================================== */
body{
    background: #EBEBEB;
}

.tajitsu-blank-page {
    margin: 0;
    padding: 0;
}

.tajitsu-blank-page .tajitsu-main {
    padding-top: 60px;
    background: #EBEBEB;
}

/* ヘッダースペーサー */
.header-spacer {
    height: 60px;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.zenkakuGoth {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.medium {
    font-weight: 300;
}

.bold {
    font-weight: 700;
}



/* ========================================
   カスタムヘッダー
======================================== */
.tajitsu-header {
    background: #EBEBEB;
    padding: 18px 60px 18px 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
}

.tajitsu-header-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 24px;
}

.tajitsu-nav .tajitsu-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 50px;
}

.tajitsu-nav .tajitsu-menu li a {
    color: #476AF9;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
}

.tajitsu-nav .tajitsu-menu li a:hover {
    opacity: 0.7;
}

/* ハンバーガーボタン（デスクトップでは非表示） */
.hamburger-btn {
    display: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

/* モバイルメニュー（デスクトップでは非表示） */
.mobile-nav {
    display: none;
}

/* ========================================
   カスタムフッター
======================================== */
.tajitsu-footer {
    background: #EBEBEB;
    padding: 42.5px 40px;
    text-align: center;
}

.tajitsu-footer p {
    margin: 0;
    font-size: 14px;
    color: #0033FF;
}

.tajitsu-footer a {
    color: #0033FF;
    text-decoration: none;
}

.tajitsu-footer a:hover {
    text-decoration: underline;
}

/* ========================================
   HEROセクション
======================================== */
.hero {
    position: relative;
    min-height: 100vh;
    background-image: url('images/top/hero.png');
    background-size: cover;
    background-position: center;
}

.hero-content {
    padding: 149px 0 0 111px;
}

.hero-title {
    height: 134px;
    font-size: 46px;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.07em;
    margin: 0 0 4px 0;
}

.hero-title span {
    display: block;
}

.hero-subtitle {
    font-size: 25px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.2em;
    height: 74px;
    display: flex;
    align-items: center;
}

.hero-name {
    margin-top: 123px;
}

.hero-name-label {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 2;
}

.hero-name-text {
    font-size: 35px;
    color: #fff;
    line-height: 40px;
    letter-spacing: 0.06em;
    margin: 0;
    position: relative;
    z-index: 2;
}

.hero-accent {
    position: absolute;
    left: 0;
    top: 541px;
    width: 465px;
    height: 26px;
    background: #0033FF;
    z-index: 1;
}

/* ========================================
   ABOUTセクション
======================================== */
.about {
    position: relative;
    background-color: #EBEBEB;
    background-image: url('images/top/about.png');
    background-size: cover;
    background-position: center;
    height: 2173px;
    border-bottom: 1px solid #0033FF;
}

.about-label {
    position: absolute;
    margin-left: 11%;
    top: 36%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 30px;
    color: #0033FF;
    letter-spacing: 0.2em;
    z-index: 3;
}

@media screen and (min-width: 1440px) {
    .about-label {
        margin-left: 265px;
    }
}

/* SP用ラベル（PCでは非表示） */
.about-label-sp {
    display: none;
}

.about-inner {
    position: relative;
    z-index: 1;
}

.about-header {
    position: absolute;
    top: 171px;
    left: 11%;
    z-index: 3;
}

.about-title {
    font-size: 70px;
    color: #0033FF;
    line-height: 1.1;
    letter-spacing: 0.06em;
    margin: 0;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-images {
    position: static;
}

.about-img-main {
    margin: 280px auto 0;
    text-align: center;
}

.about-img-main img {
    width: 800px;
    height: 500px;
    object-fit: cover;
}

.about-img-sub {
    position: absolute;
    top: 31%;
    left: 65%;
    z-index: 3;
    /* transform: rotate(17.65deg); */
}

.about-img-sub img {
    width: 300px;
    height: 600px;
    object-fit: cover;
}

.about-text {
    text-align: center;
    max-width: 600px;
}

.about-text-title {
    font-size: 40px;
    font-weight: 500;
    color: #0033FF;
    letter-spacing: 0.4em;
    margin: 80px 0 0 0;
    height: 74px;
}

.about-description-box {
    align-items: center;
    /* 文字数が多いため、コメントアウト */
    /* height: 369px; */
    margin-bottom: 78px;
}

.about-description {
    margin-top: 38px;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 2;
    color: #333;
}

/* ========================================
   カテゴリーリンク
======================================== */
.category-links-inner {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.category-link {
    position: relative;
    flex: 1;
    max-width: 300px;
    text-decoration: none;
    overflow: hidden;
}

.category-link-image {
    position: relative;
    overflow: hidden;
}

.category-link-image img {
    width: 100%;
    height: 487px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-link:hover .category-link-image img {
    transform: scale(1.05);
}

.category-link-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.2em;
    z-index: 2;
}

/* ========================================
   CTAセクション
======================================== */
.cta {
    padding-top: 77px;
    text-align: center;
}

.cta-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 74px;
    border: 2px solid #0033FF;
    border-radius: 50px;
    color: #0033FF;
    font-size: 24px;
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.cta-icon {
    margin-left: 10px;
    width: 22px;
    height: 22px;
}

/* ========================================
   PROFILEページ
======================================== */
.profile-page {
    background-image: url('images/profile/profile-bg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 1px solid #0033FF;
}

.profile-upper {
    min-height: 1740px;
    position: relative;
    padding: 65px 0 100px;
    width: 800px;
    margin: 0 auto;
}

.profile-lower {
    min-height: 560px;
    position: relative;
    background: #0033FF;
    padding: 60px 0;
}

.profile-lower-inner {
    width: 800px;
    margin: 0 auto;
}

.profile-lower-title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    margin: 0 auto 50px;
    padding-bottom: 11px;
    border-bottom: 1px solid #fff;
    display: block;
    width: fit-content;
    /* height: 30px; */
}

.profile-lower-content {
    display: flex;
    justify-content: center;
}

.profile-lower-heading {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 20px 0;
    text-align: center;
}

.profile-lower-desc {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 0;
    font-weight: 100;
}

/* PROFILEタイトル */
.profile-title {
    font-size: 70px;
    color: #0033FF;
    letter-spacing: 0.06em;
    margin: 0 0 60px 0;
    text-align: center;
}

/* プロフィールメイン */
.profile-main {
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

.profile-photo {
    flex-shrink: 0;
}

.profile-photo img {
    width: 283px;
    height: auto;
}

.profile-role {
    display: block;
    font-size: 18px;
    color: #0033FF;
    letter-spacing: 0.06em;
}

.profile-name {
    font-size: 28px;
    color: #0033FF;
    letter-spacing: 0.06em;
    margin: 0 0 10px 0;
}

.profile-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 0.15em;
    max-width: 477px;
}

/* 受賞歴セクション */
.profile-awards {
    margin-bottom: 67px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
}

/* コンテンツボックス */
.profile-content-boxes {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.content-box-image {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.content-box-title {
    font-size: 24px;
    color: #0033FF;
    margin: 0 0 20px 0;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.content-box-text {
    font-size: 16px;
    color: #333;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 0;
}

/* ========================================
   PRODUCTページ
======================================== */
.product-page {
    background-image: url('images/product/product-bg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 2200px;
    border-top: 1px solid #0033FF;
    border-bottom: 1px solid #0033FF;
}

.product-upper {
    padding: 65px 0 100px;
}

.product-title {
    font-size: 70px;
    color: #0033FF;
    letter-spacing: 0.06em;
    margin: 0 0 60px 0;
    text-align: center;
}

.product-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 800px;
    margin: 0 auto;
}

/* プロダクトアイテム */
.product-item {
    display: flex;
    align-items: stretch;
    height: 205px;
    gap: 40px;
}

.product-item-image {
    flex-shrink: 0;
    width: 283px;
}

.product-item-image img {
    width: 283px;
    height: 205px;
    object-fit: cover;
    display: block;
}

.product-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-item-category {
    display: inline-block;
    font-size: 14px;
    background-color: #0033FF;
    color: #fff;
    letter-spacing: 0.1em;
    /* margin-top: 22.5px; */
    border: 1px solid #0033FF;
    padding: 0px 6px;
    width: fit-content;
}

.product-item-title {
    font-size: 30px;
    color: #0033FF;
    letter-spacing: 0.05em;
    margin: 6px 0;
    font-weight: 500;
}

.product-item-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    letter-spacing: 0.15em;
    margin: 0;
}

/* ========================================
   HISTORYページ
======================================== */
.history-page {
    background-color: #EBEBEB;
    min-height: 1500px;
    border-top: 1px solid #0033FF;
    border-bottom: 1px solid #0033FF;
}

.history-upper {
    padding: 65px 0 100px;
    background-image: url('images/history/history-bg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.history-content {
    display: flex;
    flex-direction: column;
    width: 800px;
    margin: 0 auto;
}

.history-title {
    font-size: 70px;
    color: #0033FF;
    letter-spacing: 0.06em;
    margin: 0 0 60px 0;
    text-align: center;
}

.history-connector {
    width: 2px;
    height: 41px;
    background: #0033FF;
    margin: 0 auto;
}

/* ヒストリーアイテム */
.history-item {
    display: flex;
    flex-direction: column;
    border: 2px solid #0033FF;
    padding: 40px 29.5px;
}

/* 上段：日付 */
.history-item-date {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #0033FF;
    letter-spacing: 0.06em;
    height: 24px;
    line-height: 24px;
}

/* 中段：タイトル */
.history-item-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    color: #0033FF;
    letter-spacing: 0.05em;
    margin: 0;
    height: 40px;
    line-height: 40px;
}

/* 下段：説明＋画像 */
.history-item-bottom {
    display: flex;
    gap: 18px;
    height: 188px;
}

.history-item-description {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 2;
    letter-spacing: 0.15em;
    margin: 0;
    width: 460px;
    flex-shrink: 0;
}

.history-item-image {
    flex-shrink: 0;
    width: 260px;
    height: 188px;
}

.history-item-image img {
    width: 260px;
    height: 188px;
    object-fit: cover;
}

/* ========================================
   レスポンシブデザイン（スマートフォン）
======================================== */
@media screen and (max-width: 768px) {
    /* ヘッダー */
    .tajitsu-header {
        padding: 24px 20px;
    }

    .tajitsu-header-inner {
        justify-content: flex-end;
    }

    .tajitsu-nav .tajitsu-menu {
        display: none;
    }

    /* ヘッダースペーサー */
    .header-spacer {
        height: 72px;
    }

    /* ハンバーガーメニューボタン */
    .hamburger-btn {
        display: block !important;
        width: 22px;
        height: 18px;
        position: relative;
        cursor: pointer;
        background: transparent;
        border: none;
        z-index: 1001;
    }

    /* WordPress管理バー表示時の調整 */
    /* .admin-bar .mobile-nav {
        top: 46px;
        height: calc(100vh - 46px);
    } */

    .hamburger-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #0033FF;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

    .hamburger-btn span:nth-child(1) {
        top: 0;
    }

    .hamburger-btn span:nth-child(2) {
        top: 8px;
    }

    .hamburger-btn span:nth-child(3) {
        bottom: 0;
    }

    /* ハンバーガーボタン開いた状態 */
    .hamburger-btn.active span:nth-child(1) {
        top: 8px;
        transform: rotate(45deg);
    }

    .hamburger-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-btn.active span:nth-child(3) {
        bottom: 8px;
        transform: rotate(-45deg);
    }

    .hamburger-btn.active span {
        background: #fff;
    }

    /* ヘッダー：メニューアクティブ時 */
    .tajitsu-header:has(.hamburger-btn.active) {
        background: #0033FF;
    }

    /* モバイルメニュー */
    .mobile-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #0033FF;
        z-index: 999;
        padding-top: 80px;
    }

    .mobile-nav.active {
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }

    .mobile-menu {
        list-style: none;
        margin: 0;
        padding: 30px 0 0;
        text-align: center;
    }

    .mobile-menu li {
        margin-bottom: 43px;
    }

    .mobile-menu li a {
        color: #fff;
        text-decoration: none;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    .mobile-nav-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-nav-button {
        display: inline-block;
        background: #fff;
        color: #0033FF;
        padding: 5px 20px 8px;
        border-radius: 50px;
        text-decoration: none;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0.06em;
    }

    /* HEROセクション */
    .hero {
        min-height: auto;
        padding-bottom: 60px;
        background-image: url('images/top/hero-sp.png');
    }

    .hero-content {
        padding: 329px 30px 0 30px;
        display: flex;
        flex-direction: column;
    }

    .hero-title {
        font-weight: 500;
        font-size: 19px;
        margin-top: 125px;
        margin-bottom: 10px;
        margin-left: 40px;
        letter-spacing: 0.07em;
        order: 2;
    }

    .hero-subtitle {
        font-size: 34px;
        font-weight: 500;
        height: auto;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        position: absolute;
        left: 52px;
        top: 63px;
    }

    .hero-name {
        margin-top: 0;
        margin-bottom: 0;
        text-align: right;
        order: 1;
        position: relative;
    }

    .hero-name-label {
        font-size: 14px;
        font-weight: 200;
        position: static;
        z-index: auto;
    }

    .hero-name-text {
        font-size: 20px;
        font-weight: 200;
        position: relative;
    }

    .hero-accent {
        position: absolute;
        top: auto;
        left: auto;
        right: -30px;
        bottom: 0;
        width: 70%;
        height: 20px;
        margin-top: 0;
        z-index: 1;
    }

    /* ABOUTセクション */
    .about {
        height: auto;
        padding: 0px 30px;
        background-image: none;
    }

    .about-label {
        display: none;
    }

    .about-img-main {
        position: relative;
        margin: 114px auto 0;
    }

    .about-label-sp {
        display: block;
        position: absolute;
        left: 0;
        bottom: -15px;
        font-size: 14px;
        color: #0033FF;
        letter-spacing: 0.2em;
    }

    .about-header {
        position: absolute;
        top: 40px;
        left: -12px;
        z-index: 3;
        margin-bottom: 0;
    }

    .about-title {
        font-size: 30px;
        text-align: left;
    }

    .about-img-main img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .about-img-sub {
        top: 22%;
        left: 67%;
        right: auto;
        text-align: center;
    }

    .about-img-sub img {
        display: none;
    }

    .about-img-sub::before {
        content: '';
        display: block;
        width: 150px;
        height: 280px;
        background-image: url('images/top/about-sub-sp.png');
        background-size: cover;
        background-position: center;
    }

    .about-text-title {
        font-size: 24px;
        letter-spacing: 0.2em;
        margin-top: 85px;
        height: auto;
    }

    .about-description-box {
        height: auto;
        text-align: start;
    }

    .about-description {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 18px;
        letter-spacing: 0.24em;
        margin-top: 20px;
    }

    .about-description br {
        display: none;
    }

    /* カテゴリーリンク */
    .category-links-inner {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 0;
    }

    .category-links {
        padding-top: 36px;
        padding-bottom: 63px;
    }

    .category-link {
        max-width: 100%;
        width: 100%;
    }

    .category-link-image img {
        height: 92px;
    }

    .category-link-title {
        font-size: 24px;
    }

    /* CTA */
    .cta {
        padding-top: 40px;
        display: none;
    }

    .cta-button {
        width: 280px;
        height: 60px;
        font-size: 18px;
    }

    .cta-icon {
        width: 18px;
        height: 18px;
    }

    /* フッター */
    .tajitsu-footer {
        padding: 30px;
    }

    .tajitsu-footer p {
        font-size: 12px;
    }

    /* PROFILEページ */
    .profile-page {
        background-image: none;
        background-color: #EBEBEB;
    }

    .profile-upper {
        min-height: auto;
        padding: 40px 30px 60px;
        width: 100%;
    }

    .profile-title {
        font-size: 36px;
        margin: 0 0 40px 0;
    }

    .profile-main {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }

    .profile-photo {
        text-align: center;
    }

    .profile-photo img {
        width: 100%;
    }

    .profile-role {
        font-size: 14px;
    }

    .profile-name {
        font-size: 22px;
    }

    .profile-description {
        font-size: 18px;
        max-width: 100%;
    }

    .profile-awards {
        font-size: 16px;
        margin-bottom: 50px;
        text-align: left;
    }

    .profile-content-boxes {
        gap: 50px;
    }

    .content-box-image {
        margin-bottom: 20px;
        height: 193px;
        object-fit: cover;
    }

    .content-box-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .content-box-text {
        font-size: 18px;
    }

    .profile-lower {
        min-height: auto;
        padding: 40px 0;
    }

    .profile-lower-inner {
        width: 100%;
        padding: 0 30px;
    }

    .profile-lower-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .profile-lower-content {
        flex-direction: column;
    }

    .profile-lower-heading {
        font-size: 24px;
        margin: 0 0 15px 0;
        text-align: left;
    }

    .profile-lower-desc {
        font-size: 18px;
    }

    /* PRODUCTページ */
    .product-page {
        min-height: auto;
        background-image: none;
        background-color: #EBEBEB;
    }

    .product-upper {
        padding: 40px 0 60px;
    }

    .product-title {
        font-size: 36px;
        margin: 0 0 40px 0;
    }

    .product-content {
        width: 100%;
        margin: 0;
        padding: 0 30px;
    }

    .product-item {
        flex-direction: column;
        height: auto;
        gap: 40px;
    }

    .product-item-image {
        width: 100%;
    }

    .product-item-image img {
        width: 100%;
        max-width: 330px;
        height: 50%;
        max-height: 230px;
    }

    .product-item-info {
        padding: 0;
    }

    .product-item-category {
        font-size: 14px;
    }

    .product-item-title {
        font-size: 26px;
        margin: 6px 0;
    }

    .product-item-description {
        font-size: 18px;
    }

    /* HISTORYページ */
    .history-page {
        min-height: auto;
    }

    .history-upper {
        padding: 40px 0 60px;
        background-image: none;
    }

    .history-title {
        font-size: 36px;
        margin: 0 0 40px 0;
    }

    .history-content {
        width: 100%;
        padding: 0 30px;
    }

    .history-connector {
        height: 41px;
        width: 2px;
    }

    .history-item {
        padding: 30px;
    }

    .history-item-date {
        height: auto;
        line-height: 1.5;
        margin-bottom: 4px;
    }

    .history-item-title {
        font-size: 24px;
        height: auto;
        line-height: 1.3;
        letter-spacing: 0.08em;
        margin-bottom: 4px;
        font-weight: 500;
    }

    .history-item-bottom {
        flex-direction: column;
        height: auto;
        gap: 21px;
    }

    .history-item-description {
        width: 100%;
        font-size: 18px;
        flex-wrap: nowrap;
        line-height: 1.5;
    }

    .history-item-image {
        width: 100%;
        height: auto;
    }

    .history-item-image img {
        width: 100%;
        height: auto;
    }
}

/* ========================================
   タブレットレスポンシブ (769px - 1024px)
======================================== */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .about-img-sub {
        top: 33%;
        left: 77%;
        right: auto;
    }

    .about-img-sub img {
        width: 200px;
        height: 400px;
    }
}
