

/* Start:/company/style.css?1747594880595*/
@media screen and (min-width: 769px) {

    .advantage-list.type-1 {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(232px,1fr));
    }
    
    .advantages .advantage {
        min-width: unset !important;
    }
}

@media screen and (max-width: 768px) {
    .advantage-list.type-1 {
        width: max-content;
    }
    
    .advantages .container {
        width: 100%;
        overflow: auto;
    }
    
    .advantages .advantage {
        max-width: 232px;
    }
}

.blog-detail__linked-articles-wrapper {
    padding: 0 20px;
}

/* End */
/* /company/style.css?1747594880595 */
