.sec-card-v2::after {
  position: absolute;
  content: "";
  top: -1.6rem;
  right: 0;
  width: 41.4rem;
  height: 14.4rem;
  background-image: url(../images/shape-right.png);
  background-size: cover;
  background-position: center;
}
.topic-card::after {
  right: auto;
  left: 0;
  top: -5.6rem;
  background-image: url(../images/shape-left.png);
}
.sec-card-v2.list::after {
  content: none;
}
.card-v2-list {
  margin-bottom: 8rem;
}
.row:last-child .card-v2-list,
.topic-card .card-v2-list {
  margin-bottom: 0;
}
.card-v2-list .row {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 1.6rem;
}
.card-v2-item {
  width: 100%;
  border-top: 1px solid var(--blue-60);
  padding-top: 4.8rem;
}
.col-lg-4 .card-v2-item{
  border-top: 0;
  padding-top: 0 !important;
}
.card-v2-top,
.card-v2-img,
.card-v2-text {
  margin-bottom: 4rem;
}
.card-v2-top:last-child,
.card-v2-img:last-child,
.card-v2-text:last-child {
  margin-bottom: 0;
}
.card-v2-top .subtitle-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  height: 6.4rem;
  max-height: 6.4rem;
}
.col-lg-3 .card-v2-top .subtitle-1,
.col-lg-4 .card-v2-top .subtitle-1 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 9.6rem;
  max-height: 9.6rem;
}
a.card-v2-item:hover .subtitle-1 {
  text-decoration: underline;
}
.card-v2-img img{
  width: 100%;
  height: 33.5rem;
  object-fit: cover;
}
.col-lg-4 .card-v2-img img {
  height: 21.9rem;
}
.col-lg-3 .card-v2-img img{
  height: 15.4rem;
}
.card-v2-text p {
  color: var(--drak-black);
  opacity: 0.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  max-height: 11.2rem;
}
.sec-card-v2.list .row {
  --bs-gutter-x: 1.6rem;
  --bs-gutter-y: 8rem;
}
.list .card-v2-item{
  border-top: 0;
  padding-top: 0 !important;
}
.sec-card-v2.list .card-v2-top .subtitle-1 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  height: 12.8rem;
  max-height: 12.8rem;
}
.list .card-v2-img img {
  height: 18.6rem !important;
}
.list .col-lg-4 .card-v2-img img {
  height: 26.4rem !important;
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-card-v2::after {
    width: 34.5rem;
    height: 12rem;
  }
  .card-v2-item {
    padding-top: 4rem;
  }
  .card-v2-top, 
  .card-v2-img, 
  .card-v2-text {
    margin-bottom: 3.2rem;
  }
  .card-v2-img img {
    height: 32.4rem;
  }
  .col-lg-4 .card-v2-img img {
    height: 21.2rem;
  }
  .col-lg-3 .card-v2-img img {
    height: 14.8rem;
  }
  .sec-card-v2.list .row {
    --bs-gutter-y: 7.2rem;
  }
  .list .card-v2-img img {
    height: 18.1rem !important;
  }
  .list .col-lg-4 .card-v2-img img {
    height: 25.6rem !important;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-card-v2::after {
    width: 34.5rem;
    height: 12rem;
  }
  .card-v2-list {
    margin-bottom: 6rem;
  }
  .card-v2-item {
    padding-top: 4rem;
  }
  .card-v2-top, 
  .card-v2-img, 
  .card-v2-text {
    margin-bottom: 3.2rem;
  }
  .card-v2-top .subtitle-1 {
    height: 5.6rem;
    max-height: 5.6rem;
  }
  .col-lg-3 .card-v2-top .subtitle-1,
  .col-lg-4 .card-v2-top .subtitle-1 {
    height: 8.4rem;
    max-height: 8.4rem;
  }
  .card-v2-img img {
    height: 28.7rem;
  }
  .col-lg-4 .card-v2-img img {
    height: 18.8rem;
  }
  .col-lg-3 .card-v2-img img{
    height: 13.2rem;
  }
  .card-v2-text p {
    max-height: 10.4rem;
  }
  .sec-card-v2.list .row {
    --bs-gutter-y: 6.4rem;
  }
  .sec-card-v2.list .card-v2-top .subtitle-1 {
    height: 11.2rem;
    max-height: 11.2rem;
  }
  .list .card-v2-img img {
    height: 16.4rem !important;
  }
  .list .col-lg-4 .card-v2-img img {
    height: 23.2rem !important;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-card-v2::after {
    width: 31.5rem;
    height: 10.9rem;
  }
  .card-v2-list {
    margin-bottom: 6rem;
  }
  .card-v2-item {
    padding-top: 3.6rem;
  }
  .card-v2-top, 
  .card-v2-img, 
  .card-v2-text {
    margin-bottom: 3.2rem;
  }
  .card-v2-top .subtitle-1 {
    height: 5.4rem;
    max-height: 5.4rem;
  }
  .col-lg-3 .card-v2-top .subtitle-1,
  .col-lg-4 .card-v2-top .subtitle-1 {
    height: 8.1rem;
    max-height: 8.1rem;
  }
  .card-v2-img img {
    height: 26.7rem;
  }
  .col-lg-4 .card-v2-img img {
    height: 17.5rem;
  }
  .col-lg-3 .card-v2-img img {
    height: 12.2rem;
  }
  .sec-card-v2.list .row {
    --bs-gutter-y: 5.6rem;
  }
  .sec-card-v2.list .card-v2-top .subtitle-1 {
    height: 10.8rem;
    max-height: 10.8rem;
  }
  .list .card-v2-img img {
    height: 14.6rem !important;
  }
  .list .col-lg-4 .card-v2-img img {
    height: 20.7rem !important;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-card-v2::after {
    width: 26.5rem;
    height: 9.2rem;
  }
  .topic-card::after {
    top: -4.6rem;
  }
  .card-v2-list {
    margin-bottom: 6rem;
  }
  .card-v2-item {
    padding-top: 3.6rem;
  }
  .card-v2-top, 
  .card-v2-img, 
  .card-v2-text {
    margin-bottom: 3.2rem;
  }
  .card-v2-top .subtitle-1 {
    height: 5.2rem;
    max-height: 5.2rem;
  }
  .col-lg-3 .card-v2-top .subtitle-,
  .col-lg-4 .card-v2-top .subtitle-1 {
    height: 7.8rem;
    max-height: 7.8rem;
  }
  .card-v2-img img {
    height: 23.6rem;
  }
  .col-lg-4 .card-v2-img img {
    height: 15.4rem;
  }
  .col-lg-3 .card-v2-img img {
    height: 10.8rem;
  }
  .card-v2-text p {
    max-height: 9.6rem;
  }
  .sec-card-v2.list .row {
    --bs-gutter-y: 5.6rem;
  }
  .sec-card-v2.list .card-v2-top .subtitle-1 {
    height: 10.4rem;
    max-height: 10.4rem;
  }
  .list .card-v2-img img {
    height: 11.8rem !important;
  }
  .list .col-lg-4 .card-v2-img img {
    height: 16.8rem !important;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-card-v2::after {
    width: 22.5rem;
    height: 7.8rem;
  }
  .topic-card::after {
    top: -4.6rem;
  }
  .card-v2-list .col-lg-6.d-flex {
    width: 50%;
  }
  .card-v2-list {
    margin-bottom: 6rem;
  }
  .card-v2-item {
    padding-top: 3.2rem;
  }
  .card-v2-top .subtitle-1 {
    height: 5.2rem;
    max-height: 5.2rem;
  }
  .col-lg-3 .card-v2-top .subtitle-1,
  .col-lg-4 .card-v2-top .subtitle-1 {
    height: 7.8rem;
    max-height: 7.8rem;
  }
  .card-v2-top, 
  .card-v2-img, 
  .card-v2-text {
    margin-bottom: 2.4rem;
  }
  .card-v2-img img {
    height: 19.1rem !important;
  }
  .card-v2-text p {
    max-height: 9.6rem;
  }
  .sec-card-v2.list .row {
    --bs-gutter-y: 4.8rem;
  }
  .list .card-v2-img img {
    height: 18.1rem !important;
  }
  .sec-card-v2.list .card-v2-top .subtitle-1 {
    height: 10.4rem;
    max-height: 10.4rem;
  }
  .list .col-lg-4 .card-v2-img img {
    height: 19rem !important;
  }
}
@media(max-width:767.98px) {
  .topic-card {
    padding-top: 0;
  }
  .sec-card-v2::after {
    content: none;
  }
  .sec-card-v2 .subtitle-1 br {
    display: none;
  }
  .card-v2-list {
    margin-bottom: 2.4rem;
  }
  .card-v2-list .row {
    --bs-gutter-y: 2.4rem;
  }
  .card-v2-item {
    padding-top: 2.4rem;
  }
  .card-v2-top, .card-v2-img, .card-v2-text {
    margin-bottom: 2rem;
  }
  .card-v2-top .subtitle-1 {
    height: 5.2rem !important;
    max-height: 5.2rem !important;
  }
  .card-v2-text p {
    max-height: 9.6rem;
  }
  .card-v2-img img {
    height: 28.8rem !important;
  }
  .sec-card-v2.list .row {
    --bs-gutter-y: 4rem;
  }
  .list .card-v2-img img {
    height: 27.3rem !important;
  }
  .list .col-lg-4 .card-v2-img img {
    height: 28.6rem !important;
  }
}
@media(max-width:575.98px) {
  .card-v2-img img {
    height: calc(60vw - 3rem) !important;
  }
  .list .card-v2-img img,
  .list .col-lg-4 .card-v2-img img {
    height: calc(57.7vw - 3.2rem) !important;
  }
}