* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: auto;
  font-family: 'Nunito Sans', sans-serif;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
nav {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
  z-index: 1000;
}
.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  color: #182527;
  padding: 10px 10%;
  display: flex;
  justify-content: flex-start;
  z-index: 1000;
  z-index: 100;
}
@media (max-width: 900px) {
  .navbar {
    padding: 15px 25px;
  }
}
.navbar .logo {
  width: 100%;
  cursor: pointer;
}
@media (max-width: 900px) {
  .navbar .logo {
    width: 100%;
  }
  .navbar .logo #logo {
    width: 60px !important;
  }
}
.navbar .logo #logo {
  width: 80px;
}
.navbar .menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 900px) {
  .navbar .menu {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}
.navbar .menu a {
  text-decoration: none;
}
.navbar .menu .hamburger {
  cursor: pointer;
  display: none;
}
@media (max-width: 900px) {
  .navbar .menu .hamburger {
    display: block;
    font-size: 32px;
    color: #182527;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}
.navbar .menu .menu-item {
  cursor: pointer;
  color: #182527;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 786px) {
  .navbar .menu .menu-item {
    display: none;
  }
}
.navbar .menu .media {
  margin-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 786px) {
  .navbar .menu .media {
    margin-left: 0;
    margin-right: 10px;
  }
}
.navbar .menu .media a {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .menu .media a img {
  width: 30px;
}
.menu-mobile {
  width: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #1F511C;
  height: 100svh;
  z-index: 200;
  padding: 15px 25px;
  color: #ffffff;
  transition: 0.3s ease;
}
.menu-mobile .navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}
.menu-mobile .navigation span {
  cursor: pointer;
  font-size: 28px;
}
.menu-mobile .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.menu-mobile .items span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
}
.menu-mobile .items .menu-item:last-child {
  border: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s ease;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.ascuns {
  display: none;
  width: 100%;
}
.page {
  padding: 30px 10%;
  width: 100%;
  min-height: 100vh;
  background-color: #1F511C;
  color: #ffffff;
}
@media (max-width: 900px) {
  .page {
    padding: 15px 25px;
    min-height: 80svh;
  }
}
.page:nth-child(even) {
  background-color: #ffffff;
  color: #182527;
}
#home {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
#home img {
  width: 40%;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}
#home .title {
  font-size: 48px;
  text-align: center;
}
@media (max-width: 900px) {
  #home .title {
    font-size: 32px;
  }
}
#harta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 900px) {
  #harta {
    flex-direction: column-reverse;
  }
  #harta .harta {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #harta .harta img {
    width: 80%;
  }
}
#harta .text {
  width: 100%;
  font-size: 28px;
}
@media (max-width: 900px) {
  #harta .text {
    font-size: 18px;
    width: 80%;
    text-align: justify;
  }
}
#misiune {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#misiune .title {
  width: 80%;
  font-size: 48px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 900px) {
  #misiune .title {
    font-size: 32px;
    width: 80%;
    text-align: center;
  }
}
#misiune .text {
  width: 80%;
  font-size: 28px;
}
@media (max-width: 900px) {
  #misiune .text {
    font-size: 18px;
    text-align: justify;
    width: 80%;
  }
}
#echipa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#echipa .title {
  width: 80%;
  font-size: 48px;
  margin-bottom: 30px;
  border-bottom: 1px solid #182527;
}
@media (max-width: 900px) {
  #echipa .title {
    font-size: 32px;
    width: 80%;
    text-align: center;
  }
}
#echipa .text {
  width: 80%;
  font-size: 28px;
}
@media (max-width: 900px) {
  #echipa .text {
    font-size: 18px;
    text-align: justify;
    width: 80%;
  }
}
#echipa .echipa {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 900px) {
  #echipa .echipa {
    grid-template-columns: repeat(1, 1fr);
  }
}
#echipa .echipa .card {
  width: 100%;
  background-color: #1F511C;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  color: #ffffff;
}
#echipa .echipa .card .avatar {
  width: 100%;
  display: flex;
  justify-content: center;
}
#echipa .echipa .card .avatar img {
  border-radius: 50%;
  width: 70%;
}
#echipa .echipa .card .functie {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
#echipa .echipa .card .nume {
  width: 100%;
  text-align: center;
  font-size: 28px;
  border-bottom: 1px solid #ffffff;
}
#echipa .echipa .card .descriere {
  margin: 15px 0;
  width: 100%;
  text-align: justify;
}
#servicii {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#servicii .title {
  width: 80%;
  font-size: 48px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 900px) {
  #servicii .title {
    font-size: 32px;
    width: 80%;
    text-align: center;
  }
}
#servicii .text {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  font-size: 28px;
}
@media (max-width: 900px) {
  #servicii .text {
    font-size: 18px;
    text-align: justify;
    width: 80%;
    flex-direction: column;
  }
}
#servicii .text p {
  width: 100%;
  text-align: justify;
}
#diferente {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#diferente .title {
  width: 80%;
  font-size: 48px;
  margin-bottom: 30px;
  border-bottom: 1px solid #182527;
}
@media (max-width: 900px) {
  #diferente .title {
    font-size: 32px;
    width: 80%;
    text-align: center;
  }
}
#diferente .text {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 900px) {
  #diferente .text {
    grid-template-columns: repeat(1, 1fr);
  }
}
#diferente .text .card {
  width: 100%;
  background-color: #1F511C;
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  color: #ffffff;
}
#diferente .text .card .imagine {
  width: 100%;
  display: flex;
  justify-content: center;
}
#diferente .text .card .imagine img {
  border-radius: 15px;
  width: 100%;
}
#diferente .text .card .titlu {
  width: 100%;
  text-align: center;
  font-size: 28px;
  border-bottom: 1px solid #ffffff;
}
#diferente .text .card .descriere {
  margin: 15px 0;
  width: 100%;
  text-align: justify;
}
#mesaj {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#mesaj .title {
  width: 80%;
  text-align: center;
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  #mesaj .title {
    font-size: 32px;
    width: 80%;
    text-align: center;
  }
}
#mesaj .text {
  width: 80%;
  font-size: 28px;
}
@media (max-width: 900px) {
  #mesaj .text {
    font-size: 18px;
    text-align: justify;
    width: 80%;
  }
}
#contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .formular {
  width: 100%;
  display: flex;
  justify-content: center;
}
#contact .formular .form-area {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .formular .form-area p {
  font-size: 48px;
}
@media (max-width: 900px) {
  #contact .formular .form-area {
    width: 100%;
  }
  #contact .formular .form-area p {
    font-size: 32px;
    text-align: center;
  }
}
#contact .formular .form-area .form {
  padding: 25px;
  border-radius: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  color: #1F511C;
}
#contact .formular .form-area .form input {
  outline: none;
  border: none;
  margin: 5px 0;
  width: 80%;
  height: 50px;
  border-radius: 50px;
  padding: 0 25px;
  color: #ffffff;
  background-color: #1F511C;
}
#contact .formular .form-area .form textarea {
  resize: none;
  outline: none;
  border: none;
  margin: 5px 0;
  width: 80%;
  border-radius: 25px;
  padding: 25px;
  color: #ffffff;
  background-color: #1F511C;
}
#contact .formular .form-area .form ::placeholder {
  color: #ffffff;
}
#contact .formular .form-area .form button {
  outline: none;
  border: none;
  margin: 5px 0;
  width: 80%;
  height: 50px;
  border-radius: 50px;
  padding: 0 25px;
  background-color: #ffffff;
  color: #1F511C;
  border: 3px solid #1F511C;
  font-size: 18px;
  font-weight: bold;
}
#contact .formular .form-area .form p {
  font-size: 42px;
  font-weight: 500;
  color: var(--alb);
}
.footer {
  width: 100%;
  background-color: #1F511C;
  color: #ffffff;
  padding: 30px 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.footer .separator {
  width: 80%;
  border-top: 1px solid #ffffff;
}
@media (max-width: 900px) {
  .footer .separator {
    width: 100%;
  }
}
.footer .footer-content {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 900px) {
  .footer .footer-content {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer .footer-content .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-content .contact-info p {
  text-align: center;
}
.footer .footer-content .contact-info a {
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-copy {
  margin-top: 20px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 900px) {
  .footer .footer-copy {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.blog-page {
  padding: 30px 10%;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  color: #182527;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 900px) {
  .blog-page {
    padding: 15px 25px;
    min-height: 80svh;
  }
}
.blog-page p {
  color: #1F511C;
  font-size: 48px;
  font-weight: bold;
}
.blog-page .last-blog {
  width: 100%;
}
.blog-page .last-blog .text {
  width: 100%;
}
.blog-page .last-blog .text p {
  font-size: 28px;
}
.blog-page .last-blog .card {
  width: 100%;
  height: 400px;
  background-color: #1F511C;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 900px) {
  .blog-page .last-blog .card {
    height: auto;
    flex-direction: column;
  }
}
.blog-page .last-blog .card img {
  width: 50%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .blog-page .last-blog .card img {
    width: 100%;
  }
}
.blog-page .last-blog .card .text-area {
  width: 50%;
  height: 100%;
  color: #ffffff;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 900px) {
  .blog-page .last-blog .card .text-area {
    width: 100%;
  }
}
.blog-page .last-blog .card .text-area .header-area {
  width: 100%;
}
.blog-page .last-blog .card .text-area .header-area .title {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.blog-page .last-blog .card .text-area .header-area .title span {
  font-size: 28px;
}
@media (max-width: 900px) {
  .blog-page .last-blog .card .text-area .header-area .title span {
    font-size: 20px;
  }
}
.blog-page .last-blog .card .text-area .header-area .descriere {
  width: 100%;
}
.blog-page .last-blog .card .text-area .header-area .descriere span {
  font-size: 24px;
}
@media (max-width: 900px) {
  .blog-page .last-blog .card .text-area .header-area .descriere span {
    font-size: 18px;
  }
}
.blog-page .last-blog .card .text-area .footer-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .blog-page .last-blog .card .text-area .footer-area {
    flex-direction: column;
    gap: 10px;
  }
}
.blog-page .last-blog .card .text-area .footer-area .publicat {
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 900px) {
  .blog-page .last-blog .card .text-area .footer-area .citeste {
    width: 100%;
    text-align: center;
  }
}
.blog-page .last-blog .card .text-area .footer-area .citeste a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 900px) {
  .blog-page .last-blog .card .text-area .footer-area .citeste a {
    width: 100%;
    background-color: #182527;
    text-align: center;
    padding: 5px 14px;
    border-radius: 25px;
  }
}
.blog-page .blogs-area {
  margin-top: 10%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blog-page .blogs-area .title {
  width: 100%;
}
.blog-page .blogs-area .title p {
  font-size: 28px;
}
.blog-page .blogs-area .blogs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 1500px) {
  .blog-page .blogs-area .blogs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-page .blogs-area .blogs .card {
  width: 100%;
  height: 400px;
  background-color: #1F511C;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .blogs .card {
    height: auto;
    flex-direction: column;
  }
}
.blog-page .blogs-area .blogs .card img {
  width: 50%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .blogs .card img {
    width: 100%;
  }
}
.blog-page .blogs-area .blogs .card .text-area {
  width: 50%;
  height: 100%;
  color: #ffffff;
  padding: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .blogs .card .text-area {
    width: 100%;
  }
}
.blog-page .blogs-area .blogs .card .text-area .header-area {
  width: 100%;
}
.blog-page .blogs-area .blogs .card .text-area .header-area .title {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.blog-page .blogs-area .blogs .card .text-area .header-area .title span {
  font-size: 24px;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .blogs .card .text-area .header-area .title span {
    font-size: 20px;
  }
}
.blog-page .blogs-area .blogs .card .text-area .header-area .descriere {
  width: 100%;
}
.blog-page .blogs-area .blogs .card .text-area .header-area .descriere span {
  font-size: 20px;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .blogs .card .text-area .header-area .descriere span {
    font-size: 18px;
  }
}
.blog-page .blogs-area .blogs .card .text-area .footer-area {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .blogs .card .text-area .footer-area {
    flex-direction: column;
    gap: 10px;
  }
}
.blog-page .blogs-area .blogs .card .text-area .footer-area .publicat {
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .blogs .card .text-area .footer-area .citeste {
    width: 100%;
    text-align: center;
  }
}
.blog-page .blogs-area .blogs .card .text-area .footer-area .citeste a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .blogs .card .text-area .footer-area .citeste a {
    width: 100%;
    background-color: #182527;
    text-align: center;
    padding: 5px 14px;
    border-radius: 25px;
  }
}
.blog-page .blogs-area .pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 900px) {
  .blog-page .blogs-area .pagination {
    justify-content: center;
  }
}
.blog-page .blogs-area .pagination button {
  width: 25px;
  height: 25px;
  outline: none;
  border: none;
  background-color: #1F511C;
  color: #ffffff;
}
.blog-page .blogs-area .pagination button:hover {
  cursor: pointer;
  background-color: #182527;
}
.blog-page .blogs-area .pagination span {
  width: 25px;
  height: 25px;
  text-align: center;
}
.blog-single-page {
  padding: 30px 10%;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  color: #182527;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 900px) {
  .blog-single-page {
    padding: 15px 25px;
    min-height: 80svh;
  }
}
.blog-single-page .navigatie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-single-page .navigatie a {
  color: #1F511C;
  text-decoration: none;
}
.blog-single-page .navigatie .button {
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  background-color: #1F511C;
  border-radius: 25px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .blog-single-page .navigatie .button {
    display: none;
  }
}
.blog-single-page .navigatie .button-mobile {
  display: none;
  color: #ffffff;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background-color: #1F511C;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 900px) {
  .blog-single-page .navigatie .button-mobile {
    display: flex;
  }
}
.blog-single-page .navigatie .button-mobile img {
  filter: invert(1);
}
.blog-single-page .title {
  color: #1F511C;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .blog-single-page .title {
    font-size: 32px;
  }
}
.blog-single-page .descriere {
  font-weight: normal;
  font-size: 28px;
  color: #1F511C;
}
@media (max-width: 900px) {
  .blog-single-page .descriere {
    font-size: 18px;
  }
}
.blog-single-page .publicat {
  width: 100%;
  font-size: 18px;
  font-weight: lighter;
  font-style: italic;
}
.blog-single-page .banner {
  width: 100%;
  height: 700px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.blog-single-page .content {
  width: 100%;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 500;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  justify-content: center;
}
.modal .share {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.modal .share input {
  outline: none;
  border: none;
  margin: 5px 0;
  width: 50%;
  height: 50px;
  border-radius: 50px;
  padding: 0 25px;
}
@media (max-width: 900px) {
  .modal .share input {
    width: 90%;
  }
}
.modal .share input[type="text"] {
  font-size: 24px;
}
.modal .share .media-buttons {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}
.modal .share .media-buttons .media-button {
  width: 50px;
  height: 50px;
  background-color: #1F511C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.modal .share .media-buttons .media-button img {
  width: 90%;
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
