._hjsbcdcsd{
    width: 90%;
    margin: 30px auto;
}
._hguggg{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

._bhsdwe{
    width: 100%;
    border: 1px solid lightgray;
}

._schjshdcd{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

._shdusd{
    color: var(--primary-light-color);
    margin-right: 10px;
    font-size: 12px;
}
._jjhdfrv{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
._smnbcsndc{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}





/* Portfoliooo---------------- */

._sdbvfsjgyg{
    margin-top: 20px;
}
._hvhgyhgvh{
    margin-bottom: 10px;
}

.gallery {
    max-width: 1200px;
    margin: 0 auto;
    column-count: 4;
    font-family: arial;
  }
  .gallery-item {
    break-inside: avoid;
    margin-bottom: 16px;
  }
  .gallery-item figure {
    margin: 0;
    position: relative;
  }
  .gallery-item figcaption {
    font-style: italic;
    padding: 8px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    bottom: 3px;
    color: #fff;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 0 0 14px 14px;
  }
  .gallery-item img {
    width: 100%;
    border-radius: 14px;
  }
  .gallery-item p {
    margin: 0;
    padding: 8px;
  }
  
  @media screen and (max-width: 500px) {
    .gallery {
      column-count: 1;
    }
  }
  @media screen and (min-width: 501px) and (max-width: 700px) {
    .gallery {
      column-count: 2;
    }
  }
  @media screen and (min-width: 701px) and (max-width: 900px) {
    .gallery {
      column-count: 3;
    }
  }
  