.v-article-cover {
  border-radius: 4px;
}

.v-wrapper-content {
  overflow: hidden;
}

.color-f28442 {
  color: #F28442;
}

.v-content {
  background-image: url('/static/img/custom/course-bg.png');
  background-repeat: no-repeat !important;
  background-position: bottom;
}

@media screen and (min-width: 770px) {
  .v-article-item {
    width: 268px;
    margin-top: 30px;
    margin-right: 24px;
    display: inline-block;
  }
  .v-article-item > .img-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .v-article-item img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform .5s;
  }
  .v-article-item:hover img {
    transform: scale(1.15);
  }
  .v-wrapper-articles a:nth-child(3n) .v-article-item {
    margin-right: 0;
  }
  .v-article-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-weight: 400;
    margin-top: 12px;
    font-size: 16px;
  }
  .page {
    margin: 30px 0;
    text-align: right;
  }
  .v-article-entity-content {
    padding: 25px 40px;
  }
  .v-article-entity-content img {
    max-width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .v-wrapper-articles__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .v-wrapper-articles a {
    width: 49%;
  }
  .v-article-item {
    margin-top: 15px;
  }
  .v-article-item img {
    width: 100%;
  }
  .v-article-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px;
  }
  .page {
    margin: 20px 0;
    text-align: center;
  }
}
