.directory {
    padding: 50px 0;
}

.content-about-directory {
    margin-top: 10rem;
    font-size: 18px;
    color: #323232;
}

.directory .head {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
}

.table-directory-content .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.table-directory-content .content .item {
    background: #cae4de;
    color: #000;
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    flex: 0 0 19%;
    max-width: 20%;
    text-align: center;
    margin: 20px 5px;
    font-size: 16px;
    transition: all .35s ease-in-out;
}

.table-directory-content .content .item:hover {
    background: #cae4de;
    color: #7ca8a2;
}

.whats-voicebrand {
    background-color: #0f2121;
    padding: 50px 0 0;

}

.whats-voicebrand-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whats-voicebrand .whats-voicebrand-content .head {
    font-size: 48px;
    color: #9cd3c8;
    font-weight: bold;
    margin-bottom: 30px;
}

.whats-voicebrand .whats-voicebrand-content .desc {
    color: #fff;
    font-size: 18px;
}

.whats-voicebrand-img {
    display: flex;
    flex: 1;
}

.whats-voicebrand-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1;
}

.type-voicebrand {
    padding: 50px 0;
}

.type-voicebrand .head span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.type-voicebrand-item {
    border: 2px solid #7ca8a2;
    background: #effffb;
    /*margin-bottom: 30px;*/
    border-radius: 10px;
    padding: 50px 15px;
    text-align: center;
    height: 100%;
}

.type-voicebrand-item .tit {
    color: #2a8e80;
    font-size: 24px;
    font-weight: bold;

}

.type-voicebrand-item .desc {
    color: #000;
    font-size: 16px;
}

.tools-voicebrand {
    padding: 50px 0;
}

.tools-voicebrand .head {
    padding: 50px 0 150px;
    background: #0f2121;
    text-align: center;
    color: #9cd3c8;
    font-size: 48px;
}

.tools-voicebrand-main {
    margin-top: -120px;
}

.tools-voicebrand .head span {
    color: #fff;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

.tools-voicebrand-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 15px 30px;
    border-radius: 10px;
    /*margin-bottom: 20px;*/
    height: 100%;
    border: 2px solid #7ca8a2;
    background: #effffb;
}

.tools-voicebrand-contnet {
    display: flex;
    flex: 1;
    margin-inline-start: 20px;
    text-align: right;
    flex-direction: column;
}

.tools-voicebrand-contnet .tit {
    color: #2a8e80;
    font-size: 24px;
    font-weight: bold;
}

.tools-voicebrand-contnet .desc {
    color: #000;
    font-size: 16px;
}

.color-voice {
    background: #0f2121;
    padding: 50px 0;
}

.color-voice .head {
    color: #9cd3c8;
    font-size: 48px;
}

.color-voice-items {
    border-bottom: 2px solid #2a8e80;
    padding-bottom: 20px;
    text-align: center;
    /*height: 95%;*/
    margin-bottom: 20px;
}

.color-voice-items .tit {
    color: #2a8e80;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.color-voice-items .desc {
    color: #fff;
    font-size: 16px;
}

.id-voce {
    padding: 50px 0;
}

.id-voc .head {
    color: #000;
    font-size: 48px;
    font-weight: bold;
}

