.ws-numbered-block {
    position: relative;
    margin-bottom: 1.5rem;
}
.ws-numbered-block-item-wrap {
    position: relative;
    border-radius:0.25rem;
    overflow:hidden;
    margin-bottom: 1.5rem;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}
.ws-numbered-block .ws-numbered-block-item {
    position: relative;
    padding: 1.5rem;
    border-radius: 0.25rem;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    cursor:pointer;
}
.ws-numbered-block-item_content {
    direction: ltr;
    display: block;
    width: 100%;
}

/**/


.ws-numbered-block .ws-numbered-block-item-wrap:last-child {
  margin-bottom: 0;
}
.ws-numbered-block-item_title {
    /* font-family: Satoshi Variable; */
    color: var(--primary);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-right: 1rem;
}
.ws-numbered-block-item_text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: var(--body-default);
    position: relative;
}
.ws-numbered-block-item_number {
    position: absolute;
    right: .8rem;
    top: .5rem;
    color: var(--blue-dark);
    /* font-family: Satoshi Variable; */
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 150%;
}
@media (max-width: 400px) {
	.ws-numbered-block-item-wrap {
		margin-left:0!important;
		width:100%!important;
	}	
}