.partner_box a{
    width: 100%!important;
    height: 300px!important;
}
.partner_box h5{
    height: 50px;
}
.partner_box a img{
    height: inherit!important;
    width: inherit!important;
    object-fit:cover!important;
}






/*.partner_box a{
    width: 370px!important;
    height: 300px!important;
}
.partner_box h5{
    height: 50px;
}
.partner_box a img{
    height: inherit!important;
    width: inherit!important;
    object-fit:cover!important;
}

@media (max-width: 605px) {
    .partner_box {
        display: block !important;
    }
    .partner_box a{
        display: block !important;
    }
}
@media (max-width: 405px) {
    .partner_box a{
        display: block !important;
    }
}*/

















.btn-transparent {
	color: #000;
	background-color: transparent;
	border-color: transparent;
}
.btn-transparent.active {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.box-list-grid{
	background:#e2e2e2;
	border-radius: 12px;
}
.font-size-12{
	font-size:12px;
}
.partner-img{
	width:100%;
}
.partner-img img{
	width:100%;
	height:auto;
	border-radius:25px;
}
.partner-card-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height:75px;
}
.partner-card-title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height:50px;
	padding-top: 1rem;
}
.partner-card-img{
	height: 150px;
	object-fit: cover;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}
.partners-filters{
	display:block;
}
#button-filters{
   display:none;
}
@media only screen and (max-width: 767px) {
  .partners-filters{
	display:none;
  }
  #button-filters{
	display:block;
  }
  .blog > .container{
	width:100% !important;
	max-width:100% !important;
  }

  #PageCarousel{
	display:none !important;
  }
}
@media only screen and (max-width: 768px) {
  .partner-card-title-list{
     margin-top:0.75rem;
  }
}
.section-inspire img{
	width: -webkit-fill-available;
}
.partner-card-title-galery {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 65px;
    padding-top: 1rem;
}


.highlight {
    color: #f48b8b;
    font-weight: 600;
}
.card-custom {
    border: none;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.btn-custom {
    background-color: #f48b8b;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 15px;
}
.btn-custom:hover {
    background-color: #e67676;
}
.img-login-ia {
    width: -webkit-fill-available;
}
