.about-container{
    width: 95%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3em 0;
    position: relative;
    overflow: hidden;
    /* padding-top: 9em; */
    background-image: url(../sahre/image/bg-revers.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* .about-container::before{
    content: "";
    width: 53%;
    height: 100em;
    position: absolute;
    z-index: -1;
    background-color: #71b190;
    top: -25em;
    right: -20em;
    transform: rotate(330deg);
} */
.about-sec{
    width: 93%;
    height: auto;
    float: left;
    box-shadow: 0 0 15px 2px #cacaff;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 2em;
    border-radius: 10px;
    padding: 1em;
    box-sizing: border-box;
}
.about-div{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 10px 0 10px 0;
    flex-wrap: wrap;
}
.about-img{
    width: 50%;
    height: auto;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.about-img img{
    width: 100%;
    height: auto;
    float: left;
}
.about-des{
    width: 46%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 2%;
    justify-content: space-between;
}
.about-title{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0;
    font-size: 35px;
    padding: 1%;
    display: flex;
    align-items: center;
    border: 4px dashed #71b190;
    border-radius: 10px;
    box-sizing: border-box;
}
.about-des p{
    width: 96%;
    height: auto;
    float: left;
    text-align: justify;
    line-height: 33px;
    padding: 0 2%;
}
.social-sec{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 4%;
}
.social-sec li{
    list-style: none;
    float: left;
    margin: 0 10px;
    display: flex;
}
.social-sec a{
    width: 39px;
    text-decoration: none;
    color: #71b190;
    border-radius: 100px;
    border: 2px dashed #71b190;
    padding: 9px 0;
    display: flex;
    font-size: 20px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
}
.social-sec a:hover{
    background-color: #71b190;
    color: white;
    transition: 0.3s;
}
.about-info{
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 2% 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.about-ele{
    width: 28%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2%;
    list-style: none;
    color: white;
    background-color: #71b190;
    border-radius: 10px;
    margin: 0 1%;
}
.about-ele h2{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;

}
.about-ele p{
    margin-top: 7px;
    margin-bottom: 0;
    text-align: center;
}
.map{
    width: 100%;
    height: auto;
    float: left;
    border: none;
}