.section_events {
margin-bottom: -3vh;
    background: #f4f4f4;
}
.events_wrap{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2.5vw;
}
.events_form p {
    font-size: 1.1vw;
    line-height: 1.5;
}

.events_form{
    width: 30vw;
    box-sizing: border-box;
    border: 0.1vw solid #854385;
    border-radius: 0.3vw;
    padding: 3vh 1vw 3.5vh 1vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.events_purple_shield{
    position: absolute;
    top: 0;
    left: 1vw;
    width: 3.5vw;
    height: auto;
    z-index: 009;
}
.title_h3 {
    position: absolute;
    left: 1.4vw;
    top: 3vh;
    font-size: 1vw;
    color: white;
    font-weight: 600;
    margin-bottom: 4vh;
    z-index: 10;
}
.events_form_info{
    margin-top: 4em;
    color: #6e7082;
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1.8vh;
    text-align: left;
    white-space: pre-line;
}
.events_form_education_wrap{
    display: inline-block;
}
.events_form_education{
    display: flex;
    align-items: flex-end;
    gap: 0.3vw;
    box-sizing: border-box;
    padding: 0.8vh 0.5vw;
/* Yellow */
    border: 0.1vw solid #854385;
    border-radius: 0.3vw;
    /* White */
    color: #000000;
    font-weight: 500;

    text-align: left;
    margin-bottom: 2vh;
}
.events_form_education img{
    width: 1.8vw;
    height: auto;
}
.events_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.events_speakers{
    border-radius: 0.3vw;
    background: #f4f4f4;
    padding: 2vh 1.5vw;
    margin-bottom: 3vh;
    border: 0.1vw solid #854385;
}
.events_form .title_h5 {
    color: #000000;
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 0.5vh;
    line-height: 1.5;
}
.events_speakers li{
    color: #000000;
    font-weight: 400;
   
    position: relative;
    padding-left: 1.2em; /* Отступ для маркера */
    margin-bottom: 0.5em; /* Отступ между элементами списка */
    display: flex;
    align-items: center;
}
.events_speakers ul {
    list-style: none; /* Убрать стандартные маркеры списка */
    padding: 0;
    margin: 0;
}
.events_speakers li {
}
.events_speakers li::before {
    content: '•'; /* Маркер */
    position: absolute;
    left: 0;
    top: 0;

    vertical-align: top; /* Выровнять маркер по верху */
    font-size: 1.5vw;
    line-height: 1.5vw;
}
.events_btn{
    font-size: 1vw;
    font-weight: 500;
    border-radius: 0.3vw;
    background: #854385;
    text-align: center;
    padding: 1vh 0;
    display: block;
    color: #ffffff;
}

.event_comp{
    position: relative;
    padding: 1vw;
    box-sizing: border-box;
/* Light grey */
    border: 0.1vw solid #854385;
    border-radius: 0.3vw;
    margin-bottom: 1.5vh;
    /* White */
}

.event_comp:last-child{
	margin-bottom: 0;
}

.events_yellow_shield{
    position: absolute;
    top: 0;
    left: 2vw;
    width: 3.2vw;
    height: auto;
}
.title_h4 {
    position: absolute;
    left: 2.4vw;
    top: 2vh;
    font-size: 0.9vw;
    color: white;
    font-weight: 600;
    margin-bottom: 4vh;
    z-index: 10;
}
.event_title{
    margin: 0 auto;
    width: 70%;
    display: block;
    text-align: left;
    color: #000000;
    font-size: 1vw;
    font-weight: 600;
    min-height: 2.5vw;
    line-height: normal;
}
.event_wrap{
    margin-top: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.event_date_wrap{
    display: flex;
    align-items: flex-start;
    gap: 0.5vw;
}
.event_date p{
    color: #6e7082;
    font-weight: 400;
     text-align: left;
    line-height: 1vw;
}
.events_form_info span{
    font-size: 1vw;
}
.events_form_wrap {
    margin-top: 1vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: max-content;
    gap: .5vw;
    margin-bottom: .5vw;
}
.event_wrap a{
    border-radius: 0.3vw;
    /* Yellow */
    background: #854385;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 0.7vh 2.5vw;
    }
.event_wrap a:hover {
    background: #018370;
    color: #ffffff;
}
.event_date_wrap img, .events_form_wrap img{
    width: 1vw;
}


@media screen and (orientation: portrait){
	.events_wrap {
        flex-direction: column;
        gap: 3vw;
	}
    .events_list {
        gap: 3vw;
    }
	.events_form {
		width: auto;
		padding: 3vw 3vw;
		margin-bottom: 3vw;
		border-radius: 1.3vw;
	}
	.events_purple_shield {
		top: 0;
		left: 2vw;
		width: 16vw;
	}
	.title_h3 {
		left: 4vw;
		top: 6vw;
		font-size: 5vw;
		margin-bottom: 0;
	}
    .events_form p {
        font-size: 4.5vw;
        line-height: 5vw;
        margin-bottom: 3vw;
    }
	.events_form_info {
		margin: 21vw 0 2vw;
		font-size: 4.5vw;
		line-height: 5vw;
		white-space: normal;
	}

	.events_form_education {
		gap: 2.3vw;
		padding: 1vw 3vw;
		border-radius: 1.3vw;
		font-size: 4.5vw;
		line-height: normal;
        margin-bottom: 4vw;
        margin-top: 1vw;
	}
	.events_form_education img {
		width: 6vw;
	}

	.events_speakers {
		border-radius: 1.3vw;
		padding: 2vw 2.5vw;
		margin-bottom: 3vw;
	}
	.title_h4 {
		font-size: 4.5vw;
		margin-bottom: 1vw;
        left: 3vw;
	}
	.events_speakers li {
		font-size: 4.5vw;
		line-height: normal;
	}
	.events_btn {
		font-size: 4.5vw;
		border-radius: 1.3vw;
		padding: 1.5vw 0;
	}
	.event_comp {
		padding: 4vw 3vw 3vw;
		border-radius: 1.3vw;
	}
	.events_yellow_shield {
		width: 14vw;
	}
    .events_form .title_h5 {
		left: 3.8vw;
		top: 4vw;
		font-size: 5vw;
		margin-bottom: 0;
        font-weight: 600;

	}
	.event_title {
		width: auto;
		font-size: 4.5vw;
		line-height: normal;
		margin-left: 18vw;
        font-weight: 500;
        min-height: 20vw;
	}
	.event_wrap {
		margin-top: 3vw;
		align-items: flex-end;
	}
	.event_date_wrap, .events_form_wrap  {
		gap: 1.5vw;
	}
	.event_date p {
		font-size: 4.5vw;
		line-height: normal;
		margin-bottom: 0.5vw;
	}
	.event_date_wrap img {
		margin-top: 0.5vw;
		width: 4vw;
	}
    .events_speakers li::before {
        font-size: 5vw;
        line-height: 6vw;
    }
    .events_form_info img {

        width: 4vw;
    }
	.event_wrap a {
		border-radius: 1vw;
		font-size: 4.5vw;
		padding: 0.5vw 0;
		display: block;
		width: 50%;
	}
    .events_form_info span {
        font-size: 4.5vw;
    }
    
}