.element_stekloochist {
    border-bottom: 1px solid rgb(211, 206, 206);

}

.element_name {
    font-weight: 600;
    color: rgb(141, 138, 138);
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    width: 40%;
}

.element_description {
    justify-content: flex-start;
    width: 60%;
    margin-left: 10%;
    margin: left;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {

    .element_stekloochist {
        margin: 20px 0;

    }

    .element_name {
        width: 100%;
        justify-content: center;
    }

    .element_description {
        width: 100%;
        margin-left: 0%;
        justify-content: center;
    }
}
