.ckanext-pages-content{
  display: flex;
}

.ckanext-pages-content strong {
  font-weight: 700 !important;
}
.ckanext-pages-content img {
    max-width: 100%;
    height: fit-content !important;
  }

  .col-custom {
    max-width: 100%;
    padding: 10px;
    flex-basis: var(--width, 50%);
    flex-grow: 0;
    flex-shrink: 0;
  }

  @media (max-width: 768px){
    .ckanext-pages-content {
      flex-direction: column;
    }
    .col-custom{
      flex-basis: 100%;
    }
  }

  .divider {
    width: 1px;
    align-self: stretch;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  
  .module-content  .date {
    /* display:block;
    margin-top:-15px;
    margin-bottom:15px; */
    font-style: oblique;
    font-weight: 500;
    line-height: 1;
    color: #777;
    font-size: small;
  }
  
  
  .module-content img{
    max-width: 100%;  
    height: fit-content !important;
  }


/* ========================== RESPONSIVE SECTION ========================== */


@media (max-width: 359.98px) {

}

@media (min-width: 282px) and (max-width: 376.98px) {

}

@media (min-width: 377px) and (max-width: 480.98px) {

}

@media (max-width: 480.98px) {
  .module-content > a.btn.pull-right {
    font-size: 12px !important;
  }

  .ckanext-pages-content p span {
    font-size: 12px !important;
  }
}

@media (min-width: 481px) and (max-width: 549.98px) {

}

@media (max-width: 549.98px) {
  .module-content > a.btn {
    margin-top: 5px;
  }
}

@media (max-width: 692.98px) {
  .module-content > a.btn.pull-right {
    font-size: 13px;
  }

  .ckanext-pages-content p span {
    font-size: 13px;
  }
}


/* ============================== END SECTION ============================== */