.all-text {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    /* gap: 5px 10px; */
}

.trapezoid-1 {
    width: 383px;
    height: 150px;
    background: #fff;
    clip-path: polygon(0% 100%, 37.5% 0%, 100% 0%, 100% 100%);
    border: 1px solid #f6f6f6;

    position: absolute;
    bottom: 10px;
    z-index: -1;
}

.row-voice .image {
    position: relative;
    z-index: -2;
}

@media screen and (max-width: 1162px) {
    .button-area .btn-outline-primary {
        min-width: 150px;
        padding: 10px 20px 10px 20px;
        text-align: left;
        margin-top: 5px;
    }



    .all-set {
        /* width: 214px; */
        width: 100%;
        height: 175px;
        position: relative;
        /* background-color: #fff; */
        margin-left: auto;
        margin-top: -50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: visible;
    }



    .name {
        text-align: center;
        color: #000;
        font-weight: 400;
        font-size: 13px;
        margin-left: 28px;
    }
}



@media screen and (min-width: 992px) and (max-width: 1163px) {
    .row-voice .title {
        margin-left: auto;
        font-size: 13px;
        font-weight: 500;
        margin-top: 16px;
        margin-bottom: 21px;
        line-height: 22px;
        width: 64%;
        margin-left: auto;
        margin-right: 23px;
        height: 50px;
    }
}

/* .all-set::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 0;
    height: 0;
    border-top: 192px solid transparent;
    border-right: 100px solid #fff;
    border-bottom: 0px solid transparent;
    transform-origin: bottom left;
} */



.button-area .btn-outline-primary {
    border: 2px solid transparent;
    text-align: center;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #16a6c1;
    border: 2px solid #16a6c1;


}



.button-area {
    text-align: center;
}

.all-text:hover .btn-outline-primary {
    color: #fff;
    background-color: #16a6c1;
    border: 2px solid #16a6c1;
}



.all-text:hover .icon::before {
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 40px;
}

@media screen and (max-width: 991px) {

    .row-voice .title {
        margin-left: auto;
        font-size: 13px;
        font-weight: 500;
        margin-top: 16px;
        margin-bottom: 21px;
        line-height: 22px;
        width: 64%;
        margin-left: auto;
        margin-right: 36px;
        height: 50px;
    }


}


@media screen and (max-width: 767px) {
    .button-area .btn-outline-primary {
        margin-left: 30px;
        margin-top: 10px;
    }

    .row-voice .title {
        margin-left: auto;
        font-size: 13px;
        font-weight: 500;
        margin-top: 16px;
        margin-bottom: 21px;
        line-height: 22px;
        width: 64%;
        margin-left: auto;
        margin-right: 26px;
        height: 38px;
    }
}

@media screen and (min-width: 1164px) {
    .button-area .btn-outline-primary {
        min-width: 150px;
        padding: 10px 20px 10px 20px;
        text-align: left;
        margin-top: 10px;
    }

    .name {
        text-align: center;
        color: #000;
        font-weight: 400;
        font-size: 15px;
        margin-left: 20px;
    }

    .row-voice .title {
        margin-left: auto;
        font-size: 15px;
        font-weight: 500;
        margin-top: 16px;
        margin-bottom: 31px;
        line-height: 22px;
        width: 64%;
        margin-left: auto;
        margin-right: 28px;
    }

    .all-set {
        /* width: 214px; */
        width: 100%;
        height: 185px;
        position: relative;
        /* background-color: #fff; */
        margin-left: auto;
        margin-top: -50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: visible;
    }
}