.pitch-list-section {
  margin: 60px 0;
}

@media (min-width: 576px) {
  .pitch-single.event-block-three.right .inner-box {
    padding: 25px 60px 23px 60px;
  }
}

.pitch-single .--logo img {
  max-width: 200px;
  padding: 1rem;
}

@media (max-width: 991px) {
  .pitch-single .--logo img {
    margin: 2rem 0 0 0;
  }
}

.pitch-single .title {
  max-width: unset !important;
}
.pitch-single .--country {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pitch-single .--country .--flag {
  margin: 0;
}
.pitch-single .--country .--text {
  margin: 0 0 5px 0;
}

.pitch-details-btn {
  order: 3;
}

.pitch-details-btn a {
  margin: 0 !important;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pitch-details-btn i {
  font-size: 30px;
}

.pitch-single .--introduction {
  max-width: unset !important;
}

.pitch-single {
  scroll-margin-top: 100px;
}


.triangle-images {
  width: 920px;
  margin: 0 auto;
}
.triangle-top {
  display: flex;
  justify-content: center;
}
.triangle-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.img-triangle {
  width: 450px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.triangle-under {
  display: flex;
  justify-content: center;
  margin-top: 50px;

}
.img-under {
  width: 1200px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* スマホ対応 */
@media (max-width: 920px) {
  .triangle-images {
    width: 95%;
  }
  .img-triangle {
    width: 45%;
    height: auto;
  }
  .triangle-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  }
  .img-under {
    width: 95%;
    height: auto;
  }
}


