.ita-container-ad1ef3a4 {
    display: flex;
    flex-direction: row;
    height: 500px;
    gap: 10px;
    width: 100%;
}

@media (max-width: 767px) {
    .ita-container-ad1ef3a4 {
        flex-direction: column;
        height: auto;
        min-height: 600px;
    }
}

.ita-item-ad1ef3a4 {
    flex: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background: #f9f9f9;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .ita-item-ad1ef3a4 {
        flex-direction: column;
    }
}

.ita-item-ad1ef3a4.is-active {
    flex: 5;
}

.ita-content-ad1ef3a4 {
    width: 0;
    opacity: 0;
    transition: opacity 0.5s ease, width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ita-item-ad1ef3a4.is-active .ita-content-ad1ef3a4 {
    width: 50%;
    opacity: 1;
    padding: 30px;
}

@media (max-width: 767px) {
    .ita-content-ad1ef3a4 {
        width: 100%;
        height: 0;
    }
    .ita-item-ad1ef3a4.is-active .ita-content-ad1ef3a4 {
        width: 100%;
        height: 50%;
    }
}

.ita-image-wrapper-ad1ef3a4 {
    flex: 1;
    height: 100%;
    min-width: 50px;
}

@media (max-width: 767px) {
    .ita-image-wrapper-ad1ef3a4 {
        width: 100%;
        min-height: 50px;
    }
}

.ita-image-ad1ef3a4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.6s ease;
}

.ita-item-ad1ef3a4.is-active .ita-image-ad1ef3a4 {
    filter: grayscale(0%);
}

.ita-name-ad1ef3a4 {
    margin: 0 0 5px;
    font-size: 1.5rem;
}

.ita-job-ad1ef3a4 {
    margin: 0 0 15px;
    color: #666;
    font-weight: normal;
}

.ita-bio-ad1ef3a4 {
    margin-bottom: 20px;
}

.ita-socials-ad1ef3a4 a {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
