.card{
	background:#EE7F00;
    padding:1em 0.5rem}
.picture{
    max-width:560px;
    margin-bottom:1em}
.profile{
    border-top:1px solid #EE7F00}
.profile__section ul{
	margin-bottom: 1.5em}
.profile__section li:before{
    content:"– "}
.profile__section li p{
	margin-bottom: unset;
    display: inline}
.profile__section h2{
	font-weight: normal}
.profile__section h3{
	margin-top: 1.5em;
	margin-bottom: 1.5em}
.profile__section p{
	margin-bottom: 1.5em}
.services{
    color:#fff;
    font-size:1.25em;
    border-bottom:1px solid #fff;
    line-height:1.4;
    background: #000}
.strip{
    max-width:560px;
    margin:auto;
    overflow:hidden}
@media screen and (min-width: 360px) {
    .card{
        padding: 1.5em 1rem}
    .cta{
    	font-size: 1.125em}
    .profile{
        padding: 2rem 1rem}
    .services{
        font-size: 1.5em}
}
@media screen and (min-width: 400px) {
    .card{
        padding: 1.75em 1.125rem}
    .cta{
        font-size: 1.25em}
    .profile{
        padding: 2.25rem 1.125rem}
    .services{
        font-size: 1.625em}
}
@media screen and (min-width: 560px) {
    .card{
        padding: 2rem 1.5rem}
    .cta{
        width: 47%;
        float: left;
        font-size: 1.068em}
    .business-card{
        overflow: hidden;
        background: #EE7F00;
        border-bottom: 1px solid #fff}
    .picture{
        margin-bottom:0}
    .services{
        font-size:1.5em;
        width:53%;
        float:left;
        border-bottom:none}
}
@media screen and (min-width: 768px) {
    .card{
        padding: 2rem 1.5rem}
    .contact__company{
        font-weight: bold}
}
@media screen and (min-width: 960px) {
	.columns{
        max-width:640px;
-webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
-webkit-column-gaü: 3em;
   -moz-column-gap: 3em;
        column-gap: 3em;
        margin:auto}
    .business-card{
        border-bottom:3px solid #fff}    
    .cta{
        font-size:1.125em}   
    .profile{
        max-width:100%;
        border-top:3px solid #EE7F00}
}
@media screen and (min-width: 1024px) {
    .intro{
        padding:3rem 1.5rem}
    .overview{
        position:relative;
        background:#EE7F00}
    .profile{
        padding:3rem 1.5rem}
    .services{
        letter-spacing:1px;
        font-size:1.625em}
}
@media screen and (min-width: 1200px) {   
	.columns{
        max-width:960px}
    .intro{
        max-width:640px}
}
@supports (object-fit: cover) {
    .picture{
        height: 200px}
    .picture__image{
        object-fit:cover;
        width:100%;
        height:100%}
    .strip{
        max-width:1920px}
	@media screen and (min-width: 560px) {
	    .picture{
            height: 320px}
	}
	@media screen and (min-width: 768px) {
	    .card{
            padding:2em 1.5rem}
        .business-card{
            width:auto;
            border-bottom:none}
	    .contact{
            max-width:100%;
            text-align:center}
        .contact p{
            display:inline-block;
            vertical-align:top;
            text-align:left;
            padding:0 0.5em}
        .cta{
            float:none;
            width:auto}
	    .overview{
            display:flex;
            flex-wrap:nowrap}
        .overview__picture{
            flex-grow: 1;
            position:relative}
        .picture{
            position:absolute;
            width:auto;
            height: 100%;
            max-width: 100%;
            border-left:3px solid #fff}
        .services{
            float:none;
            width:auto}
        .services{
            font-size:1.25em;
            border-bottom:1px solid #fff}
	}
	@media screen and (min-width: 960px) {
		.contact p{
            padding:0 1em}
	    .cta{
            font-size:1.188em}
	    .services{
            border-bottom:3px solid #fff}
	}
	@media screen and (min-width: 1024px) {
	   .picture{
            border-left:0.5em solid #fff}
        .services{
            letter-spacing:1px;
            font-size:1.625em}
	}
}

/* call to action */
.links-cta{
	margin: auto;
	max-width: 90%;
	margin-top: 2em;
	text-align: center}
.links-cta li{
	margin-bottom: 1em}
.links-cta li:nth-child(even) a{
	color: #A2FF24;
	background: #1d1d1b}	
.links-cta li a{
	text-align: center;
	vertical-align: text-bottom;
	font-weight: bold;
	padding: 0.063em 1em;
	padding-top: 0.188em;
	border-radius: 1.5em;
	color: #1d1d1b;
	background: #A2FF24;
	display: block;
		font-size: 1.25em}
@media screen and (min-width: 400px) {
	.links-cta{
		width: 75%}
}
@media screen and (min-width: 768px) {
	.links-cta{
		margin-top: 0;
		margin-left: 0.5em;
		width: auto;
		vertical-align: bottom;
		display: inline-block;
		text-align: left}
	.links-cta li{
		margin-bottom: 0.5em}
	.links-cta li:last-child{
		margin-bottom: 0}
	.links-cta li:nth-child(even){
		padding-left: 0.25em}
	.links-cta li:nth-child(odd){
		padding-right: 0.25em}
	.links-cta li a{
		display: inline-block;
		font-size: 1em}
}
@media screen and (min-width: 800px) {
	.links-cta li{
		margin-bottom: 0.75em}
	.links-cta li:last-child{
		margin-bottom: 0.5em}
	.links-cta li:nth-child(even){
		padding-left: 1em}
	.links-cta li:nth-child(odd){
		padding-right: 1em}
	.links-cta li a{
		display: block}
}
@media screen and (min-width: 960px) {
	.links-cta{
		width: auto;
		margin-left: 1em}
	.links-cta li:nth-child(even){
		padding-left: 2em}
	.links-cta li:nth-child(odd){
		padding-right: 2em}
}
@media screen and (min-width: 1024px) {
	.links-cta li a{
		font-size: 1.25em}
}
@media screen and (min-width: 1280px) {
	.links-cta{
		margin-left: 3em}
	.links-cta li:nth-child(even){
		padding-left: 3em}
	.links-cta li:nth-child(odd){
		padding-right: 3em}
}