.emres-presentation-container {
    width: 90%;
    max-width: 1200px;
    padding: 1rem;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: fit-content;
}

.emres-presentation-emotions {
    display: flex;
flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.emres-presentation-emotions-text {
width: 40%;
margin: auto;
min-width: 330px;
display: flex;
flex-direction: column;
gap: 1rem;

}



.emres-presentation-emotions-img {
max-width: 40%;
margin: auto;
border-radius: 8px;
}

.emres-presentation-reaction {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.emres-presentation-reaction-block {
    width: 30%;
    min-width: 330px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.emres-presentation-reaction-block-logo {
  
    width: 80px;
}

.emres-presentation-reaction-block h3{
    font-weight: bold;
}

.emres-presentation-details-container {
    width: 100%;
    height: fit-content;
    
}

.emres-presentation-details {
    width: 100%;
    height: 30vh;
    margin-top: 2rem;
   
}

.emres-presentation-details-top {
    width: 100%;
    height: 50%;
    /* background-image: url(../../img/version_1000_image-demo.jpeg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
position: relative;
}

.emres-presentation-details h2 {
    width: 80%;
    background-color: white;
    text-align: center;
    height: 50%;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 50%);
    padding: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

   
}

.emres-presentation-details-bottom {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}


.emres-presentation-details-bottom ul {
  list-style-type: disc;
  padding-left: 20px;
}

/* version mobile */

@media (max-width: 862px) {
 
.emres-presentation-emotions-img {
max-width: 50%;
margin: auto;
border-radius: 8px;
}


}


