.card {   
	overflow-wrap: break-word;
    word-wrap: break-word;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
	 white-space:normal !important;}


.card-img-wrapper {
    position: relative;
}
.card-img-text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 15px;
    width: 100%;
    font-size: 24px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    line-height: 1;
}
.card-link {
  font-size: 16px;
  color: rgb(102, 102, 102);
  font-weight: 600;
    text-transform: uppercase;
}
.card-link:hover, .card-link:focus {
    color: rgba(20, 189, 132, 1);
}
.card-home .card-body {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.286;
}
.card .list-group-item {
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 18px;
    font-weight: 500;
}
.team-box .card .list-group-item {
    text-transform: none;
}
.card>.list-group:last-child .list-group-item:last-child {
    border-radius: 0;
}
.card.bg-green .list-group-item {
    background: rgba(20, 189, 132, 1);
    color: #fff;
}
.card.bg-green .list-group-item:hover {
    background: rgba(0, 102, 72, 1);
}
.card-date {
    font-size: 14px;
    font-weight: 500;
}
.card .btn-green {
    font-size: 14px;
    padding: 8px 10px;
}
.card-img-title {
  font-size: 24px;
  color: rgba(255, 255, 255,1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(142,187,17,1.0);
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}
.card-title {
  font-size: 24px;
  /*color: rgba(142,187,17,1.0);*/
  padding: 5px 5px 1px 1px;
    text-transform: uppercase;
}


.team-box .card-title {
  font-size: 16px;
  color: rgb(85, 85, 85);
  font-weight: 500;
}