.realized-projects__grant-amount {
    margin-bottom: 10px; }
    .realized-projects__grant-amount .label {
      font-weight: 600; }
  
  @media (min-width: 992px) {
    .realized-projects__content {
      display: flex;
      flex-wrap: nowrap;
      min-height: 126px; } }
  
  .realized-projects__image-wrapper {
    margin-bottom: 1rem;
    position: relative; }
    @media (min-width: 992px) {
      .realized-projects__image-wrapper {
        margin-bottom: 15px; } }
  
  .realized-projects__image {
    height: 0;
    padding-bottom: 65%;
    background: 50% 50% no-repeat;
    background-size: cover;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact; }
  
  .link-remove {
    float: right;
    color: #4D4D4D;
    font-weight: 600; }
    .link-remove .fa {
      color: #960917;
      padding-right: 5px; }
    .link-remove:hover, .link-remove:focus {
      text-decoration: underline;
      font-weight: 600; }
  
  .realized-projects__text {
    text-align: left; }
    .realized-projects__text .realized-projects__title.title-large {
      font-size: 2.2rem; }
  
  .realized-projects__description {
    margin-top: 1.3rem;
    margin-bottom: 2rem;
    color: #4D4D4D; }
  
  .realized-projects__row {
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .realized-projects__row .realized-projects__text {
        margin-bottom: 2rem; } }
  
  .realized-projects__header {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .realized-projects__header {
        display: flex;
        flex-wrap: wrap; } }
  
  .realized-projects__title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    flex: 1;
    white-space: normal;
    margin: 0 0 .5rem;
    color: #4D4D4D; }
    .realized-projects__title:hover {
      color: #4D4D4D; }
    @media (min-width: 992px) {
      .realized-projects__title {
        margin: 0; } }
  
  .realized-projects__detail {
    padding-bottom: 20px; }
  
  .realized-projects__line {
    background-color: #24A74A;
    min-height: 1px; }
  
  .realized-projects__info-block {
    cursor: pointer; }
  
  .realized-projects__info-content {
    margin-bottom: 20px;
    overflow: auto;
    text-align: justify; }
    .realized-projects__info-content table {
      width: auto !important; }
  
  .realized-projects__gallery-thumbnails {
    /* height: 80px; */
    margin-top: 5px;
    margin-bottom: 10px;
    /* background-color: #f3f4ef;  */}
  
  /* @media (max-width: 767px) {
    .realized-projects__gallery-thumbnails {
      height: 100px; } } */
  
  .pswipe {
    cursor: pointer; }
  
  .pf-slider::-webkit-scrollbar {
    display: none; }

  /* .pf-slider {
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    gap: 5px;
  } */

#realized_projects_container .contact-badge {
    float: right;
}
#realized_projects_container .news__content {
  flex-direction: initial;
}