* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.community-list .community-item {
    padding: 20px;
    margin-bottom: 100px;
}

.community-content-title .community-header {
    padding-bottom: 20px;
    /* line-height: 0px; */
}

.community-content-title .community-header a {
    font-size: 24px;
    line-height: 28.8px;
}

.community-content-title {
    flex: 1;
}

.community-content-img {
    width: 500px;
    max-width: 100%;
}

.community-banner-detail {
    color: var(--text-color);
    font-weight: 400;
}

.community-banner-title {
    color: var(--text-color);
}

.community-banner-content {
    background: rgba(255, 255, 255, 0.8);
}
.community-banner{
    margin-bottom: 100px;
}
.community-banner-title,.community-banner-detail{
    text-align: start;
}
.community-content-img,.community-content-title{
    margin-bottom:0;
    padding-bottom: 0;
}
.community-list .community-item .community-text{
    border-bottom: 1px solid #fff
}
.logo-header-mobile img{
    height:60px

}

@media (max-width: 900px) {
    .community-list .community-item{
        margin-bottom:20.5px
    }
    .community-list .community-item .community-text{
        padding-bottom:87px;
        border-bottom: 1px solid #ccc;
        margin-bottom:0;
    }
    .community-content-img, .community-content-title{
        width: 100%;
    }
    .community-banner-title{
        text-align: center;
    }
    .community-banner-title{
        font-size:32px;
        line-height:38.4px;
    }
    .community-list .community-item:nth-child(even) .community-content .community-content-img
  {
  
  order: 1;
  }
  
  .community-list .community-item:nth-child(even) .community-content .community-content-title {
    order: 2;
    padding-left: 0;
    padding-right: 0px;
  }
  .community-list .community-item:nth-child(odd) .community-content .community-content-img
  {
  
  order: 1;
  }
  
  .community-list .community-item:nth-child(odd) .community-content .community-content-title {
    order: 2;
    padding-left: 0px;
    padding-right: 0px;
  }
  .community-banner{
      margin-bottom: 60px;
  }
  .community-content-img{
      margin-bottom:24px;
  }
  .community-content-title .community-header {
    padding-bottom: 16px;
    /* line-height: 0px; */
}
    
}
@media (max-width: 576px) {
    .community-banner-content{
        padding:0 15px;
    }
    .community-banner-content{
        height:100%;
        padding-top: 45px;
    }
    .community-banner{
        height:457px;
    }
    .community-list .community-item{
        padding:0 16px;
    }
    .community-list .community-item{
        margin-bottom:60.5px
    }
    
    
    
}