.topics-item-v2 {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  border-bottom: 2px solid var(--text-color);
  padding: 43.6px 0 58px;
}

.topics-four-columns .d-flex:nth-child(-n+4) .topics-item-v2 {
  border-top: 2px solid var(--text-color);
}

.topics-item-v2:hover {
  border-color: #00ADE5 !important;
}

.topics-head-v2 * {
  color: #00ADE5 !important;
}

.topics-item-v2:hover .topics-head-v2 * {
  text-decoration: underline !important;
}

.topics-head-v2 {
  margin-bottom: 44px !important;
  flex-grow: 1;
}

.topics-img-v2 img {
  width: 100%;
  height: 147px;
  object-fit: cover;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.topics-item-v2:hover .topics-img-v2 img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.topics-text-v2 {
  margin: 44px 0;
}

.topics-text-v2 p {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: var(--text-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 102px;
  letter-spacing: 0.18px;
}

.topics-btn-v2 {
  margin-top: auto;
}

.topics-item-v2:hover .btn-blue-outline {
  background: #00ADE5;
  border-color: #00ADE5 !important;
  color: var(--second-active-color) !important;
}

.topics-item-v2:hover .btn-blue-outline img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}

@media(min-width:1360px) and (max-width:1459.98px) {
  .topics-item-v2 {
    padding: 38.6px 0 58px;
  }

  .topics-head-v2 {
    margin-bottom: 33px !important;
  }

  .topics-img-v2 img {
    height: 136.92px;
  }

  .topics-text-v2 {
    margin: 30px 0 40px;
  }

  .topics-text-v2 p {
    font-size: 17px;
    line-height: 25px;
    height: 100px;
  }
}

@media(min-width:1200px) and (max-width:1359.98px) {
  .topics-item-v2 {
    padding: 35px 0 58px;
  }

  .topics-head-v2 {
    margin-bottom: 30px !important;
  }

  .topics-text-v2 {
    margin: 30px 0 40px;
  }

  .topics-text-v2 p {
    font-size: 17px;
    line-height: 25px;
    height: 100px;
  }
}

@media(min-width:992px) and (max-width:1199.98px) {
  .topics-item-v2 {
    padding: 30px 0 58px;
  }

  .topics-head-v2 {
    margin-bottom: 30px !important;
  }

  .topics-img-v2 img {
    height: 119.78px;
  }

  .topics-text-v2 {
    margin: 20px 0 40px;
  }

  .topics-text-v2 p {
    font-size: 16px;
    line-height: 23px;
    height: 90px;
  }
}

@media(min-width:768px) and (max-width:991.98px) {
  .topics-item-v2 {
    border-top: 0 !important;
    padding: 40px 0 50px
  }

  .topics-four-columns .d-flex:nth-child(-n+2) .topics-item-v2 {
    border-top: 2px solid var(--text-color) !important;
  }

  .topics-head-v2 {
    margin-bottom: 25px !important;
  }

  .topics-text-v2 {
    margin: 25px 0;
  }

  .topics-text-v2 p {
    font-size: 17px;
    line-height: 24px;
    height: 100px;
  }

  .topics-img-v2 img {
    height: 188.5px;
  }
}

@media(max-width:767.98px) {
  .sec-topics-v2 .container {
    padding-right: 0;
  }

  .sec-topics-v2 .row {
    --bs-gutter-x: 0px !important;
  }

  .sec-topics-v2 .owl-stage,
  .sec-topics-v2 .owl-item {
    display: flex;
  }

  .topics-item-v2 {
    padding: 32px 0 40px;
    width: 300px;
  }

  .topics-head-v2 {
    margin-bottom: 24px !important;
  }

  .topics-img-v2 img {
    height: 168px;
  }

  .topics-item-v2:hover .topics-img-v2 img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  .topics-text-v2 {
    margin: 24px 0;
  }

  .topics-text-v2 p {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }

  .topics-btn-v2 .btn {
    width: 100%;
  }

  .sec-topics-v2 .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .sec-topics-v2 .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1.5px solid var(--text-color) !important;
    outline: none !important;
    margin: 0 4px;
  }

  .sec-topics-v2 .owl-dot.active {
    background: #00ADE5 !important;
    border-color: #00ADE5 !important;
  }
}