.seo_icons_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.text-for-index-out .seo_icons_block li {
    flex: 0 0 19%;
    text-align: center;
    margin: 0 0 20px 0;
    list-style-type: none;
}

.text-for-index-out .seo_icons_block li h3 {
    text-transform: uppercase;
    color: #34B3EB;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.text-for-index-out .seo_icons_block li p {
    text-align: center;
}

.text-for-index-out .seo_icons_block li img {
    margin-bottom: 30px;
}



@media only screen and (max-width: 768px) {
    
    .seo_icons_block {
        justify-content: space-around;
    }

    .text-for-index-out .seo_icons_block li {
        flex: 0 0 30%;
    }

}

@media only screen and (max-width: 700px) {
    
    .seo_icons_block {
        justify-content: space-around;
    }

    .text-for-index-out .seo_icons_block li {
        flex: 0 0 100%;
    }

}