.topics-two-columns .d-flex:nth-child(n + 3) {
  margin-top: 5rem;
}
.topics-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.topics-name {
  height: 52px;
  border-bottom: 2px solid var(--text-color);
  text-align: center;
  margin-bottom: 68px;
}
.topics-item:hover .topics-name {
  border-bottom-color: #00ADE5;
  border-bottom-width: 4px;
}
.topics-name * {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.9px;
  color: var(--text-color);
  font-weight: bold;
}
.topics-item:hover .topics-name * {
  color: #00ADE5;
}
.topics-head {
  margin-bottom: 48px !important;
  height: 5rem;
  flex-grow: 1;
}
.topics-head * {
  color: var(--main-color) !important;
}
.topics-item:hover .topics-head * {
  text-decoration: underline !important;
}
.topics-img img {
  width: 100%;
  height: 180px;
  border-radius: 1rem;
  object-fit: cover;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.topics-item:hover .topics-img img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.topics-text {
  margin: 61.3px 0 38.7px;
}
.topics-text p {
  font-weight: bold;
  color: var(--text-color);
  letter-spacing: 0.2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 120px;
}
.topics-btn {
  margin-top: auto;
}
.topics-item:hover .btn-blue-outline {
  background: #00ADE5;
  border-color: #00ADE5 !important;
  color: var(--second-active-color) !important;
}
.topics-item:hover .btn-blue-outline img {
  -webkit-filter: brightness(0) invert(100%);
  filter: brightness(0) invert(100%);
}
.topics-img + .image-with-content .btn{
  align-self: flex-start;
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .topics-name {
    height: 50px;
    margin-bottom: 50px;
  }
  .topics-img + .image-with-content {
    min-height: 270px;
  }
  .topics-text {
    margin: 50.3px 0 36.7px;
  }
  .topics-text p {
    height: 110px;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .topics-name {
    height: 50px;
    margin-bottom: 45px;
  }
  .topics-head {
    margin-bottom: 40px !important;
  }
  .topics-img + .image-with-content {
    min-height: 270px;
  }
  .topics-text {
    margin: 39.3px 0 38.7px;
  }
  .topics-text p {
    height: 100px;
    font-size: 17px;
  }
}
@media(min-width:992px) and (max-width:1199.98px) {
  .topics-name {
    height: 45px;
    margin-bottom: 40px;
  }
  .topics-head {
    margin-bottom: 35px !important;
  }
  .blog-list .blog-list-box {
    width: 33.33%;
  }
  .topics-img img {
    height: 165px;
  }
  .topics-img + .image-with-content {
    padding-top: 24px !important;
    min-height: 240px;
  }
  .topics-img + .image-with-content .image-with-text-desc {
    min-height: 130px;
  }
  .topics-text {
    margin: 35.3px 0 37.7px;
  }
  .topics-text p {
    height: 100px;
    font-size: 17px;
  }
}
@media(min-width:768px) and (max-width:991.98px) {
  .topics-name {
    height: 45px;
    margin-bottom: 40px;
  }
  .topics-head {
    margin-bottom: 40px !important;
  }
  .topics-img img {
    height: 195px;
  }
  .topics-text {
    margin: 30px 0 38px;
  }
  .topics-text p {
    height: 100px;
    font-size: 17px;
  }
  .topics-img + .image-with-content {
    padding-top: 15px !important;
  }
  .topics-img + .image-with-content .image-with-text-desc{
    margin-bottom: 15px;
    min-height: 110px;
  }
}
@media(max-width:767.98px) {
  .topics-two-columns .d-flex:nth-child(n + 2) {
    margin-top: 32px;
  }
  .topics-name {
    height: 40px;
    margin-bottom: 24px;
  }
  .topics-name * {
    font-size: 19px;
    line-height: 20px;
  }
  .topics-head {
    margin-bottom: 24px !important;
  }
  .topics-img img {
    width: 100% !important;
    height: 279px !important;
  }
  .topics-item:hover .topics-img img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .topics-text {
    margin: 24px 0;
  }
  .topics-text p {
    height: auto;
  }
  .topics-btn .btn {
    width: 100%;
  }
  .topics-img + .image-with-content {
    padding-top: 15px !important;
  }
  .topics-img + .image-with-content .image-with-text-desc{
    margin-bottom: 15px;
  }
  .topics-img + .image-with-content .btn {
    align-self: initial;
  }
}
@media(max-width:575.98px) {
  .topics-img img {
    height: 49.5vw !important;
  }
}