.about-tm-turf-about {
    
    padding: 28px 24px 34px;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    color: #4a4a4a;
    overflow: hidden;
}

.about-tm-turf-wrap {
    max-width: 1410px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 58% 42%;
    gap: 30px;
    align-items: start;
}

.about-tm-turf-title {
    margin: 0 0 18px;
    font-size: 50px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0a0a0a;
}

.about-tm-turf-text {
    margin: 0;
    max-width: 665px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    color: #4d4d4d;
}

.about-tm-turf-text + .about-tm-turf-text {
    margin-top: 0;
}

.about-tm-turf-subtitle {
    margin: 18px 0 10px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    color: #3f3f3f;
}

.about-tm-turf-areas {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 10px 18px;
    max-width: 700px;
}

.about-tm-turf-col {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-tm-turf-col li {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.32;
    font-weight: 400;
    color: #4d4d4d;
    white-space: nowrap;
}

.about-tm-turf-right {
    position: relative;
    min-height: 560px;
    padding-top: 2px;
}

.about-tm-turf-main-img {
    width: 100%;
    max-width: 450px;
    aspect-ratio: 640 / 570;
    object-fit: cover;
    display: block;
    margin-left: auto;
}

.about-tm-turf-small-img {
    position: absolute;
    width: 215px;
    height: 251px;
    aspect-ratio: 330 / 300;
    object-fit: cover;
    left: -98px;
    bottom: 24px;
    z-index: 3;
}

.about-tm-turf-top-grass {
    position: absolute;
    width: 82px;
    left: -90px;
    top: 244px;
    z-index: 2;
}

.about-tm-turf-right-grass {
    position: absolute;
    width: 210px;
    right: 244px;
    bottom: -14px;
    z-index: 2;
}

@media (max-width: 1200px) {
    .about-tm-turf-title {
        font-size: 44px;
    }

    .about-tm-turf-text {
        font-size: 15px;
    }

    .about-tm-turf-subtitle {
        font-size: 17px;
    }

    .about-tm-turf-col li {
        font-size: 15px;
    }

    .about-tm-turf-areas {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .about-tm-turf-wrap {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about-tm-turf-title {
        font-size: 38px;
    }

    .about-tm-turf-text {
        font-size: 15px;
    }

    .about-tm-turf-subtitle {
        font-size: 17px;
    }

    .about-tm-turf-col li {
        font-size: 15px;
    }

    .about-tm-turf-right {
        min-height: 560px;
        max-width: 560px;
        margin: 8px auto 0;
        width: 100%;
    }

    .about-tm-turf-main-img {
        width: 100%;
        max-width: 100%;
    }

    .about-tm-turf-small-img {
        width: 44%;
        max-width: 240px;
        height: 251px!important;
        left: 0;
        bottom: 12px;
        border-radius: 0px !important;
    }

    .about-tm-turf-top-grass {
        width: 18%;
        max-width: 96px;
        left: -3%;
        top: 34%;
    }

    .about-tm-turf-right-grass {
        width: 48%;
        max-width: 270px;
        right: 8%;
        bottom: -6%;
    }

    .about-tm-turf-areas {
        grid-template-columns: repeat(3, minmax(130px, 1fr));
        gap: 8px 24px;
    }
}

@media (max-width: 768px) {
    .about-tm-turf-about {
        padding: 22px 16px 28px;
    }

    .about-tm-turf-title {
        font-size: 32px;
    }

    .about-tm-turf-text {
        font-size: 14px;
    }

    .about-tm-turf-subtitle {
        font-size: 16px;
    }

    .about-tm-turf-col li {
        font-size: 14px;
    }

    .about-tm-turf-areas {
        grid-template-columns: repeat(2, minmax(130px, 1fr));
        gap: 8px 18px;
    }

    .about-tm-turf-col li {
        white-space: normal;
    }

    .about-tm-turf-right {
        min-height: 430px;
        max-width: 420px;
        margin-top: 8px;
    }

    .about-tm-turf-main-img {
        aspect-ratio: 640 / 570;
    }

    .about-tm-turf-small-img {
        width: 46%;
        max-width: 190px;
        left: 0;
        bottom: 10px;
    }

    .about-tm-turf-top-grass {
        width: 20%;
        max-width: 78px;
        left: -2%;
        top: 33%;
    }

    .about-tm-turf-right-grass {
        width: 52%;
        max-width: 210px;
        right: 3%;
        bottom: -10%;
    }
}

@media (max-width: 480px) {
    .about-tm-turf-right {
        min-height: 345px;
        max-width: 330px;
    }

    .about-tm-turf-small-img {
        width: 48%;
        max-width: 152px;
        bottom: 8px;
    }

    .about-tm-turf-top-grass {
        width: 22%;
        max-width: 66px;
        top: 32%;
    }

    .about-tm-turf-right-grass {
        width: 58%;
        max-width: 190px;
        right: -4%;
        bottom: -14%;
    }
}
