.container > div > div.card1 {
    height: calc(100% - 15px);
    margin-bottom: 15px;
}
.main-card-container {
    padding: 15px;
    background: transparent;
    float: left;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-card {
    display: inline-block;
		text-decoration: none;
		padding: 6px 25px;
		border: 1.5px solid #df7900;
    background: #df7900;
    color: #fff;
		margin: 20px 0px;
    font-size: 1rem;
    line-height: 1.81;
    font-weight: 700;
    transition: .2s ease-in-out;
}
.btn-card:hover {
  text-decoration: none;
	color: #fff;
}
.my-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0px;
    color: #a4abae;
    text-align: left;
    transition: .4s;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
.my-card:hover{
  background: #fff;
  box-shadow: 0px 9px 20px rgba(0, 0, 0, 0.30);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
  {#height: 600px;#}
}
.my-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.my-card-text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  height: 80px;
}
.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}
.bg-dark {
   background: #877a77;
}
.custom-badge {
    display: inline-block;
    background: #988F86;
	  color: #fff;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.my-card-title-homepage {
    margin-bottom: 0.75rem;
    font-size: x-large;
    margin-right: 12.4px;
    padding-right: 1px;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
   -webkit-line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.my-card-title-homepage a{
  text-decoration:none;
  cursor: pointer;
  font-family: museo_sans300,sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #635e5c;
}
.my-card-title-homepage a:hover{
  color:#df7900;
  text-decoration:none;
}
.my-img-fluid {
    max-width: 100%;
    height: auto;
}