.page-id-34 .contents{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.page-id-34 .title{
  font-size: .9rem;
  margin-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}
.page-id-34 .title p{
  margin-bottom: 10px;
  text-align: center;
}
.page-id-34 .title p a{
  color: var(--sub-color);
}
.page-id-34 .contents .cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.page-id-34 .article h2{
  margin-top: 0px;
}
.page-id-34 .contents .cards .card{
  width: 30%;
  height: 100px;
  text-align: center;
  margin: 5px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-id-34 .contents .cards .card:hover{
  cursor: pointer;
}
.page-id-34 .contents .cards .card p{
  color: white;
  z-index: 13;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate3d(-50%,-50%,0);
  font-size: 1rem;
}
.page-id-34 .contents .cards .card::after{
  position: absolute;
  content: "";
	background-image: linear-gradient(90deg,var(--main-color),var(--main-color));
  z-index: 12;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .3s;
}
.page-id-34 .contents .cards a.card:hover{
  opacity: .9;
}
.page-id-34 .section{
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 60px;
  padding-bottom: 50px;
}
.page-id-34 .section:nth-of-type(2n+1){
  position: relative;
  background-image: url(../images/white-waves/white-waves.png);
}
.page-id-34 .section:nth-of-type(2n+1)::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-id-34 .article h2::after{
  content: "";
  position: absolute;
  height: 2px;
  width: 80px;
  background-color: var(--main-color);
  bottom: -10px;
  left: 0px;
  z-index: 12;
}
.page-id-34 .section .description{
  position: relative;
  margin-top: 30px;
  z-index: 12;
}
.page-id-34 .section .description p{
  font-size: .9rem;
  margin-bottom: 10px;
}
.page-id-34 .section .description p a{
	color: var(--sub-color);
}
@media screen and (max-width: 430px) {
  .page-id-34 .title p{
    text-align: left;
  }
  .page-id-34 .contents .cards{
    width: 100%;
  }
  .page-id-34 .contents .cards .card{
    width: 45%;
  }
  .page-id-34 .contents .cards .card p{
    font-size: .9rem;
  }
  .page-id-34 .section{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
