.hm-page-about--department .section-market {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.hm-page-about--department .section-market--materials {
    padding-bottom: 7.14286rem;
    background-color: #e7e7e6;
}
.hm-page-about--department .section-market .header {
    font-size: 2.57143rem;
    line-height: 1;
    color: #000;
}
.hm-page-about--department .section-market--materials .materials {
    margin-top: 3.57143rem;
}

@media screen and (max-width: 991px) {
	.hm-page-about--department .section-market--materials .material:not(:first-child) {
        margin-top: 2.14286rem;
    }
}

a:focus, a:hover {
    color: #fff; 
}
.tile {
    position: relative;
    padding: 6.92857rem 0;
    background-color: #fff;
}
.tiles--reverse-odd .tile:nth-of-type(odd) .tile__object {
    right: auto;
    left: 0;
}
.tile__object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.tiles--reverse-odd .tile:nth-of-type(odd) .tile__content {
    margin-left: 50%;
}
.tiles--reverse-odd .tile:nth-of-type(odd) .tile__content {
    padding-left: 6.42857rem;
}
.tiles--reverse-odd .tile--fixed:nth-of-type(odd) .tile__content {
    padding-left: 4.28571rem;
}

.tile--fixed .tile__content {
    padding-left: 4.28571rem;
    padding-right: 4.28571rem;
}
.tile__content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
    padding-right: 6.42857rem;
    box-sizing: border-box;
}
.tile__content .title {
    font-size: 2.28571rem;
    line-height: 3.71429rem;
}
.tile__content .content {
    margin-top: 2.14286rem;
    font-size: 1.14286rem;
    line-height: 2.28571rem;
}

.hm-page-about--department .section-market--materials .material:not(:first-child) {
    margin-top: 3.57143rem;
}
.tile--blue {
    color: #fff;
    background-color: #003263;
}
.tile--secondary {
    color: #fff;
    background-color: #00848a;
}
.tile--orange {
    color: #fff;
    background-color: #ba5808;
}
.tile--primary {
    color: #fff;
    background-color: #910028;
}
.tile--dark-gray {
    color: #fff;
    background-color: #666;
}
.tile--indigo {
    color: #fff;
    background-color: #4c6a95;
}

@media screen and (max-width: 991px) {
	.tile {
        display: block;
        padding: 0 0 2.14286rem;
    }
	.tile__object {
        position: static;
        padding-top: 50%;
        width: auto;
    }
    .tiles--reverse-odd .tile:nth-of-type(odd) .tile__content, .tiles--reverse-even .tile:nth-of-type(even) .tile__content, .tile--reverse .tile__content {
        margin: 2.14286rem 0 0;
        padding: 0;
    }
    .tiles--reverse-odd .tile--fixed:nth-of-type(odd) .tile__content, .tiles--reverse-even .tile--fixed:nth-of-type(even) .tile__content, .tile--fixed .tile__content {
      	padding: 0 2.14286rem;
    }
    .tile__content .title {
        line-height: 1.2;
    }
    .tile__content .content {
        margin-top: 1.42857rem;
    }
    .tile__content {
        width: auto;
        margin-top: 2.14286rem;
        padding: 0;
    }
}

