.jms-about{
    position:relative;
    overflow:hidden;
    padding:70px 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(255,185,68,.14) 0 85px, transparent 86px),
        radial-gradient(circle at 92% 80%, rgba(37,132,88,.12) 0 120px, transparent 121px),
        #f8faf5;
    font-family:'DM Sans',sans-serif;
}

.jms-about::before{
    content:"";
    position:absolute;
    width:330px;
    height:330px;
    border:45px solid rgba(40,126,82,.05);
    border-radius:50%;
    right:-150px;
    top:-150px;
}

.jms-about::after{
    content:"";
    position:absolute;
    width:230px;
    height:230px;
    border:2px dashed rgba(218,156,41,.24);
    border-radius:50%;
    left:-100px;
    bottom:-100px;
}

.jms-container{
    position:relative;
    z-index:2;
}

.jms-about-content{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:10px 25px 10px 0;
}

.jms-small-title{
    display:inline-flex;
    align-items:center;
    gap:9px;
    width:max-content;
    padding:8px 15px;
    background:#fff4d9;
    border:1px solid #efd08c;
    color:#8c6518;
    border-radius:50px;
    font-size:13px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:17px;
}

.jms-small-title i{
    color:#d29223;
}

.jms-main-title{
    font-size:44px;
    line-height:1.08;
    font-weight:800;
    color:#173a2a;
    margin-bottom:17px;
}

.jms-main-title span{
    color:#db8c22;
}

.jms-intro{
    color:#66746d;
    font-size:16px;
    line-height:1.85;
    margin-bottom:20px;
    max-width:650px;
}

.jms-divider{
    width:100%;
    height:1px;
    background:linear-gradient(90deg,#dba143,rgba(219,161,67,.08));
    margin:3px 0 20px;
    position:relative;
}

.jms-divider::before{
    content:"";
    position:absolute;
    left:0;
    top:-3px;
    width:50px;
    height:7px;
    border-radius:20px;
    background:#2d845c;
}

.jms-points{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-bottom:22px;
}

.jms-point{
    display:flex;
    align-items:flex-start;
    gap:11px;
    background:#fff;
    padding:13px 14px;
    border:1px solid #e5ebe5;
    border-radius:10px;
    box-shadow:0 8px 25px rgba(31,68,48,.05);
}

.jms-point-icon{
    width:35px;
    height:35px;
    min-width:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    background:#e5f3e9;
    color:#277650;
    font-size:14px;
}

.jms-point:nth-child(2) .jms-point-icon{
    background:#fff0dd;
    color:#ca7819;
}

.jms-point:nth-child(3) .jms-point-icon{
    background:#f0ece4;
    color:#785f3d;
}

.jms-point:nth-child(4) .jms-point-icon{
    background:#e9f0e5;
    color:#4b7740;
}

.jms-point h6{
    color:#253f32;
    font-size:14px;
    font-weight:800;
    margin:1px 0 3px;
}

.jms-point p{
    color:#768078;
    font-size:12px;
    line-height:1.5;
    margin:0;
}

.jms-highlight{
    position:relative;
    padding:17px 20px 17px 54px;
    border-radius:10px;
    background:#2d7655;
    color:#fff;
    margin-bottom:22px;
    overflow:hidden;
}

.jms-highlight::after{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    border:25px solid rgba(255,255,255,.06);
    border-radius:50%;
    right:-35px;
    top:-45px;
}

.jms-highlight i{
    position:absolute;
    left:19px;
    top:20px;
    color:#f7c96e;
    font-size:22px;
}

.jms-highlight p{
    position:relative;
    z-index:2;
    margin:0;
    font-size:14px;
    line-height:1.7;
    font-weight:500;
}

.jms-read-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:max-content;
    padding:12px 23px;
    border-radius:8px;
    background:#dc8f24;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    font-size:14px;
    transition:.3s ease;
    box-shadow:0 8px 20px rgba(220,143,36,.22);
}

.jms-read-btn:hover{
    color:#fff;
    background:#bd7315;
    transform:translateY(-2px);
}

.jms-gallery{
    position:relative;
    padding:14px;
    border:1px dashed #d4c299;
    border-radius:18px;
    background:rgba(255,255,255,.58);
}

.jms-gallery-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.jms-photo{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    background:#ddd;
    min-height:160px;
    box-shadow:0 8px 22px rgba(26,58,40,.12);
}

.jms-photo:first-child{
    grid-column:1 / -1;
    min-height:225px;
}

.jms-photo img{
    width:100%;
    height:100%;
    position:absolute;
    inset:0;
    object-fit:cover;
    transition:.45s ease;
}

.jms-photo:hover img{
    transform:scale(1.06);
}

.jms-photo::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(11,46,29,.42),transparent 58%);
}

.jms-photo-label{
    position:absolute;
    left:12px;
    bottom:11px;
    z-index:3;
    padding:6px 10px;
    border-radius:6px;
    background:rgba(255,255,255,.92);
    color:#275b42;
    font-size:11px;
    font-weight:800;
}

.jms-gallery-badge{
    position:absolute;
    top:-17px;
    right:24px;
    z-index:5;
    background:#256c4c;
    color:#fff;
    padding:9px 16px;
    border-radius:50px;
    font-size:12px;
    font-weight:700;
    box-shadow:0 7px 20px rgba(29,91,63,.23);
}

.jms-gallery-badge i{
    color:#ffd576;
    margin-right:6px;
}

.jms-reg-box{
    position:absolute;
    left:-19px;
    bottom:38px;
    z-index:6;
    width:115px;
    height:115px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    border-radius:50%;
    border:7px solid #fff;
    background:#e4992f;
    color:#fff;
    box-shadow:0 10px 30px rgba(87,67,21,.19);
}

.jms-reg-box strong{
    font-size:16px;
    display:block;
}

.jms-reg-box span{
    font-size:10px;
    line-height:1.3;
    font-weight:600;
    padding:0 8px;
}

@media(max-width:991.98px){
    .jms-about{
        padding:55px 0;
    }

    .jms-about-content{
        padding:0;
        margin-bottom:40px;
    }

    .jms-main-title{
        font-size:37px;
    }

    .jms-reg-box{
        left:15px;
        bottom:15px;
    }
}

@media(max-width:575.98px){
    .jms-about{
        padding:42px 0;
    }

    .jms-main-title{
        font-size:31px;
    }

    .jms-intro{
        font-size:14px;
    }

    .jms-points{
        grid-template-columns:1fr;
    }

    .jms-gallery{
        padding:9px;
    }

    .jms-gallery-grid{
        gap:8px;
    }

    .jms-photo,
    .jms-photo:first-child{
        min-height:125px;
    }

    .jms-photo:first-child{
        min-height:180px;
    }

    .jms-gallery-badge{
        right:12px;
        top:-16px;
    }

    .jms-reg-box{
        width:90px;
        height:90px;
        border-width:5px;
    }

    .jms-reg-box strong{
        font-size:13px;
    }

    .jms-reg-box span{
        font-size:8px;
    }
}