* {
  color: #343a40;
  background-color: #f8fafc;
  font-family: "Lato", sans-serif;
  margin: 0;
}

body,
html {
  width: 100%;
}

.information {
  display: block;
  background: rgba(52, 58, 64, 0.05);
}

.information--header--nature {
  background-image: url("../../img/aboutBulgaria/background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  padding: 10em 2em 2em 2em;
  margin-top: 2.62em;
}

.information--header--h3--nature {
  background: none;
  font-size: 5em;
  color: #fff;
}

.information--button--nature {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  bottom: 20px;
  padding: 0.4em;
  background: none;
  border: 0.1em solid #343a40;
  border-radius: 200px;
  backdrop-filter: blur(2px);
  cursor: pointer;
  overflow: hidden;
}

.information--text--nature {
  background: none;
  font-size: 1.2em;
  margin: 1em;
}

.information--header--sea {
  background-image: url("../../img/aboutBulgaria/about-background-sea.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  padding: 10em 2em 2em 2em;
  margin-top: 2.62em;
}

.information--header--h3--sea {
  background: none;
  font-size: 5em;
  color: #fff;
}

.information--button--sea {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  bottom: 20px;
  padding: 0.4em;
  background: none;
  border: 0.1em solid #343a40;
  border-radius: 200px;
  backdrop-filter: blur(2px);
  cursor: pointer;
  overflow: hidden;
}

.information--text--sea {
  background: none;
  font-size: 1.2em;
  margin: 1em;
}

.information--shrink {
  max-height: 80px;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}

.information--expand {
  max-height: 4000px;
  transition: max-height 0.5s ease-in;
}

@media screen and (max-width: 768px) {
  .information--header--nature,
  .information--header--sea {
    background-attachment: unset;
    padding: 0;
    margin-top: none;
    height: 150px;
    position: relative;
  }
  .information--header--h3--nature,
  .information--header--h3--sea {
    font-size: 18px;
    position: absolute;
    top: 50%;
    padding: 10px;
    border-radius: 10px;
    background: rgba(52, 58, 64, 0.5);
  }
  .information--header--h3--nature {
    right: 50%;
  }
  .information--header--h3--sea {
    right: 68%;
  }
  .information--button--nature,
  .information--button--sea {
    font-weight: 700;
    font-size: 16px;
    backdrop-filter: blur(1px);
  }
  .information--expand,
  .information--shrink {
    font-size: 16px;
  }
}
