#beyound-just-capital {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #beyound-just-capital .container {
    padding-right: 0 !important;
  }
  #beyound-just-capital h2, #beyound-just-capital .sec-subtitle {
    padding-right: 24px;
  }
  #beyound-just-capital .slick-dots {
    padding-right: 24px !important;
  }
}

.title-over-desc-section .card-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.title-over-desc-section .card-wrapper .card-item {
  width: calc(33.3333333333% - 20px);
  background: #E6F4FF;
  margin: 12px 10px;
  padding: 25px;
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .title-over-desc-section .card-wrapper .card-item {
    min-height: 193px;
  }
}
@media only screen and (max-width: 991px) {
  .title-over-desc-section .card-wrapper .card-item {
    width: calc(50% - 20px);
  }
}
.title-over-desc-section .card-wrapper .card-item .card-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  top: 50%;
  transform: translate(0px, -50%);
  letter-spacing: 0.01em;
}
.title-over-desc-section .card-wrapper .card-item .card-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) {
  .title-over-desc-section .card-wrapper .card-item:hover {
    background: #101F61 url("../../images/debt/card-hover-bg-cure.png") no-repeat left bottom;
    background-size: 75%;
    cursor: pointer;
  }
  .title-over-desc-section .card-wrapper .card-item:hover .card-title {
    transition: all 0.5s ease;
    color: var(--color-white);
    top: 0px;
    transform: translate(0px, 0px);
  }
  .title-over-desc-section .card-wrapper .card-item:hover .card-desc {
    opacity: 1;
    transition: all 0.5s ease;
    visibility: visible;
  }
}
@media only screen and (max-width: 991px) {
  .title-over-desc-section .card-wrapper {
    margin: 0 -10px 0 -20px;
    padding: 0 10px;
  }
  .title-over-desc-section .card-wrapper .slick-dots {
    padding: 15px 0px 0px;
  }
  .title-over-desc-section .card-wrapper .slick-track {
    display: flex;
    height: 100%;
  }
  .title-over-desc-section .card-wrapper .card-item {
    background: #101F61 url("../../images/debt/card-hover-bg-cure.png") no-repeat left bottom;
    background-size: 100%;
  }
  .title-over-desc-section .card-wrapper .card-item .card-title {
    top: 0%;
    transform: translate(0px, 0%);
    color: var(--color-white);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
  .title-over-desc-section .card-wrapper .card-item .card-desc {
    opacity: 1;
    visibility: visible;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .title-over-desc-section .card-wrapper .slick-dots {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .title-over-desc-section h2 {
    text-align: left !important;
  }
  .title-over-desc-section .sec-subtitle {
    text-align: left !important;
    color: #03002F !important;
    max-width: 100% !important;
  }
}/*# sourceMappingURL=title-over-desc.css.map */