.call_list {
    --pd: 23px;
    --mt: 30px;
    margin-top: 0
}

.call_list .item {
    padding: 45px;
    background: #e8f6fd;
    box-shadow: 3px 0 7px 0 #ccc;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #e8f6fd;
    flex-direction: row
}

.call_list .item:hover {
    background: #fff
}

.call_list .item .img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--color-main);
    margin-right: 12px;
    flex-shrink: 0
}

.call_list .item .img img {
    object-fit: contain
}

.call_list .item .t1 {
    font-family: Poppins;
    font-size: 22px;
    color: #10221b
}

.call_list .item .t2,
.call_list .item .t2 a {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    line-height: 32px
}

.call_list .item .t2 {
    margin-top: 10px
}

.team {
    padding: calc((105 / 19.2) * 1%) 0;
    width: 80%;
    margin: 0 auto
}

.team .t1 {
    font-family: Poppins;
    font-size: 60px;
    color: #000000;
    line-height: 63px
}

.team .t2 {
    color: #666666;
    font-size: 22px;
    margin-top: 20px
}

.map {
    padding-bottom: calc((732 / 19.2) * 1%)
}

.email_par{
    word-break: break-all;
}

@media screen and (max-width:1366px) {
    .team .t1 {
        font-size: 30px
    }

    .call_list .item {
        padding: 30px;
        justify-content: unset
    }

    .call_list .item .img {
        margin-right: 20px
    }
}

@media screen and (max-width:950px) {
    .call_list .item .img {
        width: 60px;
        height: 60px
    }

    .call_list .item .img img {
        width: 30%
    }

    .call_list .item .t2 {
        font-size: 16px
    }

    .team {
        width: 100%
    }

    .team .z_btns .item {
        width: 100% !important
    }

    .map {
        padding-bottom: 70%
    }
}