.al-inner-wrap {
    display: flex;
    min-height: 268px;
    height: 100%;
}

.al-left {
    align-self: flex-end;
    -webkit-box-flex: 0;
    flex: 0 0 200px;
}

.al-descr-num {
    color: rgb(0, 171, 155);
    line-height: 60px;
    font-size: 60px;
}
.al-descr-title {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 25px;
    font-weight: 500;
}

.al-item {
    background-color: rgb(248, 248, 250);
    min-height: 100%;
    margin-bottom: 35px;
}
.al-descr-text {
    color: rgb(118, 118, 118);
    font-size: 15px;
    line-height: 23px;
}
.al-right {
    margin: 30px 20px 20px 0;
}
.al-left img {
    margin-bottom: 46px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.action-list .al-main-title {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}

.al-main-descr {
    color: rgb(118, 118, 118);
    font-size: 15px;
}
