.box-img-article {
  height: 200px;
  display: block;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.box-img-article img {
/*object-fit: cover !important;*/
  border-radius: 15px 15px 0 0;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  width: 100%;
  height: 100%;
}
.card-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  min-height: 45px !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.card-text {
  min-height: 127px !important;
  font-size: 13px;
  text-align: justify;
  line-height: 1.5;
   -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.crd-blog {
  box-shadow: 2px 6px 10px 0 rgb(38 38 38 / 30%);
  border-radius: 15px;
  position: relative;
  display: flex;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  padding: 30px;
}



.mb-50{
    margin-bottom:50px;
}
h1 {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 15px;
}
h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 15px;
}
h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 15px;
}
h4 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}
h5 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
h6 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.card.crd-blog img {
  display: block;
  margin: auto;
  
}


.crd-blog img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.figure img {
    width: 100%;
    height: auto;
}