.wrap-our-company section{
	margin-bottom: 150px;
}

.wrap-our-company li{
	display: flex;
}

.step-box{
	overflow: visible;
}

.step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1e5a8d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.ekspertiza .card{
		display: flex;
    	justify-content: center;
    	align-items: center;
    	flex-direction: column;
    	text-align: center;
}

.ekspertiza .card .card_text{
    min-height: 50px;
    display: flex;
    align-items: end;
}

.ekspertiza .card i{
	font-size: 2em;
}

/* Time Line */
.timeline-item{
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #1e5a8d;
}

.timeline-item:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
    width: 2px;
    height: calc(100% + 8px);
    background-color: #e5e7eb;
}

.about_image{
	width: 100%;
	height: auto;
}

.quiz_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.quiz {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.quiz::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4646435c; /* Полупрозрачный белый фон для читаемости текста */
    z-index: 1;
}

.quiz_button {
    align-items: center;
}
.quiz_text_container, .quiz_button {
    z-index: 2; /* Текст поверх фона */
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    color: white;
}