.wp-block-dragndrop-collapsetext a.collapsetext-title{
    font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.wp-block-dragndrop-collapsetext a.collapsetext-title:after {
	font-family: 'stepc';
    content: "\e905";
    margin-left: 5px;
    margin-top: 2px;
    float: right;
}
.wp-block-dragndrop-collapsetext a.collapsetext-title.collapsed:after{
	transform:rotate(180deg);
}

.entry-content p.dragndrop-collapsetext-container {
	color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    font-family: 'IBM Plex Sans', sans-serif;
}

@media (min-width: 700px) {
	.entry-content p.dragndrop-collapsetext-container {
		color: #000000;
		font-weight: 400;
		font-size: 18px;
		line-height: 36px;
		letter-spacing: 0px;
		font-family: 'IBM Plex Sans', sans-serif;
	}
}