[data-item-header] {
    cursor: pointer;
}

[data-item-text].syn--is-expanded {
    height: auto;
    animation: fade 1s;
    -webkit-animation: fade 1s;
    -moz-animation: fade 1s;
    -o-animation: fade 1s;
}

.syn-acc--header {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.syn-acc--content {
    height: 0;
    overflow: hidden;
}

.syn-acc--content.syn-acc--is-expanded {
    height: auto;
    animation: fade 1s;
    -webkit-animation: fade 1s;
    -moz-animation: fade 1s;
    -o-animation: fade 1s;
}

.syn-performance-header {
    margin-bottom: 0px;
    line-height: 1.5;
}

@media (min-width: 1200px) {
    .syn-text-content {
        margin-bottom: 10px;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

[data-item-text] {
    height: 0;
    overflow: hidden;
}

.abcde {
    hyphens: manual;
}

[data-toggle-button] {
    padding-left: 20px;
    background-image: url('../img/arrow_right.svg');
    background-repeat: no-repeat;
    background-position-x: 3px;
}

[data-newsitem] {
    padding-bottom: 1.5rem;
}

[data-item-text] {
    color: rgb(135, 136, 138);
    font-size: 12px;
}

@media (max-width: 768px) {
.syn-image-content{
    margin-bottom: 15px;
    margin-top: 15px;
    }

}