.banner-sec {
    padding: 4em 0 3em;
}

.banner-sec p {
    width: 100%;
}
/*advantage Css Start*/
.advantage-sec h2 {
    color: #000;
    margin-bottom: 30px;
}
.advantage-sec h3 {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
}
.advantage-sec p {
    font-family: var(--secondary-font);
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    line-height: 22px;
    width: min(100%, 300px);
    margin: 0 auto;
}
.advantage-box figure {
    height: 120px; /* Adjust to match your design */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.advantage-box {
    margin-bottom: 20px;
}
.advantage-box img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}
/* story section css*/
.story-sec h2 {
    color: #000;
    font-size: 45px;
    line-height: 1;
    width: min(100%, 490px);
}

.story-contet {
    display: flex
;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.story-sec h2 span {
   font-style:normal;
}
.story-sec p {
    font-size: 17px;
    font-family: var(--secondary-font);
    letter-spacing: 0.6px;
    margin-bottom: 0;
    line-height: 1.3;
    width: min(100%, 550px);
}
/*Team Sec Css*/
.team-inner-box {
    border-top: none !important;
    border: 1px solid #D9D9D9;
    padding: 5px 15px;
}
.team-sec img {
    width: 100%;
}
.team-box {
    margin-bottom: 20px;
}
.team-sec h3 {
        font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 300;
    margin-bottom: 0px;
}
.team-sec p {
    font-size: 16px;
    font-family: var(--secondary-font);
    letter-spacing: 0.5px;
    margin-bottom: 0;
    line-height: 20px;
}
.team-sec figure {
    margin: 1em 0 0 !important;
}
@media only screen and (max-width:1199px) {
  .about-sec h2 {
    font-size: 20px;
}
}
@media only screen and (max-width:992px) {
    .story-contet {
    display: flex;
    align-items: center;
    justify-content: center;
 text-align: center;
}
.video-wrapper {
    height: auto !important;
    margin-top:2em;
}
.story-sec h2 {
    width: 100%;
}
.story-sec p {
    width: 100%;
}
.about-wrp-box {
    margin-bottom: 20px;
}
}
@media only screen and (max-width:767px) {
    .advantage-box figure {
    height: 90px;
}


.story-sec h2 {
    font-size: 30px;
}
.banner-sec {
    padding: 1em 0 2em;
}
.advantage-sec h2 {
    margin-bottom: 0;
}
}