.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    min-width: 0;
    flex-grow: 1;
  }
  
  .card2 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    flex-grow: 1;
  }
  .flex-left30 {
    position: relative;
    overflow: Hidden;
    width: 50%;
    border: none;
    
  }

  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
     border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .mittauspalveluistatarkemmin2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-height: 500px;
  
  }

  .yhteystietoja {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 40px;
    border: 1px solid #343090;
    background-color: white;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  }
  
  .yhteystietoja2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 100%;
  }
  

  .teksti10 {
	font-family: Urbanist;
	text-align: center;
	color: black;
	font-size: 1vw;
	padding: 6px;
	line-height: 100%;
	word-wrap: break-word;
	
}


.boldatutOtsikot {
	font-family: Urbanist;
	text-align: center;
	color: black;
  font-weight: bold;
	font-size: 1vw;
	padding: 6px;
	line-height: 150%;
	word-wrap: break-word;
	
}



  @media only screen and (max-width: 630px) {

  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 100%;
  }

  .card2 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 100%;
  }

  .yhteystietoja2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 100%;
  }
  
  .yhteystietoja {
    margin: 10px;
  }
  
.teksti10 {
  font-family: Urbanist;
  text-align: center;
  color: black;
  font-size: 4vw;
  margin-top: 4px;
  line-height: 150%;
  word-wrap: break-word;
	
}

.boldatutOtsikot {
	font-family: Urbanist;
	text-align: center;
	color: black;
  font-weight: bold;
	font-size: 3.6vw;
	
}

  .flex-left30 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .mittauspalveluistatarkemmin2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-height: fit-content;
    height: -moz-max-content;
  }
}

@media only screen and (min-width: 2000px) {
 
    .mittauspalveluistatarkemmin2 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      width: 100%;
      max-height: 650px;
    
    }

    .flex-left30 {
      width: 40%; 
    }

  }