.content-production {
    display: none;
    font-size: 16px;
    text-align: left;
}

#dida-title {
    /*border-bottom: 1px dashed #3a3b3a;*/
    background-color: #d5d5d5;
    padding: 20px;
    color: #4a4b4a;
    display: none;
    padding-bottom: 10px;
}

#dida-title h1, #dida-title h2, #dida-content h1, #dida-content h2 {
    font-size: 20px;
    line-height: normal;
    color: #273877;
}

#dida-title h2 {
    margin-bottom: 20px;
}

#dida-title h3 {
    font-weight: normal;
    font-size: 16px;
}


#dida-title p + h3 {
    font-style: italic;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
}

#dida-title h1 {
    padding-top: 5px;
    margin-bottom: 20px;
}

#dida-title h3 + p {
    margin-top: 0px;
    display: block;
}

#dida-title p {
    margin-bottom: 10px;
    margin-top: 10px;
}

#dida-content {
    padding-top: 10px;
}

#dida-content p {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4a4b4a;
}

#dida-not-recognized {
    display: none;
}

.swiper-slide #dida-not-recognized img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}
.swiper-slide #dida-not-recognized p {
    text-align: center;
    margin-top: 20px;
}

.swiper-slide .dida-mode-icon {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    padding-right: 10px;
    top: 2px;
    padding-top: 5px;
}


