@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Nunito-Regular.ttf') format('embedded-opentype'),
    /* Internet Explorer */ url('../fonts/Nunito-Regular.ttf') format('woff2'),
    /* Super Modern Browsers */ url('../fonts/Nunito-Regular.ttf')
      format('woff'),
    /* Pretty Modern Browsers */ url('../fonts/Nunito-Regular.ttf')
      format('truetype'),
    /* Safari, Android, iOS */ url('../fonts/Nunito-Regular.ttf') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;

  src: url('../fonts/Nunito-Bold.ttf') format('embedded-opentype'),
    /* Internet Explorer */ url('../fonts/Nunito-Bold.ttf') format('woff2'),
    /* Super Modern Browsers */ url('../fonts/Nunito-Bold.ttf') format('woff'),
    /* Pretty Modern Browsers */ url('../fonts/Nunito-Bold.ttf')
      format('truetype'),
    /* Safari, Android, iOS */ url('../fonts/Nunito-Bold.ttf') format('svg'); /* Legacy iOS */
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: 'Nunito', 'Verdana', sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #402f31;
  line-height: 1.7;
  overflow-x: hidden;
  min-height: 100vh;
  font-weight: 400;
  font-size: 1.6rem;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(36, 7, 197, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a237e;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

.otsikko-mobiili {
  display: none;
}
.row {
  background-color: #fff;
  width: 100%;
}
.wrapper {
  padding: 5rem 0.5rem 0.5rem;
  max-width: 135rem;
  margin: 0 auto;
}
.columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 0.5rem;
}
.column {
  flex: 1;
  margin: 0 1rem 1rem;
  padding: 1rem;
  flex-direction: row;
}
.column h2 {
  margin: 0 0 2rem;
}
@media screen and (max-width: 980px) {
  .columns .column {
    margin: 0 0 4rem;
    max-width: 60%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 680px) {
  .columns .column {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.btn,
.btn,
input[type='submit'] {
  display: inline-block;
  padding: 2.5rem 3.5rem;
  font-weight: 400;
  text-decoration: none;
  border-radius: 3rem;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
  letter-spacing: 0.1rem;
}
.btn--full,
.btn--full,
input[type='submit'] {
  background-color: #fff;
  border: 0.2rem solid #66bb6a;
  color: #1a237e;
  margin: 3rem 0 1rem;
}
.btn:hover,
.btn:active,
input[type='submit']:hover,
input[type='submit']:active {
  background-color: #66bb6a;
  color: #fff;
  font-weight: 700;
}
.btn--hero {
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.btn--hero:hover {
  border: 0.1rem solid #fff;
}
.navigation {
  position: relative;
  height: 7rem;
  background: #fff;
  box-shadow: 0 0.3rem 0.5rem -0.5rem rgba(17, 17, 17, 0.315);
  -moz-box-shadow: 0 0.3rem 0.5rem -0.5rem rgba(17, 17, 17, 0.315);
  -webkit-box-shadow: 0 0.3rem 0.5rem -0.5rem rgba(17, 17, 17, 0.315);
}
.lang-nav {
  position: absolute;
  padding-left: 2rem;
  float: left;
  padding-top: 2rem;
  text-transform: uppercase;
}
.lang-nav li {
  display: inline-block;
}
.lang-nav a {
  display: inline-block;
  padding: 0.3em;
  text-decoration: none;
  letter-spacing: 0.05rem;
  color: #402f31;
  font-size: 1.5rem;
}
.lang-nav-active {
  font-weight: 700;
  color: #1a237e;
  border: 0.2rem solid #66bb6a;
  border-radius: 5rem;
}
.lang-nav-active-fi {
  padding: 0 0.6rem;
}
.lang-nav-active-sv {
  padding: 0 0.3rem;
}
.lang-nav-active-en {
  padding: 0 0.3rem;
}
.lang-nav-active a {
  color: #1a237e;
}

.lang-nav-inactive:hover a {
  opacity: 1;
  color: #1a237e;
  font-weight: 700;
}
.lang-nav-inactive:active a {
  font-weight: 400;
}
.nav-container {
  max-width: 135rem;
  margin: 0 auto;
}
.main-nav {
  float: right;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  float: left;
  position: relative;
}
.main-nav ul li a,
.main-nav ul li a:visited {
  display: block;
  padding: 0 2rem;
  line-height: 7rem;
  color: #402f31;
  text-decoration: none;
  letter-spacing: 0.05rem;
}
.main-nav ul li ul li {
  min-width: 19rem;
}
.main-nav ul li ul li a {
  padding: 1.5rem;
  line-height: 2rem;
}
.main-nav-active a {
  font-weight: 700;
}
.main-nav-active::after {
  font-weight: 700;
  content: '';
  display: block;
  margin: 0 auto;
  width: 80%;
  border-bottom: 0.2rem solid #66bb6a;
}
.main-nav-inactive::after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 0.2rem;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.main-nav-inactive:hover::after {
  width: 80%;
  background: #66bb6a;
  opacity: 0.5;
}
.main-nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #66bb6a;
  height: 7rem;
  width: 7rem;
}
@media only screen and (max-width: 798px) {
  .main-nav-mobile {
    display: block;
  }
  .main-nav {
    width: 100%;
    padding: 7rem 0 4rem;
  }
  .main-nav ul {
    display: none;
    background-color: #66bb6a;
  }
  .main-nav ul li {
    float: none;
  }
  .main-nav ul li:first-child {
    padding-top: 1rem;
  }
  .main-nav ul li:last-child {
    padding-bottom: 1rem;
  }
  .main-nav ul li a {
    padding: 2rem 0 2rem 3rem;
    line-height: 2rem;
    color: #402f31;
  }

  .main-nav ul li a:hover,
  .main-nav ul li a:active {
    color: #fff;
    background-color: #2a612d;
  }
  .hero-row {
    display: none;
  }
  .mobiili-hide {
    display: none;
  }
  .otsikko-mobiili {
    display: block;
    text-align: center;
    padding: 5rem 3rem 0;
    background-color: #ecffff;
  }
  .main-nav-active a {
    font-weight: 700;
    color: #fff !important;
    background-color: #2a612d;
  }
}
@media screen and (min-width: 798px) {
  .main-nav-list {
    display: block !important;
  }
}
@media only screen and (max-width: 981px) {
  .main-nav-mobile-sv {
    display: block;
  }
  .main-nav-sv {
    width: 100%;
    padding: 7rem 0 4rem;
  }
  .main-nav-sv ul {
    display: none;
    background-color: #66bb6a;
  }
  .main-nav-sv ul li {
    float: none;
  }
  .main-nav-sv ul li:first-child {
    padding-top: 1rem;
  }
  .main-nav-sv ul li:last-child {
    padding-bottom: 1rem;
  }
  .main-nav-sv ul li a {
    padding: 2rem 0 2rem 3rem;
    line-height: 2rem;
    color: #402f31;
  }
  .main-nav-sv ul li a:hover {
    color: #fff;
  }
  .hero-row-sv {
    display: none;
  }
  .mobiili-hide-sv {
    display: none;
  }
  .otsikko-mobiili-sv {
    display: block;
    text-align: center;
    padding: 5rem 3rem 0;
    background-color: #ecffff;
  }
  .main-nav-active-sv a {
    font-weight: 700;
    color: #fff !important;
  }
}
@media screen and (min-width: 981px) {
  .main-nav-list-sv {
    display: block !important;
  }
}
#main-nav-toggle {
  position: absolute;
  left: 1.8rem;
  top: 2.2rem;
  cursor: pointer;
  padding: 1rem 3.5rem 1.6rem 0;
}
#main-nav-toggle span,
#main-nav-toggle span:before,
#main-nav-toggle span:after {
  cursor: pointer;
  border-radius: 0.4rem;
  height: 0.4rem;
  width: 3.5rem;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#main-nav-toggle span:before {
  top: -1rem;
}
#main-nav-toggle span:after {
  bottom: -1rem;
}
#main-nav-toggle.active span {
  background-color: transparent;
}
#main-nav-toggle.active span:before,
#main-nav-toggle.active span:after {
  top: 0;
}
#main-nav-toggle.active span:before {
  transform: rotate(45deg);
}
#main-nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.hero-cols .hero-col {
  display: flex;
  flex-direction: column;
}
.hero-row {
  background-color: #66bb6a;
  width: 100%;
  background-image: url(../imgs/Juna-hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 65vh;
}
.hero-col {
  padding: 3.5rem 0 0;
  border-radius: 1.5rem;
  align-items: center;
  max-width: 90rem;
  margin-top: 1rem;
}
.hero-col h1 {
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.4;
  background-color: #ffffffd7;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
}
.hero-col p {
  padding: 0 0 4rem;
  font-size: 1.6rem;
  max-width: 80rem;
  margin-top: 1rem;
}
.hero-col a {
  text-decoration: none;
}
.hero-col p img {
  width: 20rem;
}
@media screen and (max-width: 980px) {
  .hero-row {
    height: 50vh;
  }
  .hero-col {
    padding: 0.5rem 0 0;
  }
  .hero-cols .hero-col {
    margin: 0 0 4rem;
    max-width: 85%;
    flex-basis: 100%;
  }
  .hero-col h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 680px) {
  .hero-cols .hero-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .hero-col h1 {
    font-size: 3rem;
  }
}
.main-page-cols .main-page-col {
  display: flex;
  flex-direction: column;
}
.main-page-row {
  background-color: #ecffff;
  padding: 1rem 0 8rem;
}
.main-page-cols {
  padding: 0;
}
.main-page-cols .main-page-col .btn {
  margin-top: auto;
  padding: 1rem 4rem;
}
.main-page-col {
  background-color: #fff;
  padding: 3.5rem;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.04);
  border-radius: 1.5rem;
  align-items: center;
}
.main-page-col h2 {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
}
.main-page-col p {
  padding: 0 0 2rem;
  font-size: 1.6rem;
  text-align: left;
  hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -webkit-hyphens: manual;
}
.main-page-col-ikonit {
  width: 10rem;
  height: auto;
  padding: 0 0 3rem;
}
.info-cols .info-col {
  display: flex;
  flex-direction: column;
}
.info-row {
  background-color: #ecffff;
  padding: 0 0 8rem;
}
.info-cols {
  padding: 0;
}
.info-col {
  background-color: #fff;
  padding: 3.5rem 3.5rem 5rem;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.04);
  border-radius: 1.5rem;
  align-items: center;
  max-width: 135rem;
  margin-top: 1rem;
}
.info-col-ikonit {
  width: 10rem;
  height: auto;
  padding: 0 0 3rem;
}
.info-col h1 {
  font-size: 3rem;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 3rem;
}
.info-col p {
  padding: 0 0 0.5rem;
  font-size: 1.6rem;
  max-width: 80rem;
  margin-top: 1rem;
}
.info-col a {
  text-decoration: none;
}
.info-col p img {
  width: 20rem;
}
@media screen and (max-width: 980px) {
  .info-cols .info-col {
    margin: 0 0 4rem;
    max-width: 85%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 680px) {
  .info-cols .info-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.ukk-cols .ukk-col {
  display: flex;
  flex-direction: column;
}
.ukk-row {
  background-color: #ecffff;
  padding: 0 0 8rem;
}
.ukk-cols {
  padding: 0;
}
.ukk-col {
  background-color: #fff;
  padding: 3.5rem;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.04);
  border-radius: 1.5rem;
  align-items: center;
  max-width: 135rem;
  margin-top: 1rem;
}
.ukk-col-ikonit {
  width: 10rem;
  height: auto;
  padding: 0 0 3rem;
}
.ukk-col h1 {
  font-size: 3rem;
  text-align: left;
  line-height: 1.4;
}
.ukk-col h2 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 2rem 0 0;
}
.ukk-col p {
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 1.6rem;
  max-width: 80rem;
  line-height: 1.6;
}
.ukk-col a {
  text-decoration: none;
}
.ukk-col p img {
  width: 20rem;
}
@media screen and (max-width: 980px) {
  .ukk-cols .ukk-col {
    margin: 0 0 4rem;
    max-width: 85%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 680px) {
  .ukk-cols .ukk-col {
    flex-basis: 100%;
    max-width: 100%;
  }
} /*Accordion (MIT licence) is slightly modified from the Pen of Alex Bergin (https://codepen.io/abergin/pen/ihlDf)*/
.transition,
p,
ul li i:before,
ul li i:after {
  transition: all 0.3s ease-out;
}
.ukk-accordion h2 {
  margin-top: 3rem;
}
.ukk-accordion p {
  color: #402f31;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
}
.ukk-accordion p:first-child {
  margin: 1.5rem 0 0;
}
.ukk-accordion p:last-child {
  margin: 0 0 1.5rem;
}
.ukk-accordion ul {
  list-style: none;
  perspective: 900px;
  padding: 0;
  margin: 6rem 0 0;
  max-width: 80rem;
}
.ukk-accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 0.4rem;
  padding-top: 1.8rem;
  border-top: 0.1rem dotted #dce7eb;
}
.ukk-accordion ul li i {
  position: absolute;
  transform: translate(-0.6rem, 0);
  margin-top: 4rem;
  right: 0;
}
.ukk-accordion ul li i:before,
.ukk-accordion ul li i:after {
  content: '';
  position: absolute;
  background-color: #1a237e;
  width: 0.3rem;
  height: 0.9rem;
}
.ukk-accordion ul li i:before {
  transform: translate(-0.2rem, 0) rotate(45deg);
}
.ukk-accordion ul li i:after {
  transform: translate(0.2rem, 0) rotate(-45deg);
}
.ukk-accordion ul li input[type='checkbox'] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.ukk-accordion ul li input[type='checkbox']:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.ukk-accordion ul li input[type='checkbox']:checked ~ i:before {
  transform: translate(0.2rem, 0) rotate(45deg);
}
.ukk-accordion ul li input[type='checkbox']:checked ~ i:after {
  transform: translate(-0.2rem, 0) rotate(-45deg);
}
@media only screen and (max-width: 981px) {
  .ukk-accordion-sv ul {
    margin: 0;
  }
  .ukk-accordion-sv ul li:first-child {
    border-top: 0;
  }
  .ukk-col-sv {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 798px) {
  .ukk-accordion ul {
    margin: 0;
  }
  .ukk-accordion ul li:first-child {
    border-top: 0;
  }
  .ukk-col {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .ukk-accordion p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .ukk-accordion h2 {
    max-width: 32rem;
    padding: 0 3rem 0 1rem;
  }
  .ukk-accordion p {
    max-width: 32rem;
    padding: 0 3rem 0 1rem;
  }
  .ukk-accordion ul li i {
    padding: 0 1rem 0 0;
  }
}
.valvontamaksu-cols .valvontamaksu-col {
  display: flex;
  flex-direction: column;
}
.valvontamaksu-row {
  background-color: #ecffff;
  padding: 0 0 8rem;
}
.valvontamaksu-cols {
  padding: 0;
}
.valvontamaksu-col {
  background-color: #fff;
  padding: 3.5rem;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.04);
  border-radius: 1.5rem;
  align-items: center;
  max-width: 135rem;
  margin-top: 1rem;
}
.valvontamaksu-col-ikonit {
  width: 10rem;
  height: auto;
  padding: 0 0 3rem;
}
.valvontamaksu-col h1 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
}
.valvontamaksu-col h2 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 2rem 0 0;
}
.valvontamaksu-col p {
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 1.6rem;
  max-width: 80rem;
  line-height: 1.6;
}
.valvontamaksu-col a {
  text-decoration: none;
}
.valvontamaksu-col p img {
  width: 20rem;
}
@media screen and (max-width: 980px) {
  .valvontamaksu-cols .valvontamaksu-col {
    margin: 0 0 4rem;
    max-width: 85%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 680px) {
  .valvontamaksu-cols .valvontamaksu-col {
    flex-basis: 100%;
    max-width: 100%;
  }
} /*Accordion (MIT licence) is slightly modified from the Pen of Alex Bergin (https://codepen.io/abergin/pen/ihlDf)*/
.transition,
p,
ul li i:before,
ul li i:after {
  transition: all 0.3s ease-out;
}
.valvontamaksu-accordion h2 {
  margin-top: 3rem;
}
.valvontamaksu-accordion p {
  color: #402f31;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
}
.valvontamaksu-accordion p:first-child {
  margin: 1.5rem 0 0;
}
.valvontamaksu-accordion p:last-child {
  margin: 0 0 1.5rem;
}
.valvontamaksu-accordion ul {
  list-style: none;
  perspective: 900px;
  padding: 0;
  margin: 6rem 0 0;
  max-width: 80rem;
}
.valvontamaksu-accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 0.4rem;
  padding-top: 1.8rem;
  border-top: 0.1rem dotted #dce7eb;
}
.valvontamaksu-accordion ul li i {
  position: absolute;
  transform: translate(-0.6rem, 0);
  margin-top: 4rem;
  right: 0;
}
.valvontamaksu-accordion ul li i:before,
.valvontamaksu-accordion ul li i:after {
  content: '';
  position: absolute;
  background-color: #1a237e;
  width: 0.3rem;
  height: 0.9rem;
}
.valvontamaksu-accordion ul li i:before {
  transform: translate(-0.2rem, 0) rotate(45deg);
}
.valvontamaksu-accordion ul li i:after {
  transform: translate(0.2rem, 0) rotate(-45deg);
}
.valvontamaksu-accordion ul li input[type='checkbox'] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.valvontamaksu-accordion ul li input[type='checkbox']:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.valvontamaksu-accordion ul li input[type='checkbox']:checked ~ i:before {
  transform: translate(0.2rem, 0) rotate(45deg);
}
.valvontamaksu-accordion ul li input[type='checkbox']:checked ~ i:after {
  transform: translate(-0.2rem, 0) rotate(-45deg);
}
@media only screen and (max-width: 981px) {
  .valvontamaksu-accordion-sv ul {
    margin: 0;
  }
  .valvontamaksu-accordion-sv ul li:first-child {
    border-top: 0;
  }
  .valvontamaksu-col-sv {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 798px) {
  .valvontamaksu-accordion ul {
    margin: 0;
  }
  .valvontamaksu-accordion ul li:first-child {
    border-top: 0;
  }
  .valvontamaksu-col {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .valvontamaksu-accordion p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 400px) {
  .valvontamaksu-accordion h2 {
    max-width: 32rem;
    padding: 0 3rem 0 0;
  }
  .valvontamaksu-accordion p {
    max-width: 32rem;
    padding: 0 3rem 0 0;
  }
  .valvontamaksu-accordion ul li i {
    padding: 0 1rem 0 0;
  }
}
.cc-window.cc-banner {
  padding: 3rem 14rem;
}
@media screen and (max-width: 980px) {
  .cc-window.cc-banner {
    padding: 3rem 11rem;
  }
}
@media screen and (max-width: 680px) {
  .cc-window.cc-banner {
    padding: 3rem 4rem;
  }
}
.cc-link {
  text-decoration: none;
}
.cc-color-override-1059334523 {
  border-top: 0.2rem solid #66bb6a;
  background-color: #ecffff !important;
  color: #1a237e;
  box-shadow: 0 0.3rem 0.5rem 0.1rem rgba(17, 17, 17, 0.315);
  -moz-box-shadow: 0 0.3rem 0.5rem 0.1rem rgba(17, 17, 17, 0.315);
  -webkit-box-shadow: 0 0.3rem 0.5rem 0.1rem rgba(17, 17, 17, 0.315);
}
.cc-btn {
  padding: 1rem 4rem;
  border-radius: 10rem !important;
  border: 0.2rem solid #66bb6a !important;
  background-color: #fff !important;
  color: #1a237e !important;
  letter-spacing: 0.1rem !important;
}
.cc-btn:hover {
  border: 0.2rem solid #66bb6a !important;
  background-color: #66bb6a !important;
  color: #fff !important;
}
.evasteet-cols .evasteet-col {
  display: flex;
  flex-direction: column;
}
.evasteet-row {
  background-color: #ecffff;
  padding: 0 0 8rem;
}
.evasteet-cols {
  padding: 0;
}
.evasteet-col {
  background-color: #fff;
  padding: 3.5rem;
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.04);
  border-radius: 1.5rem;
  align-items: center;
  max-width: 135rem;
  margin-top: 1rem;
}
.evasteet-col-ikonit {
  width: 10rem;
  height: auto;
  padding: 0 0 3rem;
}
.evasteet-col h1 {
  font-size: 3rem;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 3rem;
}
.evasteet-col p {
  padding: 0 0 1rem;
  font-size: 1.6rem;
  max-width: 80rem;
  margin-top: 1rem;
}
.evasteet-col a {
  text-decoration: none;
}
.evasteet-col p img {
  width: 20rem;
}
@media screen and (max-width: 980px) {
  .evasteet-cols .evasteet-col {
    margin: 0 0 4rem;
    max-width: 85%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 680px) {
  .evasteet-cols .evasteet-col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-cols .footer-col {
  display: flex;
  flex-direction: column;
}
.footer-row {
  background-color: #66bb6a;
  box-shadow: 0 0.3rem 0.3rem 0.1rem rgba(17, 17, 17, 0.315);
  -moz-box-shadow: 0 0.3rem 0.3rem 0.1rem rgba(17, 17, 17, 0.315);
  -webkit-box-shadow: 0 0.3rem 0.3rem 0.1rem rgba(17, 17, 17, 0.315);
  width: 100%;
  height: 20rem;
}
.footer-col {
  padding: 2rem 0 0;
  align-items: center;
  max-width: 90rem;
  margin-top: 1rem;
}
.footer-col p {
  padding: 0;
  font-size: 1.4rem;
  max-width: 80rem;
  margin-top: 1rem;
  color: #1a237e;
  text-align: center;
  margin-bottom: 4rem;
}
footer a {
  text-decoration: none;
  color: #1a237e;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
