.network-wrapper .network-content span{
    color: #000;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}
.network-wrapper .network-content h2{
    color: #000;
    font-family: 'Audiowide', sans-serif;
    font-size: 35px;
    font-weight: 900;
    width: 85%;
    padding-top: 15px;
}
.network-wrapper .network-content p{
    color: #666;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    width: 78%;
    padding-top: 10px;
    line-height: 1.7;
}
.network-wrapper a{
    border-radius: 30px;
    background: #66B645;
    color: #FFF;
font-family: Unbounded;
font-size: 15px;
font-weight: 400;
padding:10px 15px;
border: none;
margin-top: 20px;
display: inline-block;
}
.hexagon{
    background: #fff;
    border: 1px solid #66B645;
    border-radius: 10px;
    text-align: center;
    padding:10px;
}
.hexagon p{
    color:#000;
    font-weight: 500;
    padding-top:10px;
}

@media (max-width:1200px){
    .common-banner{
        height: 300px;
    }
    .common-wrapper-content h2{
        font-size: 20px;
    }
    .network-wrapper .network-content h2{
        font-size: 30px;
    }
    .subscribe-box .subscribe-title{
        font-size: 24px;
    }
    .feature-detail .feature-title{
        font-size: 28px;
        line-height: 40px;
    }
}

@media(max-width:992px){
    .network-wrapper .network-content p{
        width: 100%;
    }
    .feature-detail .feature-text{
        line-height: inherit;
    }
}

@media(max-width:768px){
    .hexagon {
        margin-bottom: 1rem;
    }
    .network-wrapper .network-content h2 {
        font-size: 20px;
        max-width: 100%;
    }
    .subscribe-box .subscribe-title {
        font-size: 18px;
    }
    .common-banner{
        height: 300px;
    }
}