.team-box {
    padding: 60px 52px 80px;
    display: flex;
    flex-wrap: wrap;
}
.team-box-item {
    width: 23%;
    margin-right: 20px;
    margin-bottom: 50px;
}
.team-box-item:last-child {
    margin-right: 0px;
}
.team-box-item-hr {
    width: 100%;
    height: 4px;
    background: #000000;
}
.team-box-item-title {
    font-weight: 600;
    font-size: 20px;
    color: #121212;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    margin-top: 10px;
}
.team-box-item-text {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 18px;
}
.team-box-item-icon {
    width: 28px;
    height: 28px;
    margin-top: 44px;
    cursor: pointer;
}

.eight-pop {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(4,46,63,0.8);
    pointer-events: all;
}
.eight-pop-content {
    background: #FFFFFF;
    margin: 5% auto;
    border: 1px solid #888;
    width: 800px;
    max-height: 550px;
    box-shadow: -1px 16px 40px 0px rgba(0,0,0,0.17);
    border: 1px solid #F1F1F1;
    padding: 54px;
    position: relative;
    overflow-y: auto;
}
.eight-pop-content-close {
    text-align: right;
    position: absolute;
    right: 1px;
    top: 5px;
}
.eight-pop-content-num {
    font-weight: 600;
    font-size: 14px;
    color: #121212;
    line-height: 14px;
    text-align: left;
    font-style: normal;
}
.eight-pop-content-title {
    font-weight: 500;
    font-size: 24px;
    color: #121212;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
}
.eight-pop-content-content {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
}
.eight-pop-content-content p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.eight-left-20 {
    margin-left: 20px;
}
.eight-left-40 {
    margin-left: 40px;
}
.eight-pop-content-back {
    width: 35px;
    height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-top: 54px;
    cursor: pointer;
    text-decoration:underline;
}
.eight-pop-content-back:hover {
    color: #555555 !important;
    fill: #555555 !important;
}
.eight-pop-close {
    width: 37px;
    height: 36px;
    cursor: pointer;
}
.square-container h2 {
    color: #FFFFFF;
}
.square-container2 h2 {
    color: #FFFFFF;
}
.boxshadow:hover {
    color: #5F98FF !important;
}
@media(max-width:768px) {
    .eight-pop-content {
        width: 96%;
        margin: 25% auto;
    }
    .team-box-item {
        width: 100%;
        margin-right: 0px;
    }
    .team-box {
        padding: 60px 20px 40px;
    }
}