.modal-sect2 p {
  display:none;
}
.modal-sect2 strong {
  font-size: 1.15rem;
  color: #4d4d4d;
}
.modal-sect2 {
  box-shadow: 1px 1px 0px rgba(0,0,0,0.08), -1px -1px 0px rgba(0,0,0,0.08);
  transition:all 0.3s ease;
}
.modal-sect2:hover {
  box-shadow: none;
}