.dkjs-supporter-item {
  height: 440px;
  background-color: #F2F7FB;
  float: left;
  margin: 0 30px 30px 0;
  text-align: center;
  font-family: 'Trenda-Regular';
  font-size: 14px;
  color: #383838;
  padding: 30px 25px;
  overflow: hidden;
  position: relative;
}

.dkjs-supporter-item:last-child {
  margin-right: 0px;
}

.dkjs-supporter-image {
    margin: 0 auto 30px auto;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 60px;
    background-color: #fff;
}

.dkjs-supporter-image  img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.dkjs-supporter-title {
    font-family: 'Trenda-Bold';
    font-size: 18px;
    margin-bottom: 10px;
}

.dkjs-supporter-subtitle {
  line-height: 1.2;
  opacity: 0.75;
  margin-bottom: 10px;
}

.dkjs-supporter-content {
  line-height: 1.2;
  margin-bottom: 10px;
}

.dkjs-supporter-share-items {
  background-color: #74bf6c;
  position: absolute;
  padding: 10px 0 30px 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dkjs-supporter-share-items div {
  display: inline-block;
  margin-right: 15px;
}

.dkjs-supporter-share-items a i {
  color: white;
}

.dkjs-supporter-share-items div:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) {
  .dkjs-supporter-item {
    max-width: 296px;
  }

  #cb-section-b .dkjs-supporter-item {
    width: 230px;
  }
}

@media only screen and (max-width: 1199px) {
  .dkjs-supporter-item {
    width: 296px;

  }

  #cb-section-b .dkjs-supporter-item {
    width: 188px;
  }
}

@media only screen and (max-width: 1019px) {
  .dkjs-supporter-item {
    width: 216px;
    height: 625px;/*475px; */
  }

  #cb-section-b .dkjs-supporter-item {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .dkjs-supporter-item {
    width: 213px;
  }

  #cb-section-b .dkjs-supporter-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .dkjs-supporter-item {
    width: 100%;
    height: 490px; /*445px;*/
  }
}
