.con {
    padding-top:  30px;
    padding-bottom: 40px;
}

.executives-list {
    margin-top: 40px;
    padding-bottom: 20px;
}

.executives-item {
    display: flex;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #c9c9c9;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 0px;
      transition: all .5s;
    /*border-left: none;*/
}
.executives-item:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.executives-lf {
    flex: 0 0 25.347%;
}

.executives-photo {
    width: 100%;
}

.executives-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.executives-txt {
    flex: 1;
    background-color: #f8f8f8;

    padding: 40px;
}

.executives-top {
    display: flex;
    align-items: flex-end;
}

.executives-name {
    line-height: 1;
    width: 3em;
    color: #333;
    font-family: "HarmonyOS_Sans_SC_Bold";
    margin-right: 20px;
}

.executives-position {
    line-height: 1.25;
    color: #333;
    font-weight: 600;
}

.executives-des {
    line-height: 1.875;
    color: #999;
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    .con {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .executives-item {
        flex-wrap: wrap;
        padding: 15px;
        margin-bottom: 20px;
        justify-content: center;
    }

    .executives-txt {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 20px;
    }



    .executives-lf {
        flex: 0 0 60%;
    }

    .executives-list {
        margin-top: 20px;
    }
}