.id-voce .content span {
    text-align: center;
    font-size: 18px;
    color: #696969;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}

.features-voice .head {
    text-align: center;
    color: #000;
    font-size: 48px;
}

.features-voice .head span {
    color: #000;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

.features-voice-items {
    background: #dde8e5;
    padding: 30px 15px;
    border-radius: 10px;
    /*height: 95%;*/
    margin-bottom: 20px;
}

.features-voice-items .tit {
    color: #2a8e80;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.features-voice-items .desc {
    color: #323232;
    font-size: 16px;
    margin-bottom: 10px;
}

.waves-voice {
    padding: 50px 0;
    position: relative;
}

.waves-voice:before {
    content: "  ";
    background-image: url("../images/z-4.png");
    background-size: cover;
    width: 70%;
    height: 500px;
    position: absolute;
    z-index: -1;
}

.waves-voice-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 100px;
}

.waves-voice-head .head {
    color: #9cd3c8;
}

.waves-voice-head .head span {
    display: block;
    color: #fff;
    font-size: 18px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.waves-voice-main {
    margin-top: 50px;
}

.waves-voice-items {
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .21);
    padding: 30px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.layers-voicebrand {
    padding: 50px 0;
}

.layers-voicebrand .head span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.layers-voicebrand-item {
    border: 2px solid #7ca8a2;
    background: #effffb;
    /*margin-bottom: 30px;*/
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    height: 100%;
}

.layers-voicebrand-item .tit {
    color: #2a8e80;
    font-size: 24px;
    font-weight: bold;

}

.layers-voicebrand-item .desc {
    color: #000;
    font-size: 16px;
}

.waves-voice-items .tit {
    color: #2a8e80;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


.humantype-voice-items {
    background: #dde8e5;
    padding: 10px 15px;
    border-radius: 10px;
height: 100%;
    /* margin-bottom: 20px;*/
}

.humantype-voice-items .tit {
    color: #2a8e80;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.humantype-voice-items .desc {
    color: #323232;
    font-size: 16px;
    margin-bottom: 10px;
}

.advance {
    padding: 50px 0;
    background-image: url("../images/z-5.png");
    background-size: cover;
    background-repeat: no-repeat;

}

.advance .head {
    color: #9cd3c8;
}

.advance .head span {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.question-item {
    text-align: center;
    margin-bottom: 20px;
}

.question-item .qu {
    font-size: 24px;
    margin-bottom: 10px;
    color: #2a8e80;
    font-weight: bold;
}

.question-item .ans {
    font-size: 16px;
    color: #ffffff;
}

.kays-voice .head {
    text-align: center;
    color: #000;
    font-size: 48px;
}
.humantype-voicebrand{
    padding: 20px 0 50px ;
}
.kays-voice .head span {
    color: #696969;
    display: block;
     font-size: 16px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.kays-voice {
    padding: 50px 15px;

}

.kays-voice .tit {
    color: #2a8e80;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.kays-voice .desc {
    color: #696969;
    font-size: 16px;
    margin-bottom: 10px;
}
.activity-voice{
    padding: 50px 0;
    background-image: url("../images/z-6.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.activity-voice .head {
    text-align: center;
    color: #9cd3c8;
    font-size: 48px;
}

.activity-voice .head span {
    color: #fff;
    display: block;
    font-size: 16px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.activity-voice  .features-voice-items{
    background: rgba(255,255,255,.3);
    /*height: 90%;*/
    margin-bottom: 20px;
}

.activity-voice .tit {
    color: #2a8e80;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.activity-voice .features-voice-items .desc{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.marketing-personal .head span{
    color: #696969;
    display: block;
    font-size: 16px;

    text-align: center;
}
.marketing-personal .color-voice-items .desc{
    color: #000;
}
.pricing-voicebrand .head span {
    color: #696969;
    display: block;
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.pricing-voicebrand .layers-voicebrand-item{
    text-align: right;
    background: transparent;

}

@media (max-width: 768px) {
    .waves-voice-head{
        margin-top: 50px;

    }
    .layers-voicebrand-item{
        margin-bottom: 15px;
    }
    .kays-voice .head span ,.activity-voice .head span , .pricing-voicebrand .head span{
        width: 100%;
    }
    .directory .head{
        margin: 15px 0;
    }
    .layers-voicebrand{
        padding: 20px 0;
    }
    .humantype-voicebrand{
        padding: 30px 0;
    }
    .content-about-directory {
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .table-directory-content .content {
        margin-bottom: 20px;
    }

    .table-directory-content .content .item {
        flex: 0 0 45%;
        max-width: 45%;
        margin: 10px 5px;
        padding: 15px;

    }

    .whats-voicebrand-content {
        align-items: center;
    }

    .whats-voicebrand .whats-voicebrand-content .desc {
        text-align: center;
    }

    .whats-voicebrand-items {
        flex-direction: column;
        padding: 50px 0;
    }

    .whats-voicebrand .whats-voicebrand-content .head {
        font-size: 32px;
        text-align: center;
    }

    .type-voicebrand-item {
        padding: 30px 10px;
        /*height: 85%;*/
    }

    .waves-voice:before {
        width: 100%;
    }
}