/*============================================================================================*/

/* Your custom styles below */

/*============================================================================================*/

.shadow-element {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius:10px;
}
.box_feat {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    padding: 1px;
    border-radius: 10px;
    margin-top: 20px;
}