@media screen and (min-width: 990px) {
   
	.onlyDesktop{
		max-width: 1180px !important;
		margin-left: auto;
		margin-right: auto;
		margin-top:2% !important;
	}
	header.header {
    display: block;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 999;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.25);
}
}

.phone-cta {
    background-color: #2bc46e !important;
}

.phone-cta__number a {
    color: #fff !important;
}

.phone-cta .icon {
    filter: invert(1);
    margin-top: auto;
}
