section#subnav ul li .icon-commercial-loss::before {
    background-image: url('/wp-content/themes/truemarket/assets/img/icons/icon-commercial-complex-loss.svg');
}

section#subnav>.tm-c-grid {
    max-width: 1540px;
}

body.home-template section#services ul li a>div p {
    font-size: 20px;
}

body.home-template section#services ul li:nth-child(1),
body.home-template section#services ul li:nth-child(2),
body.home-template section#services ul li:nth-child(3),
body.home-template section#services ul li:nth-child(4) {
    @media screen and (max-width: 1400px) {
        flex: 0 0 50%;
        width: 50%;
    }

    @media screen and (max-width: 768px) {
        flex: 0 0 100%;
        width: 100%;
    }
}

body.home-template section#services ul li:nth-child(5),
body.home-template section#services ul li:nth-child(6),
body.home-template section#services ul li:nth-child(7),
body.home-template section#services ul li:nth-child(8),
body.home-template section#services ul li:nth-child(9) {
    flex: 0 0 20%;
    width: 20%;

    @media screen and (max-width: 1400px) {
        flex: 0 0 50%;
        width: 50%;
    }

    @media screen and (max-width: 768px) {
        flex: 0 0 100%;
        width: 100%;
    }
}