.ctv-source-row {
  height: 483px;
}
.ctv-source-row section {
  width: 1140px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.ctv-source-row .ctv-source-item {
  width: 364px;
  height: 403px;
  box-sizing: border-box;
  background: #F6F6F6;
  border-radius: 16px;
  padding: 22px;
  margin-right: 24px;
}
.ctv-source-row .ctv-source-item:last-of-type {
  margin-right: 0;
}
.ctv-source-row .ctv-source-item .ctv-s-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #000000;
}
.ctv-source-row .ctv-source-item .ctv-s-desc {
  margin-top: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  height: 72px;
}
.ctv-source-row .ctv-source-item .ctv-s-img {
  margin-top: 24px;
  width: 320px;
  height: 200px;
}
.ctv-source-row .ctv-source-item .ctv-s-img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1140px) {
  .ctv-source-row {
    height: auto;
    margin: 40px 0;
  }
  .ctv-source-row section {
    width: 100%;
    padding: 0 24px;
    flex-direction: column;
  }
  .ctv-source-row .ctv-source-item {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .ctv-source-row .ctv-source-item:last-of-type {
    margin-bottom: 0;
  }
}
