.profile .contact {
border: 2px solid black;
box-shadow: 7px 6px;
}
.profile .table-section {
border: 2px solid black;
box-shadow: 7px 6px;
}
Tried to replicate the box you used but if you wanna tweak anything, first number of box shadow code changes the right side of the shadow while second number changes bottom shadow. Number in border code changes border thickness. Anywhere you see the word "black" can be changed to a different color, either hex code or just the color name. "Solid" refers to border type.