.cardsSecondThree {
  padding: 10%;
  display: flex;
  gap: 5%;
}

.cardsSecondThree .card1 {
  background-color: rgb(225, 222, 255);
max-width: 40%;
padding: 25px;
border: 0px;
border-style: solid;
border-radius: 20px;
overflow: hidden;

display: flex;
flex-direction: column;
justify-content: space-between;
}

.cardsSecondThree .card2 {
  background-color: rgb(231, 222, 254);
max-width: 40%;
padding: 25px;
border: 0px;
border-style: solid;
border-radius: 20px;
overflow: hidden;

display: flex;
flex-direction: column;
justify-content: space-between;
}

.cardsSecondThree .card3 {
  background-color: rgb(239, 236, 255);
max-width: 40%;
padding: 25px;
border: 0px;
border-style: solid;
border-radius: 20px;
overflow: hidden;

display: flex;
flex-direction: column;
justify-content: space-between;
}


.cardsSecondThree .afbeelding {
border: 0px;
border-style: solid;
border-radius: 20px;
overflow: hidden;
margin-top: 10px;
}

.cardsSecondThree .afbeelding img {
  width: 100%;
  height: 100%;
}

 .cardsSecondThree .card1text2 {
padding-top: 25px;
}

 .cardsSecondThree .leesmeer {
  background-color: black;
  color: aliceblue;
margin-top: 15px;
width: fit-content;

padding: 10px 20px;
  display: flex;
 }

 
 .cardsSecondThree .leesmeer span {
  padding-left: 10px;
 }


.cardsSecondThree .card2 {
  background-color: rgb(228, 223, 255);

}
.cardsSecondThree .card3 {
  background-color: rgb(218, 218, 255);
}

@media (max-width: 1000px) {
  .cardsSecondThree  {
    flex-direction: column;

  }

  .cardsSecondThree .card1 {
max-width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
}

.cardsSecondThree .card2 {
max-width: 100%;
margin-left: auto;
margin-right: auto;margin-bottom: 50px;
}


.cardsSecondThree .card3 {
max-width: 100%;
margin-left: auto;
margin-right: auto;margin-bottom: 50px;
}


}