.jaunumi {
    margin: 30px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

video:active,
video:focus {
    outline: 0;
    border: none;
}

.jaunumi_img {
    padding: 0;
}

.jaunumi_img img {
    width: 100%;
}

.jaunumi_text {
    padding: 10px;
}

.jaunumi_text h2 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}

.jaunumi_text p,
.jaunumi_text ul {
    font-size: 15px;
    margin-bottom: 2px;
}

.jaunumi_text p {
    text-indent: 15px;
}

.jaunumi_text a {
    font-weight: bold;
    color: rgb(65, 118, 106);
    text-decoration: none;
}

.jaunumi_text a:hover {
    color: rgb(92, 165, 148);
}

.efficiency_pdf {
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 1024px) {
    .jaunumi_text p,
    .jaunumi_text ul {
        font-size: 13px;
    }
    .jaunumi_text h2 {
        font-size: 20px;
    }
}