.program-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e4f1;
}

.program-item::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 43px;
    background: url(img/programm-li.svg) center no-repeat;
    background-size: cover !important;
    vertical-align: middle;
    margin-right: 40px;
}

.program-list-time {
    font-weight: bold;
    font-size: 27px;
    color: #1E51BA;
    display: inline-block;
    width: 80px;
    vertical-align: middle;
}

.program-list-event {
    width: calc(100% - 330px);
    display: inline-block;
    margin-left: 50px;
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    vertical-align: top;
}

.programm-place {
    font-size: 21px;
    color: #456090;
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
	.program-list-event {
		width: 100%;
    	display: table;
    	margin-top: 20px;
    	margin-left: 0;
	}

	.program-item::before {
		margin-right: 20px;
	}
}