.home-pic1{
    max-height: 300px;
    border: 2px solid #ffcd00;
    padding: 10px 10px;
}

.b_companu_l_text span{
    color: #ffcd00;
    font-weight: bold;
    font-size: larger;
}

.top-space-pages{
    margin-top: 90px !important;
}
.max-h200{
max-height: 200px !important;
}
.max-h400{
    max-height: 410px !important;
    }
.t8{
    margin-top: 8px;
}

.t130{
    margin-top: 130px;
}


input.projects[type=checkbox] {
    display: none;
  }
  
  .container input.projects {
    margin: 100px;
    transition: transform 0.25s ease;
    cursor: zoom-in;
  }
  
  input.projects[type=checkbox]:checked ~ label > img {
    transform: scale(2);
    cursor: zoom-out;
  }

  .pd-10{
      padding: 10px;
  }
.fl-r{
    float: right;
}

@media (max-width: 767px){
    .top-space-pages{
        margin-top: 20px !important;
    }

    .t130{
        margin-top: -30px;
    }
}