.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-heading {
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 1px #0003;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 80px;
  position: relative;
  top: 0;
  bottom: 0;
}

.secondary-heading {
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 1px #0003;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 80px;
}

.heading-3 {
  color: #27665b;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 500;
}

.heading-4 {
  color: #27665b;
  text-align: center;
  font-weight: 400;
}

.heading-5, .heading-6 {
  color: #000;
  text-align: center;
}

.body {
  background-color: #f0f0f0;
}

.button {
  text-align: center;
  margin-left: 50%;
}

.cta-button {
  background-color: #27665b;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
  margin-top: 0;
  margin-left: 0%;
}

.navbar-no-shadow {
  background-color: #f0f0f0;
  max-width: 100%;
}

.navbar-no-shadow-container {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-buttons {
  color: #27665b;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-buttons:hover {
  color: #27665bc2;
  font-size: 15px;
}

.nav-buttons:focus-visible, .nav-buttons[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 100px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  height: 91vh;
}

.hero-section {
  color: #27665b;
  background-image: url('../images/trasa.avif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 125px;
  border-bottom-right-radius: 250px;
  height: 91vh;
  position: static;
}

.hero-section-heading-container {
  max-width: 80%;
  position: static;
  inset: auto 0% 0%;
}

.hero-cointainer {
  z-index: 0;
  position: relative;
  top: 15%;
  bottom: auto;
}

.heading-7 {
  z-index: 0;
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 1px #0003;
  margin-top: 20px;
  font-size: 100px;
  line-height: 97px;
  position: relative;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-cointeiner2 {
  position: relative;
  top: 50%;
}

.about-section {
  margin-top: 40px;
}

.about-container {
  max-width: 100%;
  margin-bottom: 20px;
}

.about-section-image {
  border-top-left-radius: 125px;
  border-bottom-right-radius: 75px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-8 {
  font-size: 18px;
}

.about-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  max-width: 40%;
  display: inline-flex;
}

.heading-10 {
  color: #27665b;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  position: relative;
  bottom: 100px;
  left: 40px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  background-color: #27665b;
  border-top-right-radius: 125px;
  border-bottom-left-radius: 75px;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.about-section-main {
  background-color: #27665b;
}

.about-section2 {
  margin-top: 40px;
}

.about-section2-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.heading-12 {
  color: #27665b;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-13 {
  color: #27665b;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image {
  border-top-left-radius: 125px;
  border-bottom-right-radius: 250px;
}

.image-poznan {
  border-top-right-radius: 250px;
  border-bottom-left-radius: 125px;
}

.image-3 {
  border-top-left-radius: 125px;
  border-bottom-right-radius: 250px;
}

.footer-dark {
  text-align: center;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: static;
  inset: auto 0% 0%;
}

.footer-cointeiner {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #024b3c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.link {
  color: #000;
  text-decoration: none;
}

.link:hover {
  color: #014d3f;
}

.link-2 {
  text-decoration: none;
}

.link-2.w--current {
  color: #034e3f;
}

.link-3, .link-4, .link-5 {
  text-decoration: none;
}

.text-block {
  color: #000;
}

.text-block-2 {
  color: #004d3f;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-3, .text-block-4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-5 {
  color: #004d3f;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-6 {
  color: #004d3f;
  text-decoration: none;
}

.link-6:hover {
  font-size: 15px;
}

.link-7 {
  color: #004b3e;
  text-decoration: none;
}

.link-7:hover {
  font-size: 15px;
}

.heading-14 {
  color: #fff;
  max-width: 35%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.bold-text {
  font-family: Montserrat, sans-serif;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.section-2 {
  background-color: #fff;
  height: 100vh;
}

.hero-about {
  background-color: #27665b;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.hero-about-cointeiner {
  width: 100%;
  max-width: 85%;
  margin-left: 10px;
  margin-right: 10px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: block;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  height: 99.9998%;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.hero-stack {
  background-color: #27665b;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-about-cointener {
  background-color: #00524345;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  border-top-left-radius: 75px;
  border-bottom-right-radius: 125px;
  padding-bottom: 20px;
}

.heading-16 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.hero-about-secondary {
  background-color: #dcdde2;
  max-width: 100%;
  height: 50%;
}

.heading-17 {
  color: #27665b;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.div-block-4 {
  display: flex;
}

.heading-18 {
  color: #27665b;
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  color: #27665b;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-19 {
  color: #27665b;
  text-align: center;
  margin-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  padding: 10px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-services {
  background-image: url('../images/Flota.avif');
  background-position: 50%;
  background-size: cover;
  height: 40vw;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-21 {
  color: #27665b;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.div-block-6 {
  max-width: 100%;
  margin-left: 10%;
  margin-right: 10%;
}

.hero-ducoments-main {
  background-color: #27665b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  padding: 50px;
}

.paragraph {
  color: #fff;
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-22 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.hero-documents-secondary {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  display: flex;
}

.image-6 {
  padding: 50px;
}

.heading-23 {
  text-align: center;
}

.hero-documents-secondaryy {
  background-color: #e7e7e7;
}

.div-block-8 {
  display: flex;
}

.image-7 {
  padding: 50px;
}

.heading-24 {
  color: #27665b;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  color: #27665b;
  text-align: center;
  max-width: 75%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.secondary-documents-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  display: block;
}

.heading-25 {
  color: #27665b;
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-3 {
  color: #27665b;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.form {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: #27665b;
  font-family: Montserrat, sans-serif;
}

.form-2 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.textarea {
  color: #000;
  max-width: none;
  height: auto;
  padding-bottom: 100px;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #27665b;
  font-family: Montserrat, sans-serif;
}

.text-field, .text-field-2, .text-field-3 {
  color: #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.link-block {
  margin-right: 10px;
}

.link-block.w--current {
  margin-right: 20px;
}

.pl {
  margin-left: 0;
  margin-right: 0;
}

.en, .de {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .cta-button {
    margin-bottom: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-buttons {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .about-section-image {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .about-heading {
    margin-bottom: 20px;
  }

  .heading-11 {
    max-width: 90%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-cointeiner {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .heading-14 {
    text-align: center;
    vertical-align: top;
    max-width: 75%;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-about-cointeiner {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-about-cointener {
    max-width: 728px;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-ducoments-main {
    flex-flow: column;
  }

  .paragraph, .heading-22 {
    padding-bottom: 20px;
  }

  .div-block-8 {
    flex-flow: column;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-24 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-heading {
    font-size: 40px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading-7 {
    font-size: 80px;
  }

  .hero-cointeiner2 {
    top: 30%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .heading-14 {
    text-align: center;
  }

  .hero-about, .hero-stack {
    padding: 60px 15px;
  }

  .heading-17 {
    margin-bottom: 0;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 28px;
    line-height: 43px;
  }

  .secondary-heading {
    font-size: 45px;
  }

  .cta-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading-7 {
    font-size: 50px;
  }

  .heading-11 {
    border-top-right-radius: 75px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 36px;
  }

  .image, .image-poznan, .image-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-cointeiner {
    max-width: none;
  }

  .heading-14 {
    text-align: center;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-about-cointeiner, .hero-about-cointener, .container {
    max-width: none;
  }

  .heading-20 {
    padding-top: 10px;
    font-size: 20px;
  }

  .form-2 {
    max-width: 75%;
  }
}


