.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: 32%;
    height: 190px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 2%; */
    list-style: none;
    color: white;
    background-color: var(--box);
    border-radius: 10px;
    margin: 0 1%;
    overflow: auto;
}
.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: 190px;
    float: left;
    border: none;
}

@media screen and (max-width:550px) {
    .about-ele p{
        display: flex;
        flex-direction: column;
    }
    .about-ele p{
        font-size: 12px !important;
    }
}