.sec-card-md{
  margin-bottom: 12.8rem;
}
.card-list .d-flex:nth-child(n + 4){
  margin-top: 2.4rem;
}
.card-item{
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 0.4rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.card-img{
  width: 100%;
  overflow: hidden;
}
.card-img img{
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.card-info{
  width: 100%;
  flex-grow: 1;
  min-height: 14.5rem;
  padding: 2.8rem 4rem;
}
.sec-card-small .card-info{
  min-height: 11.7rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec-card-md .card-info{
  min-height: 12.1rem !important;
}
.card-info .badge{
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.card-text{
  position: relative;
  width: 100%;
  padding-right: 4.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-text::after{
  position: absolute;
  content: "";
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon-arrow.png);
  background-size: cover;
  background-position: center;
}
.card-item:hover .h4 *{
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.card-text p{
  margin: 0.4rem 0 0;
  line-height: 120%;
  font-weight: 300;
  color: var(--bodt-text);
}
@media(min-width:1360px) and (max-width:1403.98px){
  .sec-card-md {
    margin-bottom: 10.8rem;
  }
  .card-img img {
    height: 22.6rem;
  }
  .card-info {
    min-height: 13rem;
    padding: 2.4rem 3.2rem;
  }
  .sec-card-small .card-info {
    min-height: 10.8rem !important;
  }
  .sec-card-md .card-info {
    min-height: 10.8rem !important;
  }
  .card-info .badge {
    top: 1.6rem;
    left: 1.6rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-card-md {
    margin-bottom: 9.8rem;
  }
  .card-list .d-flex:nth-child(n + 4) {
    margin-top: 2rem;
  }
  .card-img img {
    height: 20.3rem;
  }
  .card-info .badge {
    top: 1.6rem;
    left: 1.6rem;
  }
  .card-info {
    min-height: 13rem;
    padding: 2.4rem 2.8rem;
  }
  .sec-card-small .card-info {
    min-height: 10.4rem !important;
  }
  .sec-card-md .card-info {
    min-height: 10.4rem !important;
  }
  .card-text {
    padding-right: 4rem;
  }
  .card-text::after {
    width: 2rem;
    height: 2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-card-md {
    margin-bottom: 9.8rem;
  }
  .card-list .d-flex:nth-child(n + 4) {
    margin-top: 1.6rem;
  }
  .card-img img {
    height: 16.6rem;
  }
  .card-info {
    min-height: 12rem;
    padding: 2rem 2rem;
  }
  .sec-card-small .card-info {
    min-height: 9.6rem !important;
  }
  .sec-card-md .card-info {
    min-height: 10rem !important;
  }
  .card-text {
    padding-right: 3rem;
  }
  .card-text::after {
    width: 2rem;
    height: 2rem;
  }
  .card-info .badge {
    top: 1rem;
    left: 1rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-card-md {
    margin-bottom: 9.4rem;
  }
  .card-list .d-flex:nth-child(n + 3) {
    margin-top: 1.6rem;
  }
  .card-info .badge {
    top: 1.6rem;
    left: 1.6rem;
  }
  .card-img img {
    height: 18.7rem;
  }
  .card-info {
    min-height: 12rem;
    padding: 2rem 2.4rem;
  }
  .sec-card-small .card-info {
    min-height: 9rem !important;
  }
  .sec-card-md .card-info {
    min-height: 9rem !important;
  }
  .card-text {
    padding-right: 4rem;
  }
  .card-text::after {
    width: 2rem;
    height: 2rem;
  }
}
@media(max-width:767.98px){
  .sec-card-md{
    margin-bottom: 6.4rem;
  }
  .card-list .d-flex:nth-child(n + 2) {
    margin-top: 2rem;
  }
  .card-info .badge {
    top: 1.4rem;
    left: 1.4rem;
  }
  .card-img img {
    height: 28.3rem;
  }
  .card-info {
    padding: 2rem;
    min-height: 9rem;
  }
  .sec-card-small .card-info {
    min-height: 9rem !important;
  }
  .sec-card-md .card-info {
    min-height: 9rem !important;
  }
  .card-text {
    padding-right: 4rem;
  }
  .card-text::after {
    width: 2rem;
    height: 2rem;
  }
}
@media(max-width:575.98px){
  .card-img img {
    height: 51vw;
  }
}