*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
overflow-x:hidden;
}

.jbp-about-fluid-box{
width:100%;
max-width:1200px;
margin:auto;
padding:0 20px;
}

.jbp-about-main-wrap,
.jbp-about-story-wrap,
.jbp-about-mission-wrap,
.jbp-about-strength-wrap,
.jbp-about-cta-wrap{
padding:70px 0;
}

.jbp-about-hero-block,
.jbp-about-story-grid{
display:flex;
align-items:center;
gap:40px;
}

.jbp-about-hero-left,
.jbp-about-hero-right,
.jbp-about-story-image,
.jbp-about-story-content{
flex:1;
}

.jbp-about-main-title{
font-size:42px;
color:#8b0000;
margin-bottom:20px;
}

.jbp-about-main-desc{
font-size:17px;
line-height:1.8;
color:#444;
}

.jbp-about-hero-right img,
.jbp-about-story-image img{
width:100%;
border-radius:12px;
display:block;
}

.jbp-about-section-title{
font-size:34px;
color:#8b0000;
margin-bottom:20px;
text-align: center;
}

.jbp-about-story-content p{
line-height:1.8;
margin-bottom:15px;
color:#444;
}

.jbp-about-mission-grid,
.jbp-about-strength-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.jbp-about-strength-grid{
grid-template-columns:repeat(3,1fr);
}

.jbp-about-mission-card,
.jbp-about-strength-card{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 3px 12px rgba(0,0,0,.08);
text-align:center;
}

.jbp-about-mission-card img{
width:100%;
height:220px;
object-fit:cover;
display:block;
}

.jbp-about-mission-card h3,
.jbp-about-strength-card h3{
padding:15px;
color:#8b0000;
}

.jbp-about-mission-card p,
.jbp-about-strength-card p{
padding:0 15px 20px;
line-height:1.7;
}

.jbp-about-cta-box{
background:#8b0000;
color:#fff;
padding:50px 20px;
border-radius:12px;
text-align:center;
}

.jbp-about-cta-box h2{
margin-bottom:15px;
}

.jbp-about-cta-box p{
margin-bottom:25px;
}

.jbp-about-cta-btn{
display:inline-block;
padding:12px 30px;
background:#fff;
color:#8b0000;
text-decoration:none;
font-weight:600;
border-radius:5px;
}

@media(max-width:991px){

.jbp-about-hero-block,
.jbp-about-story-grid{
flex-direction:column;
}

.jbp-about-strength-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.jbp-about-main-title{
font-size:32px;
}

.jbp-about-mission-grid,
.jbp-about-strength-grid{
grid-template-columns:1fr;
}

.jbp-about-main-wrap,
.jbp-about-story-wrap,
.jbp-about-mission-wrap,
.jbp-about-strength-wrap,
.jbp-about-cta-wrap{
padding:50px 0;
}

}