.communication{
    display: flex;
    justify-content: center;
}
.communication .wrapper{
    width: 80%;
    min-height: 500px;
}
.communication .wrapper .boxs{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
}
.communication .wrapper .boxs .box{
    width: 25%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #0000001a;
    border-radius: 40px;
    transition: all 0.5s;
}
.communication .wrapper .boxs .box h1{
    font-family: "Chivo", sans-serif;   
    /* color: #00000069; */
    transition: all 0.5s;
}
.communication .wrapper .boxs .box i{
    font-size: 2.5rem;
    /* color: #00000069; */
    transition: all 0.5s;
}
.communication .wrapper .boxs .box i{
    font-size: 2.5rem;
    /* color: #00000069; */
    transition: all 0.5s;
}
.communication .wrapper .boxs .box span{
    font-family: cursive;
}
.communication .wrapper .boxs .box a{
    font-family: cursive;
}
.communication .wrapper .boxs .box:nth-child(2) span{
    padding: 0 0 0 10%;
}
.communication .wrapper .boxs .box:hover{
    transform: translateY(-5px);
    box-shadow: 0px 10px 35px 0px rgba(33, 39.00000000000003, 53, 0.2);
}
/* .communication .wrapper .boxs .box:hover h1,.communication .wrapper .boxs .box:hover i{
    color: black;
} */
.location iframe{
    width: 100%;

}