body{
    background: #ffffff;
}
.telecom{
    box-shadow: #ccc 0px 0px 30px;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    /*height: 8rem;*/
    margin-bottom: 1.3rem;
    position: relative;
    padding-bottom: 0.3rem;
    width: 90%;
    margin-left: 5%
}
.telecom  h2{
    margin-left: 1rem;
    font-weight: 600;
    padding-top: 0.3rem;
}
.telecom  p{
    margin-left: 1rem;
    margin-top: 0.2rem;
    font-weight: 600;
}
.Consultation{
    width: 90%;
    margin-left: 5%;
    box-shadow: #ccc 0px 0px 20px;
    /*height: 8rem;*/
    margin-bottom: 1rem;
    border-radius: 15px;
    /*overflow: auto;*/

}
.Consultation h3{
    font-size: 0.6rem;
}
.Consultation ul{
    width: 100%;
    /*height: 5rem;*/
    /*overflow-x:auto;*/
    overflow: hidden;
    padding-bottom: 0.3rem;
    transition: All 0.4s ease-in-out;
}
.Consultation ul li{
    float: left;
    /*width: 30%;*/
    /*height: 4rem;*/
    border: 2px solid #8cc31f;
    margin-top: 0.5rem;

    transition: All 0.4s ease-in-out;
    border-radius: 0.2rem;

}
.Consultation ul li h4{
    /*width: 90%;*/
    /*margin-left: 5%;*/
    text-align: center;
    color: #8cc31f;
}
.Consultation ul li p{
    width: 90%;
    margin-left: 5%;
}
@media (min-width:1200px){
    .Consultation ul li{
        height: 4rem;
        width: 30%;
        margin-left: 2.5%;
    }
    .Consultation ul li h4{
        font-size: 0.5rem;
    }
}
@media (max-width:1200px){
    .Consultation ul li{
        height: 4rem;
        width: 30%;
        margin-left: 2.5%;
    }
    .Consultation ul li p{
        font-size: 0.3rem;
    }
    .Consultation ul li h4{
        font-size: 0.4rem;
    }
}
@media (max-width:966px){
    .Consultation ul li{
        /*height: 4rem;*/
        width: 45%;
        margin-left: 3.3%;
    }
}
@media (max-width:766px){
    .Consultation ul li h4{
        font-size: 0.4rem;
    }
    .telecom  h2{
        font-size: 0.7rem;
    }
}
@media (max-width:565px){
    .Consultation ul li{
        height: 4rem;
        margin-top: 0.2rem;
    }
    .Consultation h3{
        font-size: 0.4rem;
        margin-left: 0.3rem;
        font-weight: 600;
    }
}
@media (max-width:475px){
    .Consultation ul li{
        height: 5.5rem;
        margin-top: 0.2rem;
    }
}