
.content {
    margin: 5% 0;
}

.craft-content li {
    transition: all .3s;
    background-color: #f5f5f5;
}
.craft-content li a {
    color: #535353;
}
.craft-content li:hover {
    background-color: #19c186;
}
.craft-content li:hover .craftTests>*, .craft-content li:hover a {
    color: #fff !important;
}
.craft-content a:nth-child(even) li {
    flex-direction: row-reverse;
}
.craft-content li>div {
    width: 50%;
}
.craftTests {
    width: 90%;
    margin: 0 auto;
}
.craft-content h3 {
    font-size: 26px;
}
.craftTests>div {
    height: 60px;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    margin: 15px 0;
}
.craftTests img {
	display: none;
}
.craft-content li {
	width: 100%;
}
@media screen and (max-width: 768px) {
    .craft-content li, .craft-content li:nth-child(even) {
        flex-direction: column;
        margin: 5% 0;
        padding: 5% 0;
    }
    .craft-content li>div {
        width: 90%;
    }
    .craftTests h1 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .craftTests h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 425px) {
    .craft-left {
        margin-bottom: 15px;
    }
    .craftTests h1 {
        font-size: 24px;
    }
    .craftTests h3 {
        font-size: 20px;
    }
    .craft-content p {
        font-size: 16px;
        line-height: 27px;
        margin: 7px 0;
    }
}<!--ºÄÊ±0.0003819465637207Ãë-->