
.blog-article {
    margin-bottom: 3rem;
  }

  .custom-rounded {
    border-radius: 5px; /* Adjust the value as needed */
  }

  .email-style-white{
    color:#fff;
    text-decoration: underline;
  }

  .phone-style-white{
    color:#fff;
    text-decoration: underline;
  }

  .email-style-nocolor{
    text-decoration: underline;
  }