.maincontent {
    max-width:100%;
    width:100%;
    padding:0;
    }
  
  .community-section {
  padding-block: 0px 20px;
  margin-inline: auto;
  }
  
  .community-wrapper {
  max-width: 92%;
  width: 100%;
  margin-inline: auto;
  }
  
  .community-content {
  background-color: #f5f5f5;
  padding: 25px 15px;
  }
  
  .community-header {
  text-align: center;
  padding-block: 15px;
  
  }
  
  .community-header hr{
  width: 300px;
  height: 3px;
  background-color: var(--accent-color);
  }
  
  .community-row {
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  justify-content: center;
  }
  
  .community-item img {
  max-width: 280px;
  width: 100%;
  }
  
  .truck-gallery {
  padding-block: 45px 65px;
  text-align: center;
  margin-inline: auto;
  }
  
  .truck-gallery .h2-header {
  text-align: center;
  margin: 16px auto;
  max-width: 470px;
  
  }
  
  .truck-gallery .h2-header span {
  font-weight: 600; 
  }
  
  .truck-gallery hr{
  width: 200px;
  height: 3px;
  background-color: var(--accent-color);
  }
  
  
    .portfolio-wrapper {
    max-width: 92%;
    width: 100%;
    margin-inline: auto;
    }
    
    .gallery-wrapper {
    max-width: 92%;
    width: 100%;
  height: 380px;
    margin-inline: auto;
  overflow-y: scroll;
  text-align: center;
    }
    
    
    .box-gallery {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      width: 100%;
      position: relative;
    margin-inline: auto;
  text-align: center;
  justify-content: center;
    }
    .box-gallery h3 {
      position: absolute;
      top: -55px;
    }
    .box-gallery .box-gallery-item {
      position: relative;
      height: 250px;
      margin: 0.5%;
      overflow: hidden;
      flex: 0 1 18em;
      transition: all 0.2s ease-in-out;
    
      border-radius: 5px;
    }
    .box-gallery .box-gallery-item i {
      position: absolute;
      bottom: 40%;
      left: 50%;
      margin: 0 0 -28px -28px;
      font-size: 2em !important;
      border-radius: 50%;
      padding: 10px;
      background: var(--accent-color);
      color: #fff;
      opacity: 0;
      transition: all 0.25s;
    }
    .box-gallery .box-gallery-item:hover {
      filter: drop-shadow(4px 4px 6px gray);
      transform: scale(1.05);
    }
    .box-gallery .box-gallery-item:hover i {
      bottom: 50%;
      opacity: 1;
    }
    .box-gallery .box-gallery-item:hover figure {
      opacity: 0.6;
    }
    .box-gallery .box-gallery-item figure {
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      background-size: cover;
    }
    .box-gallery .box-gallery-item figure:hover {
      filter: drop-shadow(4px 4px 6px gray);
      transform: scale(1.05);
    }/*# sourceMappingURL=Untitled-1.css.map */
  
    .spcontestwinners{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    }
  
    .spimage-container{
    flex: 0 0 calc(33.33% - 20px); 
    margin: 10px;
    text-align: center;
    }
  
    .spimage-container img{
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }
  
    .subtitle{
      margin-top: 10px;
      font-size: 16px;
  font-weight: bold;
    }

    @media(max-width: 960px){
        .spimage-container{
            flex: 0 0 calc(95% - 20px);
        }
    }