.threemois{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 50px;
    width: 100%;
    height: auto;
    background: url('images/wave-haikei.svg')
      no-repeat center center/cover;
    z-index: 10;
    /*background: url('/red.jpg')no-repeat center center/cover;*/
    
}

.threemois h1{
    font-size: 25px;
    margin-bottom: 50px;
    /*color: #32fb00;*/
    color: orange;
    z-index: 10;
    font-family: "Science Gothic", sans-serif;
}

.threemois .box-sys{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    grid-gap: 10px;
    z-index: 10;
}

.threemois .box-sys img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.threemois .box-sys #boxes-sys{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}


.threemois .box-sys #boxes-sys .box{
    background-color: #ffffff;
    border: 1px #e2e8f0 solid;
    grid-gap: 10px;
    padding: 20px;
    border-radius: 10px;
    transition: 0.4s;
    position: relative;
    cursor: default;
    box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.75);
}
.threemois .box-sys #boxes-sys .box:hover{
    transform: translateY(-5px);
    box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.75);
}


.threemois .ad{
    width: 100%;
    background-color: #001122;
    font-family: "Science Gothic", sans-serif;
    padding: 15px 10px;
    z-index: 10;
    text-align: center;
    color: #ffffff;
    
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.threemois .box-sys #boxes-sys .box p{
    position: relative;
    font-size: 16px;
    color: #000;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    text-wrap: balance;
    text-align-last: left;
    word-spacing: 0;
    width: 100%;
    display: inline-block;
    font-family: "Acme", sans-serif;
}

.threemois .box-sys #boxes-sys .box .mois{
    color: #000;
    border-bottom: 1px solid #7c7c7c88;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-family: "Science Gothic", sans-serif;
}

.threemois .box-sys #boxes-sys .box .mois i{
    
    position: absolute;
    top: 5px;
    right: 0;
    color: #635cff;
}

.threemois .box-sys #boxes-sys .box .verb{
    color: #000;
    margin: 10px 0;
    position: relative;
    text-align: center;
    font-family: "Science Gothic", sans-serif;
}

@media (max-width: 864px){
    .threemois{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
    }
    .communite{
    padding: 65px 10px;
    }
    .first-communite{
        width: 100%;
        height: auto;
    }
    .communite .title, .first-communite .title{
  padding-top: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 10;
  width: 100%;
  font-size: 14px;
}
    .communite .we-box p, .first-communite .we-box p{
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  line-height: 28px;
    }

    .threemois .box-sys #boxes-sys .box .mois{
    text-align: center;
    }

    .threemois .ad{
        font-size: 14px;
    }
    .threemois h1{
        margin-bottom: 20px;
    }
}