.terms {
    max-width: 1100px;
    margin: 2rem auto;
}
.terms h3{
    font-weight: 600;
    margin: 1.5rem 0;
}
.terms h5{
    font-weight: 600;
    margin: 1.5rem 0;
}
.terms p{
    margin-bottom: .3rem;
}
.community-b{
    display: flex;
    gap: 1.5%;
    flex-wrap: wrap;
}
.community-b>div{
    width: 32.33%;
    padding: 2rem;
    box-shadow: 0 2px 5px -1px #ddd;
    border: 1px solid #eee;
    margin-bottom: 1.5rem;
    border-radius: 15px;
}
.community-b>div h5{
    margin-top: 0;
}
/* .block2{
    display: flex;
    gap: 5%;
    padding-bottom: 3.5rem;
    flex-wrap: wrap;
}
.block2>div{
    width: 47.5%;
} */
.terms{
    margin-bottom: 0 !important;
}
 .block2>div:nth-child(1) img{
    width: 450px;
    margin-bottom: 1.5rem;
 }
 .block2>div:nth-child(1) {
    text-align: center;
 }
 .community-b>div img{
    width: 80px;
    margin-bottom: 1rem;
 }
ul li{
    list-style-type: none;
}
@media(max-width:768px){
    .community-b>div:last-child{
        margin-bottom: 0 !important;
    }
    .community-b>div{
        padding: 1.5rem;
        width: 48.75%;
    }   
    .community-b{
        gap: 2.5%;
    } 
    .terms{
        margin: 1rem auto !important;
    }
    .block2>div{
      width: 100%;
    }
    .block2>div:nth-child(1) img{
      width: 60%;
      margin-bottom: 0 !important;
    }
    .block2>div:nth-child(1) {
      text-align: center;
      margin-bottom: 1rem;
    }
}
@media(max-width:575px){
    .block2>div:nth-child(1) img{
        width: 90%;
      }
      .community-b>div{
        width: 100%;
        margin-bottom: 1rem;
      }
}