.list_check .list_check-item {
    display: grid;
    justify-content: start;
    align-items: center;
    grid-template-columns: 20px auto;
    column-gap: 20px;
    margin-bottom: 10px;
}
.list_check .list_check-item .list_check-item--icon {
    display: grid;
    width: 20px;
    height: 20px;
}
.list_check .list_check-item .list_check-item--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}
.list_check ul 
{
	list-style-type: none;
}
@media screen and (max-width: 1023px) {
    
}
@media screen and (max-width: 991px) {
    
}
@media screen and (max-width: 767px) {
    
}