@media screen and (max-width: 1200px) {
  .custom-container{
        width: 100%;
    }
    .trust-organizations .title{
      text-align: center;
      font-size: 15px;
      justify-content: center;
    }
    .trust-organizations .title hr{
      display: none;
    }
}
/* lg */
@media screen and (min-width: 1200px) {
  .trust-organizations .title{
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .text-lg-right{
    text-align: right !important;
  }
}
/* md */
@media screen and (max-width: 992px) {
  .filter-page .main-slider .carousel-item .details{
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  *{
    font-size: 12px;
  }

  #panel-homepage .projects {
    flex-direction: column;
    border-radius: unset;
    box-shadow: unset;
  }
  #panel-homepage .projects .description{
    position: relative;
    top: -40px;
    background: white;
    z-index: 1;
    width: 90%;
    margin: auto;
    border-radius: 12px;
    order: 2;
    box-shadow: 0 0.07rem 0.3rem rgb(0 0 0 / 25%);
    padding-bottom: 30px;
  }
  #panel-homepage .projects .project-preview {
    order: 1;
  }
  #panel-homepage .projects .project-preview .iframe{
    height: 40vh !important;
  }
  #panel-homepage .custom-container{
    padding: 0;
  }
}




