.stm-wcmap-ap-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stm-wcmap-ap-icon-box .stm-wcmap-ap-icon-wrap {
    display: block;
    min-width: 15%;
    margin-right: 23px;
}

.stm-wcmap-ap-icon-box .stm-wcmap-ap-icon-wrap img {
    display: block;
    width: 100%;
}

.stm-wcmap-ap-icon-box .stm-wcmap-text-wrap h4 {
    display: block;
    line-height: 15px;
    margin-bottom: 0;
}

.stm-wcmap-ap-icon-box .stm-wcmap-text-wrap .content {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    margin-top: 15px;
}
