
.conferences_item_date-and-city_wrapper[data-v-57b07933] {
  display: flex;
  flex-wrap: wrap;
}
.flex_between[data-v-57b07933] {
  display: flex;
  gap: 20px;
}
.conferences_item_img[data-v-57b07933] {
  object-fit: cover;
}
@media (max-width: 768px){
.flex_between[data-v-57b07933] {
    flex-direction: column;
}
.conferences_item_img[data-v-57b07933] {
    width: 100%;
    height: 100%;
}
}
@media (max-width: 420px){
.conferences_body[data-v-57b07933]{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex_between[data-v-57b07933]{
    display: flex!important;
    flex-direction: column!important;
}
.conferences_item[data-v-57b07933]::after{
    top: 70px!important;
}
.conferences_item[data-v-57b07933]{
    max-width: 390px!important;
    width: 100%!important;
    border-radius: 20px!important;
    padding: 30px 30px!important;
}
.flex_between[data-v-57b07933]{
    padding: 0!important;
}
.news_avatar[data-v-57b07933]{
    margin-left: 0!important;
    width: 325px!important;
    height: 250px!important;
}
}

