@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.important-information {
  border: 1px solid #00a791;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  height: 100px;
  color: #006b5c;
  border-radius: 30px; }
  .important-information:before {
    content: '';
    background-image: url("../../../public/img/alert.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    flex-shrink: 0; }
  @media only screen and (max-width: 600px) {
    .important-information {
      align-items: flex-start;
      height: auto; }
      .important-information:before {
        content: '';
        width: 25px;
        height: 25px; } }
  .important-information a {
    color: #006b5c !important;
    text-decoration: underline; }

.important-information__container {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  width: 100%; }

.important-information__title {
  font-weight: bold;
  margin-bottom: 5px; }
