.two-columnsBox.__ex{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: 40px 0;
flex-direction: column;
}
.two-columnsBox.__ex .eventImg{
display: flex;
gap: 1em;
width: 100%;
}
.midashi ul li img{
height: 100%;
}
.btn {
margin: 25px 0 0 0;
display: flex;
gap: 1em;
justify-content: flex-start;
}
.btn a {
min-width: 49%;
}
h2.midashiDP{
margin-top: 30px;
}
h2.featured-talk{
color: #E5002D;
position: relative;
text-align: center;
font-size: 32px;
margin: 0 auto;
margin-top: 0;
margin-bottom: 64px;
font-weight: bold;
}
.taidanBox img{
max-width: 677px;
}
@media only screen and (max-width: 767px) {
.two-columnsBox.__ex .eventImg {
flex-direction: column;
gap: 0;
}
.btn {
flex-direction: column;
}
h2.featured-talk{
font-size: 22px;
margin-bottom: 40px;
}
}