main>article.icons{
	>section{
		>div.icon{
			display:none !important;
		}
		>section{
			&.columns{
				div.icon.ph-light{
					border-radius:50%;
					display:block;
					border:1px solid #fff;
					padding:0.25em;
					margin:1em auto 0 auto;
					font-size:50px;
					width:50px;
					height:50px;
				}
				strong{
					&::before{
						content:"\A";
					}
					padding-top:0.5em;
				}
				gap:3em;
			}
		}
	}
	background-attachment:fixed !important;
	background-size:cover !important;
	background:#313134 url('https://www.porter-logistics.com/wp-content/themes/myporter/images/features-section-bg-min.jpg') center no-repeat;
	color:#fff;
	margin-top:3em;
	padding:40px 0;
	width:100%;
}