.pointItem {
    position: relative;
    height: 225px;
    margin: 10px;
    padding: 15px;
    transition: all .2s;
    background: linear-gradient(to top right, rgba(13, 111, 246, 0.70), rgba(44, 183, 250, 0.70));
}

.pointIcon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.pointIcon2{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    transform: rotate(180deg);
}
.pointInner{
    padding: 15px;
    color: white;
}
.pointTitle{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.pointContent{
    font-size: 16px;
    font-weight: 400;
}
.point{
    background: #f6f6f6;
    padding: 50px 0;
}
.pointItem:hover{
    transform: translateY(-10px);
}



.imgShow{
    max-width: 200px;
    display: block;
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
}
