.keypoints {
    text-align: center;
    padding-bottom: 90px;
    margin: 0;
}

.keypoints-ul {
    list-style: none;
}


.keypoints .keypoint {
    padding-bottom: 20px;
}

.keypoints ul li:last-child {
    padding-bottom: 0;
}

.keypoints-title {
    padding: 90px 0 50px;
}

.key-info {
    display: inline-flex;
    vertical-align: top;
    height: 100%;
    width: 100%;
}

.key-img {
    line-height: 0;
    width: 260px;
    height: 260px;
    padding-right: 20px;
}

.key-text {
    width: 830px;
    height: auto;
}

.key-title {
    text-align: center;
    background-color: #909090;
    color: white;
}

.key-title .key-title-label {
    font-weight: bold;
    font-size: 24.33px;
}

.key-desc {
    padding-top: 20px;
}

.key-desc ul li {
    font-weight: bold;
    font-size: 21.16px;
    text-align: left;
    list-style:disc;
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    .keypoints {
        padding-bottom: 50px;
    }
    .key-info {
        height: auto;
    }
    .key-img img {
        width: 210px;
        height: 210px;
        padding-right: 30px;
    }
    .key-text {
        width: 450px;
        height: auto;
    }
    .keypoints-title {
        padding: 50px 0 30px
    }
    .key-title {
        width: 100%;
        height: 50px;
        display: table;
    }
    .key-title-label {
        display: table-cell;
        vertical-align: middle;
    }
    .keypoints ul {
        padding-left: 0;
    }
   .key-desc ul {
        padding-left: 1.5em;
    }
    .key-title .key-title-label {
        font-size: 17.46px;
    }
    .key-desc ul li {
        font-size: 16.97px;
        line-height: 20px;
        padding-bottom: 9px;
    }
}

@media screen and (max-width: 431px) {
    .keypoints {
        padding-bottom: 30px;
    }
    .key-img {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .key-info {
        display: flex;
        flex-direction: column-reverse;
        height: 100%;
        width: 100%;
    }
    .key-text {
        width: 100%;
    }
    .keypoints-title {
        padding: 70px 0 30px;
    }
    .key-title {
        width: 100%;
        height: 50px;
        display: table;
    }
    
    .key-desc {
        padding-bottom: 20px;
    }
    
}