
.img-grid {
    width: 100%;
    height: 240px;
    background-size:contain;
    background-repeat: no-repeat;
    background-position:center center;
    display: block;
    border-radius: 3px;
  }
  .lightbox  {
    width: 100%;
    height: 240px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center center;
    display: block;
    border-radius: 3px;
  }

  .compo {
    margin-top:50px;
    margin-right:-60px;
  }

  .justify {
    text-align: justify;
  }

  .form-border {
    border: 1px solid blue;
    border-radius: 3em 0;
    padding: 30px;
  }


  @media only screen and (max-width: 768px){

    .hide-to-mobile {
      display: none !important;
    }
    .composition-section .upper-content .image-box{
      margin-top: 0px;
    }
    .compo {
      margin-top:0;
      margin-right:0;
    }
  }

  .page-title .content-box .text {
     
    color: #fff;
}
.fa-file-pdf {
  color: red;
}