.info11_container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}
.info11_container > h2 {
    font-size: 30px;
    /* font-weight: 500; */
    padding-bottom: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.info11_substring {
    margin-bottom: 60px;
}
.info11_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.info11_flex_item_wrapper {
    flex: 1;
    margin-right: 60px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.info11_flex_item {
    min-width: 140px;
    margin: 0 auto;
}
.info11_flex_item > img {
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
}
.info11_flex_item > h5 {
    color: #202935;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.info11_flex_item > p {
    font-size: 14px;
}

.info11_arrow_block {
    display: inline-block;
    background-image: url("../images/info11_arrow.png");
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -40px;
    top: 20px;
}
.hide_arrow {
    display: none !important;
    margin-right: none !important;
}

@media (max-width: 768px) {
    .info11_flex{
        justify-content: space-between;
    }
    .info11_flex_item {
        width: 160px;
    }
    .info11_flex_item_wrapper {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .info11_arrow_block {
        display: none;
    }
}
