.behavior_place {
    display: flex;
    word-wrap: normal;
    width: 100%;
    height: 60px;
    background-color: #1a1a1a;
    justify-content: center;
    align-items: center;
}

.behavior_place .behavior-container{
    display: flex;
    width: 100%;
    max-width: 1140px;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.behavior_place .behavior-container .phone_info{
    display: block;
    width: 30%;
}

.behavior_place .behavior-container p a{
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
}

.behavior_place .behavior-container .phone_info a img{
    display: none;
    width: 30px;
}

.behavior_place .behavior-container .media_info{
    column-gap: 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
}

.behavior_place .behavior-container .media_info a img{
    width: 30px;
}

.behavior_place .behavior-container .media_info .mail_address #mail_address_icon{
    display: none;
}


@media screen and (max-width: 480px) {
    
    .behavior_place .behavior-container .media_info .mail_address p a{
        display: none;
    }
    .behavior_place .behavior-container .phone_info p a{
        display: none;
    }
    .behavior_place .behavior-container .phone_info a img{
        display: flex;
        margin-left: 20px;
    }
}