/*.ExternalClass * {
box-sizing:border-box;
}*/

.column {
float:left;
width:33.33%;
padding:5px;
}

@media screen and (max-width: 500px) {
.column {
width:100%;
}
}

.box-container {
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:center;
margin-top:40px;
}

.box {
position:relative;
margin:0px 20px 40px 20px;
text-align:center;
line-height:32px;
color:#222 !important;
}

.box:hover {
color:#167d7f !important;
}

.box-text {
position:absolute;
top:50%;
left:50%;
transform:translate(-50%, -50%);
padding-bottom:15px;
font-family:'Outfit',sans-serif;
font-size:32px !important;
font-weight:1000 !important;
}