.blog h2 {
  color: white;
}
.blog p {
  text-align: justify;
  color: white;
}

.blog img {
  border-radius: 25px;
}

.background_blog {
  background-color: #004877;
}

.background_blog2 h2 {
  color: #004877;
}
.background_blog2 p {
  color: #004877;
}

main .btn {
  background-color: #052941bb;
  border-radius: 20px !important;
}

.containerm-modal {
  text-align: justify;
}