@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: poppins;
}
body p{
    line-height: 1.8;
}

.read-more-btn {
  font-size: .8rem;
  font-weight: 500;
  margin-bottom: 16px;
  padding: 10px 30px;
  background-color: #0056B7 !important;
  color: white !important;
}

.read-more-btn:hover {
  color: #ffffff;
  background-color: #04204e !important;
  transition: .3s ease;
}