.missionstory-container-wrapper{
                    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.missionstory-container{
             max-width: 1200px;
        padding: 4rem;
     display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.story-left{
    width: 40%;
}

.story-left img{
    width: 100%;
    height: 100%;
}

.story-right{
    width: 60%;
       display: flex;
    flex-direction: column;
    gap: 1rem;
}

.story-right h1{
    font-size: 30px;
    font-weight: 600;
    color: #522E14;
}

.story-right p{
    font-size: 15px;
    line-height: 21px;
    color: #522E14;
}

.value-box{
     background-color: white;
    border: 2px solid #F2E3D9;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 16px;
    padding: 2rem 1.5rem;
}

.value-box-icon{
       width: 3rem;
    height: 3rem;
    display: flex;
     justify-content: center;
    align-items: center;
    border-radius: 12rem;
    background-color: #F97415;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

.value-box-icon img{
    width: 2rem;
    height: 2rem;
}

.value-box-heading{
    font-size: 25px;
    font-weight: 600;
    color: #522E14;
}

.value-box-text{
    font-size: 15px;
    line-height: 20px;
    color: #956D50;
}


.mission-left{
       width: 60%;
       display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mission-left h1{
    font-size: 30px;
    font-weight: 600;
    color: #522E14;
}

.mission-left p{
    font-size: 15px;
    line-height: 21px;
    color: #522E14;
}

.mission-right{
    width: 40%;
}

.mission-right img{
    width: 100%;
    height: 100%;
}

.whatwedo-container-wrapper{
                display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.whatwedo-container{
         max-width: 1200px;
        padding: 4rem;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.whatwedo-box{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.whatwedo-box img{
    width: 100%;
    height: auto;
}

.whatwedo-box p{
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color:  #522E14;
}
@media (max-width: 1200px){

    .missionstory-container{
        padding: 2rem;
        gap: 3rem;
    }

    .whatwedo-container{
        padding: 2rem;
    }

    
}

@media (max-width: 900px){
    .missionstory-container{
        padding: 1rem;
        gap: 2rem;
    }

    .story-right p{
        font-size: 14px;
        line-height: 18px;
    }
    .mission-left p{
          font-size: 14px;
        line-height: 18px;
    }

    .whatwedo-container{
        padding: 1rem;
    }
}

@media (max-width: 700px){
    .missionstory-container{
        flex-direction: column;

    }
    .story-left{
        width: 100%;

    }
    .story-right{
        width: 100%;
    }

      .story-right p{
        font-size: 15px;
        line-height: 20px;
    }

    .mission-left {
        width: 100%;
    }
    .mission-right{
        width: 100%;
    }

    .mission-left p{
         font-size: 15px;
        line-height: 20px;
    }
}
