.dialog-widget.elementor-popup-modal{
    transition: background-color 1s ease-out;
}

#employee__image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.employees{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 120px;
  }
  
.employees .employee{
flex-basis: calc( 33.3% - 120px * 2 / 3 );
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
}
.employees .employee .employee__image{
padding: 0 30px;
}
.employees .employee .employee__name{
color: #090834;
font-family: "Silka", Sans-serif;
font-size: 20px;
font-weight: 500;
line-height: 28px;
margin-top: 20px;
text-align: center;
}
.employees .employee .employee__position{
color: #090834;
font-family: "Silka", Sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-top: 5px;
text-align: center;
}

@media (max-width: 980px) {
    #employee__image{
        min-height: 35vh;
        width: 70vw;
    }
    .elementor-popup-modal .dialog-message {
        height: fit-content !important;
    }

    .employees {
        gap: 40px 20px;
        padding: 10px;
    }
    .employees .employee {
        flex-basis: calc( 50% - 10px );
    }
    .employees .employee .employee__image {
        padding: 0;
    }
}

#lottie_animation{
    height: 530px;
}