.whyj {
    padding-top: 20px;
}

.whyj ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.whyj ul li {
    width: 45%;
}


.whyj ul li a .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 67px;
}

.whyj ul li a .top h1 {
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
}

.whyj ul li a .top span {
    font-size: 16px;
    color: #636363;
    font-weight: bold;
}

.whyj ul li a p {
    font-size: 12px;
    line-height: 30px;
	color: #3b3b3b;
}

@media (max-width: 999px) {
    .whyj ul li {
        width: 100%;
    }

    .whyj ul li a .top {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .whyj {
        padding-top: 0;
    }

    .container-bj {
        padding-bottom: 50px;
    }
}