section h2 {
    margin-bottom: 18px;
    font-size: 52px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
}

.Community {
    padding-top: 65px;
}
.comm-btns {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 250px;
    margin: 60px auto 0;
}
.btn-comm {
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 1.8;
    padding: 0 2px;
}
.comm-icons {
    background-color: #f1f1f1;
    padding: 60px 0 100px;
}
.comm-icons ul {
    width: 80%;
    margin: 0 auto;
    display: none;
}
.comm-icons ul.showed {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.comm-icons li {
    width: 120px;
    height: 80px;
    margin: 2% 5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.comm-icons li a {
    display: block;
    width: 120px;
    height: 44px;
    padding: 18px 0;
    border-radius: 5px;
    text-decoration: none;
}
.comm-icons li a p {
    color: transparent;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
.comm-icons li a:hover p.white {
    color: #fff;
    font-weight: bold;
    transition: color .3s;
}
.comm-icons li a:hover p.blue {
    color: #008cff;
    transition: color .3s;
}
.comm-icons li a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color .3s;
}
.comm-icons .dev li:nth-child(1) {
    background-image: url(https://webcdn.jide.com/jide_upload/2016_06/1469088006396_m35I1j_icon-xda.png);
}
.comm-icons .dev li:nth-child(2) {
    background-image: url(https://webcdn.jide.com/jide_upload/2016_06/1469088006537_Dt6NkO_icon-github.png);
}
.comm-icons .dev li:nth-child(3) {
    background-image: url(https://webcdn.jide.com/jide_upload/2016_06/1469088006652_kv81tL_icon-google-group.png);
}
.comm-icons .gen li:nth-child(1) {
    background-image: url(https://webcdn.jide.com/jide_upload/2016_07/1469454930151_FAGEYF_help-central.png);
}
.comm-icons .gen li:nth-child(2) {
    background-image: url(https://webcdn.jide.com/jide_upload/2016_06/1469088006884_syJL0h_icon-facebook.png);
}
.comm-icons .gen li:nth-child(3) {
    background-image: url(https://webcdn.jide.com/jide_upload/2016_06/1469088007074_oyGmpG_icon-youtube.png);
}
.comm-icons .gen li:nth-child(4) {
    background-image: url(https://webcdn.jide.com/jide_upload/2016_06/1469088007168_CWYoVe_icon-twitter.png);
}
.btn-comm.sel, .btn-comm:hover {
    text-decoration: none;
    color: #008cff;
    border-bottom: 2px solid #008cff;
}
@media screen and (max-width: 540px) {
    .Android_info p.info {
        width: 90%;
        text-align: justify;
    }
}
