﻿.About_Us {
    max-width: 1440px;
    min-height: 100vh;
    background: #EAEAEA;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
    direction: rtl;
}
.About_Us-all {
    display: flex;
    max-width: 999px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 61px;
}
.About_us-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    align-self: stretch;
}
    .About_us-title h1 {
        color: #373737;
       
        font-size: 24px;
        line-height: 26px; /* 108.333% */
    }
.About_us-info {
    display: flex;
    max-width: 1118px;
    width:100%;
    margin:5%;
    justify-content: space-between;
    align-items: center;
    gap:5%;
    
}
   
    .About_us-info img {
        width: 100%;
        height: auto;
    }
.About_us-about {
    display: flex;
    max-width: 1118px;
    width: 100%;
    margin: 5%;
    flex-direction:row;
    
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}
.About_us-aboutImg, .About_us-aboutVal {
    min-width: 320px;
}
    .About_us-aboutFullImg{
max-width:1118px;
width:100%;
margin-top:1rem;
    }
    @media( max-width:40rem) {
        .About_us-about {
        display: flex; flex-direction:column
    }
    }