.contenedor-ws-elements {
    display:flex;
    background-color: #ffff;
    color: #22AE8A;
    align-items:center;
    box-shadow: 3px 3px 5px 1px rgb(0 0 0 / 0.1);
    border-radius: 20px;
    padding:10px 20px;
    margin-bottom:10px;
}
.contenedor-ws-elements hr{
    height:50px;
    width: 1px;
    background-color: #22AE8A;
    margin:5px;
}
.modal-body .iconos-ws{
    width: 30px;
    margin-right:10px;
}
.contenedor-ws-element-left{
    width: 55%;
    display:flex;
    flex-direction:column;
}
.contenedor-ws-element-left a{
    margin-top:5px;
    background-color: #22AE8A;
    padding:5px 10px;
    border-radius: 5px;
    text-decoration:none;
    color:#ffff;
    margin-bottom:10px;
    width: 100px;
    display:flex;
    justify-content:space-between;
    transition:1s;
}
.contenedor-ws-element-left a:hover{
    scale:105%;
}
.contenedor-ws-element-left a img{
    width: 15px;
    margin-left:10px;
}
.contenedor-ws-btn-txt{
    display:flex;
}
.contenedero-ws-element-right{
    width: 45%;
    margin-left:20px;
}
.contenedor-ws-elements p{
    color: grey;
}