.yhteydenottolomake-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #d8d8d8;
}
.yhteydenottolomake-navbar {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-items: center;
  border-color: #000000;
  border-width: 1px;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 3px;
}
.yhteydenottolomake-link1 {
  display: contents;
}
.yhteydenottolomake-logoimage {
  height: 3rem;
  text-decoration: none;
}
.yhteydenottolomake-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.yhteydenottolomake-nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.yhteydenottolomake-nav-link1 {
  fill: #000000;
  color: #000000;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  text-decoration: none;
}
.yhteydenottolomake-nav-link1:hover {
  color: #206b71;
  font-style: normal;
  font-weight: 600;
}
.yhteydenottolomake-nav-link2 {
  fill: #000000;
  color: #000000;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.yhteydenottolomake-nav-link2:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 600;
}
.yhteydenottolomake-nav-link3 {
  fill: #000000;
  color: #000000;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.yhteydenottolomake-nav-link3:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 600;
}
.yhteydenottolomake-nav-link4 {
  fill: #00000;
  color: #00000;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.yhteydenottolomake-nav-link4:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 600;
}
.yhteydenottolomake-nav-link5 {
  color: rgb(0, 0, 0);
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.yhteydenottolomake-nav-link5:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 600;
}
.yhteydenottolomake-languages {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.yhteydenottolomake-lang-link1 {
  fill: #000000;
  color: #000000;
  transition: 0.3s;
  border-color: #000000;
  border-width: 1px;
  margin-right: 0px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
}
.yhteydenottolomake-lang-link1:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
.yhteydenottolomake-lang-link2 {
  fill: #000000;
  color: #000000;
  transition: 0.3s;
  border-color: #000000;
  border-width: 1px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
}
.yhteydenottolomake-lang-link2:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
.yhteydenottolomake-lang-link3 {
  fill: #000000;
  color: #000000;
  transition: 0.3s;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  text-decoration: none;
}
.yhteydenottolomake-lang-link3:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
.yhteydenottolomake-burger-menu {
  display: none;
}
.yhteydenottolomake-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.yhteydenottolomake-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.yhteydenottolomake-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.yhteydenottolomake-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.yhteydenottolomake-link2 {
  display: contents;
}
.yhteydenottolomake-logo {
  height: 2rem;
  text-decoration: none;
}
.yhteydenottolomake-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yhteydenottolomake-icon3 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.yhteydenottolomake-links {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  margin-bottom: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.yhteydenottolomake-mob-menu-link1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.yhteydenottolomake-mob-menu-link2 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.yhteydenottolomake-mob-menu-link3 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.yhteydenottolomake-mob-menu-link4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.yhteydenottolomake-mob-menu-link5 {
  text-decoration: none;
}
.yhteydenottolomake-mob-menu-lang-links {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100px;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.yhteydenottolomake-mob-lang-link-fi {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.yhteydenottolomake-mob-lang-link-sv {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.yhteydenottolomake-mob-lang-link-en {
  text-decoration: none;
}
.yhteydenottolomake-heading-ext {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: var(--dl-space-space-fourunits);
  padding-right: var(--dl-space-space-fourunits);
  justify-content: center;
  background-color: transparent;
}
.yhteydenottolomake-heading-inn {
  flex: 0 0 auto;
  width: 95%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
}
.yhteydenottolomake-text7 {
  font-size: 40px;
  margin-bottom: var(--dl-space-space-halfunit);
}
.yhteydenottolomake-heading-ingress {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.yhteydenottolomake-form {
  gap: var(--dl-space-space-unit);
  width: 60%;
  padding: var(--dl-space-space-unit);
  max-width: 1000px;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 2px;
  margin-bottom: var(--dl-space-space-twounits);
  background-color: rgba(70, 70, 70, 0.2);
}
.yhteydenottolomake-type-text {
  align-self: flex-start;
  font-family: "Inter";
  font-weight: 500;
}
.yhteydenottolomake-select {
  padding: var(--dl-space-space-halfunit);
  align-self: flex-start;
  border-color: var(--dl-color-theme-neutral-dark2);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-imageradius);
}
.yhteydenottolomake-name-company-row {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.yhteydenottolomake-name-cont {
  gap: var(--dl-space-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.yhteydenottolomake-company-row {
  gap: var(--dl-space-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.yhteydenottolomake-email-phone-row {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.yhteydenottolomake-email-cont {
  gap: var(--dl-space-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.yhteydenottolomake-phone-cont {
  gap: var(--dl-space-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.yhteydenottolomake-message-row {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.yhteydenottolomake-message-cont {
  gap: var(--dl-space-space-halfunit);
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.yhteydenottolomake-privacy-link-row {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
.yhteydenottolomake-link3 {
  display: contents;
}
.yhteydenottolomake-privacy-link {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-start;
  transition: 0.3s;
  align-items: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  justify-content: flex-start;
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
}
.yhteydenottolomake-privacy-link:hover {
  animation-name: pulse;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.yhteydenottolomake-icon5 {
  width: 20px;
  height: 20px;
  margin-right: var(--dl-space-space-halfunit);
}
.yhteydenottolomake-link-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.yhteydenottolomake-privacy-cont {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
}
.yhteydenottolomake-recaptcha-cont {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
}
.yhteydenottolomake-send-button {
  align-self: flex-start;
  border-color: #000000;
  background-color: rgba(188, 188, 188, 0.27);
}
.yhteydenottolomake-action1 {
  color: #000000;
  font-family: "Inter";
}
.yhteydenottolomake-footer {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  border-color: #636363;
  border-width: 1px;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.yhteydenottolomake-footer-inn {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.yhteydenottolomake-footer-up-row {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.yhteydenottolomake-footer-logo {
  gap: 24px;
  width: 25%;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.yhteydenottolomake-link4 {
  display: contents;
}
.yhteydenottolomake-image1 {
  height: 3rem;
  text-decoration: none;
}
.yhteydenottolomake-footer-links {
  gap: var(--dl-space-space-twounits);
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.yhteydenottolomake-footer-link1 {
  fill: #ffffff;
  color: #000000;
  transition: 0.3s;
}
.yhteydenottolomake-footer-link1:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
.yhteydenottolomake-footer-link2 {
  fill: #ffffff;
  color: #000000;
  transition: 0.3s;
}
.yhteydenottolomake-footer-link2:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
.yhteydenottolomake-footer-link3 {
  fill: #ffffff;
  color: #000000;
  transition: 0.3s;
}
.yhteydenottolomake-footer-link3:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
.yhteydenottolomake-footer-link4 {
  fill: #ffffff;
  color: #000000;
  transition: 0.3s;
}
.yhteydenottolomake-footer-link4:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
.yhteydenottolomake-footer-link5 {
  fill: #ffffff;
  color: #000000;
  transition: 0.3s;
}
.yhteydenottolomake-footer-link5:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
.yhteydenottolomake-social-links {
  gap: var(--dl-space-space-unit);
  width: 25%;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}
.yhteydenottolomake-link5 {
  display: contents;
}
.yhteydenottolomake-footer-instagram {
  fill: #000000;
  text-decoration: none;
}
.yhteydenottolomake-link6 {
  display: contents;
}
.yhteydenottolomake-footer-linkedin {
  fill: #000000;
  text-decoration: none;
}
.yhteydenottolomake-footer-lower-row {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.yhteydenottolomake-divider {
  background-color: #000000;
}
.yhteydenottolomake-footer-lower-row-inn {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
.yhteydenottolomake-footer-lower-row-links {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
}
.yhteydenottolomake-footer-copyright {
  fill: #ffffff;
  color: #000000;
}
.yhteydenottolomake-footer-privacy-policy {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.yhteydenottolomake-footer-privacy-policy:hover {
  fill: #206b71;
  color: #206b71;
  font-style: normal;
  font-weight: 500;
}
@media(max-width: 1600px) {
  .yhteydenottolomake-heading-ingress {
    font-style: normal;
  }
  .yhteydenottolomake-name-text {
    font-style: normal;
    font-family: Inter;
    font-weight: 500;
  }
  .yhteydenottolomake-company-text {
    font-style: normal;
    font-family: Inter;
    font-weight: 500;
  }
  .yhteydenottolomake-email-text {
    font-family: Inter;
  }
  .yhteydenottolomake-phone-text {
    font-family: Inter;
  }
  .yhteydenottolomake-message-text {
    font-family: Inter;
  }
}
@media(max-width: 1400px) {
  .yhteydenottolomake-icon5 {
    width: 20px;
    height: 20px;
  }
  .yhteydenottolomake-link-text {
    font-size: 16px;
  }
  .yhteydenottolomake-footer-up-row {
    justify-content: center;
  }
  .yhteydenottolomake-footer-logo {
    width: auto;
  }
  .yhteydenottolomake-footer-links {
    width: auto;
  }
  .yhteydenottolomake-footer-link5 {
    color: rgb(0, 0, 0);
  }
  .yhteydenottolomake-social-links {
    width: auto;
  }
}
@media(max-width: 1200px) {
  .yhteydenottolomake-form {
    width: 80%;
  }
  .yhteydenottolomake-name-company-row {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .yhteydenottolomake-name-cont {
    width: 45%;
  }
  .yhteydenottolomake-company-row {
    width: 45%;
  }
  .yhteydenottolomake-email-phone-row {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .yhteydenottolomake-email-cont {
    width: 45%;
  }
  .yhteydenottolomake-phone-cont {
    width: 45%;
  }
  .yhteydenottolomake-message-row {
    gap: var(--dl-space-space-twounits);
    width: 100%;
    flex-direction: row;
  }
  .yhteydenottolomake-footer-logo {
    width: auto;
  }
  .yhteydenottolomake-footer-link4 {
    text-align: center;
  }
}
@media(max-width: 900px) {
  .yhteydenottolomake-navbar {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .yhteydenottolomake-desktop-menu {
    display: none;
  }
  .yhteydenottolomake-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .yhteydenottolomake-logo {
    height: 3rem;
  }
  .yhteydenottolomake-mob-menu-link1 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .yhteydenottolomake-mob-menu-link2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .yhteydenottolomake-mob-menu-link3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .yhteydenottolomake-mob-menu-link4 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .yhteydenottolomake-mob-menu-link5 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .yhteydenottolomake-mob-menu-lang-links {
    width: auto;
    padding-top: Unit;
    padding-left: 0px;
    flex-direction: row;
  }
  .yhteydenottolomake-mob-lang-link-fi {
    padding-left: HalfUnit;
    padding-right: Unit;
    text-decoration: none;
  }
  .yhteydenottolomake-mob-lang-link-sv {
    margin-left: 0;
    border-color: var(--dl-color-theme-neutral-dark);
    border-width: 1px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    border-top-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
  }
  .yhteydenottolomake-mob-lang-link-en {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .yhteydenottolomake-heading-ingress {
    text-align: center;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .yhteydenottolomake-form {
    width: 90%;
  }
  .yhteydenottolomake-icon5 {
    width: 20px;
    height: 20px;
  }
  .yhteydenottolomake-link-text {
    font-size: 16px;
  }
  .yhteydenottolomake-footer {
    padding: var(--dl-space-space-twounits);
  }
  .yhteydenottolomake-footer-up-row {
    flex-direction: column;
  }
  .yhteydenottolomake-footer-links {
    align-items: center;
  }
  .yhteydenottolomake-footer-link4 {
    text-align: center;
  }
  .yhteydenottolomake-footer-lower-row-inn {
    flex-direction: column;
  }
  .yhteydenottolomake-footer-lower-row-links {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media(max-width: 500px) {
  .yhteydenottolomake-navbar {
    padding: var(--dl-space-space-unit);
  }
  .yhteydenottolomake-mobile-menu {
    padding: 16px;
  }
  .yhteydenottolomake-links {
    border-color: var(--dl-color-theme-neutral-dark);
    border-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .yhteydenottolomake-mob-menu-lang-links {
    padding-top: var(--dl-space-space-unit);
    padding-left: 0px;
    flex-direction: row;
  }
  .yhteydenottolomake-mob-lang-link-fi {
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-unit);
    text-decoration: none;
  }
  .yhteydenottolomake-mob-lang-link-sv {
    margin-left: 0px;
    border-color: var(--dl-color-theme-neutral-dark);
    border-width: 1px;
    margin-right: 0px;
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-decoration: none;
    border-top-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 0px;
  }
  .yhteydenottolomake-mob-lang-link-en {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    text-decoration: none;
  }
  .yhteydenottolomake-text7 {
    font-size: 28px;
  }
  .yhteydenottolomake-name-company-row {
    align-items: stretch;
    flex-direction: column;
  }
  .yhteydenottolomake-name-cont {
    width: 100%;
  }
  .yhteydenottolomake-text-input1 {
    border-radius: 16px;
  }
  .yhteydenottolomake-company-row {
    width: 100%;
  }
  .yhteydenottolomake-text-input2 {
    border-radius: 16px;
  }
  .yhteydenottolomake-email-phone-row {
    align-items: stretch;
    flex-direction: column;
  }
  .yhteydenottolomake-email-cont {
    width: 100%;
  }
  .yhteydenottolomake-text-input3 {
    border-radius: 16px;
  }
  .yhteydenottolomake-phone-cont {
    width: 100%;
  }
  .yhteydenottolomake-text-input4 {
    border-radius: 16px;
  }
  .yhteydenottolomake-textarea {
    border-radius: 16px;
  }
  .yhteydenottolomake-icon5 {
    width: 18px;
    height: 18px;
  }
  .yhteydenottolomake-link-text {
    font-size: 14px;
  }
  .yhteydenottolomake-send-button {
    border-radius: 16px;
  }
  .yhteydenottolomake-footer-inn {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .yhteydenottolomake-footer-up-row {
    width: 100%;
  }
  .yhteydenottolomake-footer-links {
    gap: var(--dl-space-space-oneandhalfunits);
    width: 100%;
    margin-top: var(--dl-space-space-unit);
    align-items: center;
    margin-bottom: var(--dl-space-space-unit);
    flex-direction: column;
    justify-content: center;
  }
  .yhteydenottolomake-footer-privacy-policy {
    text-align: center;
  }
}
