.c-rythmique-safety {
  max-width: 1280px;
  min-width: 1000px;
  margin: 100px auto -50px;
}

.c-rythmique-safety .c-common-header-title {
  font-size: 40px;
  color: rgba(255,187,102,0.5);
  margin: 45px auto 0;
  letter-spacing: 4px;
}

.c-rythmique-safety.lazyloaded {
  background: url("/art-college/music/assets/img/pages/pc/rythmique/safety/bg.png") no-repeat;
  background-size: 651px 648px;
  background-position: 140px -70px;
}

.c-rythmique-safety__header {
  position: relative;
  margin-bottom: 80px;
}

.c-rythmique-safety__header-image {
  margin: 0 auto;
}
.c-rythmique-safety__header-image-title {
  margin: 20px auto 0px;
  width: 150px;
}
.c-rythmique-safety__header-desc {
  width: 880px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 30px;
}

.c-rythmique-safety .c-feature-common__header-title p:nth-child(1){
  font-size: 24px;
}

.c-safety-card-row {
  position: relative;
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  margin-left: -30px;
}

.c-safety-card-row ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  margin-top: 100px;
  width: 880px;
}

.c-safety-card-row li{
  position: relative;
  width: 260px;
  height: 320px;
  border-top-left-radius: 10px;
}

.c-safety-card-row li:nth-child(1),.c-safety-card-row li:nth-child(3) {
  margin-top: -35px;
}

.c-safety-card-row-card-image {
  width: 260px;
}

.c-safety-card-row-card-caption {
  margin: 15px auto;
  font-size: 20px;
  font-weight: 600;
}

.c-safety-card-row-card-desc {
  width: 240px;
  margin: 0px auto;
  font-size: 14px;
  font-weight: 600;
}

