.about-us {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff; /* Light background for contrast */
    padding: 60px 20px;
}

.ourstory{
    display: flex;
    flex-direction: row !important;
    
}

.about-container {
    max-width: 1400px;
    padding: 80px;
}

.aboutus-right{
 margin-left: 50px;
}

.about-container h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    font-family: motor, monospace;
    letter-spacing: 2px;
}

.about-container p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    font-weight: 300;
    font-family: "Inter", sans-serif;
   
}


footer{
    margin-top:100px !important;
}

@media screen and (max-width: 400px) {
    .aboutus-right p {
    font-size: 0.8rem;
    
}

.about-container {
    width: 100%;
}
    
}

@media screen and (min-width: 769px) and (max-width: 919px) {

}


@media screen and (min-width:320px) and (max-width: 1000px){
    .ourstory{
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.about-us{
    padding: 0;
    padding-top: 125px;
}

.about-container {
    padding: 0px;
    width: 100%;
    
}

.ourstory img{
    height:auto !important;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
}

.aboutus-right{
    margin-left: 0px;
}

}


@media screen and (min-width:1001px) and (max-width: 1250px){
    .ourstory{
    display: flex;
    flex-direction:row !important;
    
    
}

.about-us{
    padding: 0;
    
}

.about-container {
    
    
    
}

.ourstory img{
    
    max-width: 400px;
    max-height: 400px !important;
}

.aboutus-right{
    margin-left: 25px;
    
}

.about-container h2{
    font-size: 2.0rem;
    margin: 0;
    
}
.about-container p{
     /* syntax: clamp(min, preferred, max) */
font-size: 1.1rem;

}

}

@media screen and (min-width:1251px) and (max-width: 1400px){
    .ourstory{
    display: flex;
    flex-direction:row !important;
    
    
}

.about-us{
    padding: 0;
    
}

.about-container {
    
    
    
}

.ourstory img{
    
    max-width: 400px;
    max-height: 400px !important;
}

.aboutus-right{
    margin-left: 25px;
    
}

.about-container h2{
    font-size: 2.0rem;
    margin: 0;
    
}
.about-container p{
     /* syntax: clamp(min, preferred, max) */
font-size: 1.3rem;

}

}