.about{
    padding: 50px 0;
    height: auto;
    overflow: hidden;
}
.tel{
    height: auto;
    overflow: auto;
}
.tel-list{
    height: auto;
    overflow: auto;
}
.tel-item{
    width: 19%;
    height: 200px;
    margin-right: 1.25%;
    background-color: rgba(0,0,0,0.1);
    float: left;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
.tel-item:nth-child(5n){
    margin-right: 0;
}
.tel-item p:nth-child(2){
    margin: 10px 0;
    color: #000000;
    font-size: 22px;
}
.tel-item p:nth-child(3){
    height: 40px;
    color: rgba(0,0,0,0.8);
    font-size: 16px;
}
.tel-item-icon{
    width: 50px;
    height: 50px;
    background-color: rgba(12, 84, 166, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-item-icon img{
    width: 40px;
    position: relative;
    top: 5px;
    /*height: 40px;*/
}
.map{
    width: 100%;
    height: 400px;
    margin-top: 50px;
}
.map-window h5{
    margin-block-start: 0;
    margin-block-end: 0.5em;
    font-size: 18px;
    color: rgba(12, 84, 166, 1);
}
@media (max-width: 600px) {
    .tel{
        padding: 0 10px;
    }
    .tel-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tel-item{
        width: 49%;
        height: 160px;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 12px;
    }
    .tel-item p:nth-child(3){
        height: 15px;
    }
    .tel-item:nth-child(5n){
        width: 100%;
        /* height: 200px; */
    }
    .tel-item:nth-child(5n) p:nth-child(3){
        /* height: 40px; */
    }
    .tel-item p:nth-child(2){
        font-size: 18px;
    }
    .tel-item p:nth-child(3){
        font-size: 14px;
    }
}

