@charset "UTF-8";

#mediaSec .flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 1.5%;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.exp {
  margin-top: .5rem;
}
.exp .date {
  color: #666;
  display: block;
}

#mediaSec .fourColumn img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.googlereview {
  padding: 0 0 60px;
}
.googlereview h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.two_colmun_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  margin-bottom: 30px;
}

.two_colmun_wrap .twoColumn {
  position: relative;
}

.two_colmun_wrap .twoColumn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  #mediaSec .flex {
    grid-template-columns: repeat(2, 1fr);
  }
  .two_colmun_wrap {
    grid-template-columns: 1fr;
  }
  #mediaSec .fourColumn img {
    aspect-ratio: 1;
    height: auto;
  }
}

#youtubeSec {
  max-width: 1400px;
  margin: 0 auto;
}

#youtubeSec h2.head1 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.6em;
}

#youtubeSec .secTitle {
  padding: 80px 0 50px;
}

#youtubeSec .secTitle img {
  margin-bottom: 25px;
}

.btn {
  text-align: center;
}

.btn a {
  color: #707070;
  text-decoration: underline;
}

@media screen and (max-width: 680px) {
    #youtubeSec h2.head1 {
        font-size: 20px;
        margin: 20px 0;
    }
    #youtubeSec .secTitle img {
        width: 60px;
        margin-bottom: 0;
    }
    #youtubeSec .twoColumn svg {
        width: 60px;
    }
}