@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=block');

@charset "UTF-8";
/* CSS Document */

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}
body {
	width: 100vw;
	max-width: 100vw;
	overflow-x: hidden;
}
* {
	font-family: Roboto;
}
#headerWrap {
	width: 100%;
	background: #111B26;
	display: flex;
	top: 0;
	-moz-transition: top .5s ease-in-out;
	-webkit-transition: top .5s ease-in-out;
	-ms-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
	position: fixed;
	z-index: 99;
}
#header {
	width: 85.714vw;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	z-index: 10;
	background: #111b26;
	position: relative;
}
#header .logoBox img {
	width: 248px;
	height: auto;
	align-self: center;
	padding: 20px 0;
	box-sizing: content-box;
	-moz-transition: width .5s ease-in-out;
	-webkit-transition: width .5s ease-in-out;
	-ms-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
}
.mobClick {
	display: none;
}

.subNav1 > li {
  width: 33% !important;
  text-align: right;
}
.subNav2 {
  text-align: left;
}
.subNav1 > li a {
	padding-right: 0px !important;
}
.subNav2 {
	padding-left: 20px !important;
}
.subNav1 > li .inline-button a {
	padding-right: 20px !important;
}
.highlightContent {
	text-align: left;
}
#header #nav li.topTarget.jawbone > a, #header #nav li.topTarget.nav-path-selected > a {
	color: #f0762d;
}
#header #nav li.topTarget.nav-path-selected > a::after {
	color: #f0762d;
}
#header #nav li.topTarget.jawbone > a::after{
	transform: rotate(90deg);
	display: inline-block;
	color: #f0762d;
	left: 4px;
	position: relative;
	top: -2px;
}
@media (max-width: 1100px) {
#header .logoBox img {
    width: 120px !important;
    height: auto;
    align-self: center;
    padding: 20px 0;
    box-sizing: content-box;
}
.mobClick {
	width: 43px;
	height: 45px;
	position: absolute;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}
.fas.fa-chevron-up {
	display: none;
}
.subNav1.expander .fas.fa-chevron-up {
	display: block;
}
.subNav1.expander .fas.fa-chevron-down {
	display: none;
}
.mobClick i {
	color: #fff;
}
.subNav1 {
	height: 40px;
	overflow: hidden;
}
#searchTopWrapper {
	top: unset !important;
	bottom: 0;
	width: 60vw !important;
	position: fixed !important;
	right: -200vw;
	z-index: 99 !important;
}
#searchTopWrapper.slop {
	right: 10vw;
}
.searchTrigger {
	display: none;
}
.subNav1.expander {
	height: auto;
	margin-bottom: 40px;
}
.searchTop button {
	right: 10px !important;
}
}
#page-wrapper.scroll #headerWrap #header > img {
	width: 100px;
}
#page-wrapper.scroll #headerWrap {
	position: fixed;
	top: 0;
}
#topNav {
	position: absolute;
	top: 0;
  left: 0;
  width: 100%;
}
#topNav ul {
  width: 85.714vw;
  max-width: 1200px;
  margin: 10px auto;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
}
#topNav ul a {
  color: #06a1eb;
  text-decoration: none;
}
#topNav ul a {
  font-size: 16px;
}
#topNav ul a::after {
  font-size: 12px !important;
}

#header #nav li a:after, #topNav ul a:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
	color: #3495EF;
    padding-left: 5px;
    font-size: 15px;
}
.scroll #header #nav li a:after {
    font-size: 12px;
}
#header #nav ul {
	display: flex;
	list-style: none;
}
#header #nav ul ul {
	z-index: 99;
	display: flex;
	flex-direction: column;
}
.subWrap1 {
	position: absolute;
	left: 0px;
	width: 100%;
	background: #fff;
	height: 500px;
	top: 120px;
	opacity: 0;
	pointer-events: none;
	display: flex;
	z-index: 99;
	justify-content: center;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-transition: opacity .5s, max-height .5s ease-in-out;
	-webkit-transition: opacity .5s, max-height .5s ease-in-out;
	-ms-transition: opacity .5s, max-height .5s ease-in-out;
	transition: opacity .5s, max-height .5s ease-in-out;
/*	max-height: 0;
	overflow: hidden;
*/}
.subWrap1 > ul {
  position: relative;
}
.subNav1 {
	width: 85.714vw;
	max-width: 1200px;
	margin: 0 auto;
  padding: 0;
}

.subWrap2 {
  /* left: 300px; */
  /* border-left: 1px solid #000; */
  /* width: 300px; */
  left: 33%;
  width: 33%;
}

.pageContentArea {
  /* left: 300px; */
  /* width: 300px; */
  left: 100%;
  width: 100%;
}


.subWrap2 {
  position: absolute;
  top: 0;
  left: 33%;
  width: 33%;
}
.pageContentArea {
  position: absolute;
  left: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}

.subWrap2 {
  box-sizing: border-box;
  display: none;
  padding: 50px 0 40px;
  height: 100%;
	/* background: #ECECED; */
	white-space: normal;
}
.subNav1 > li:first-child {
	margin-top: 40px;
}
.subNav1 li:hover .subWrap2 {
	display: block;
}
.topPa {
	font-weight: 900;
}
.subNav2 {
	padding: 0;
	margin: 45px 0 0;
}
.subNav1 > li > a {
	font-size: 20px;
	line-height: 25px;
	padding: 10px 0;
	display: block;
	text-transform: uppercase;
}
.subNav2 > li > a {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 10px;
	display: block;
}
.subNav1 > li > a:hover {
	color: #06A1EB;
}
#header #nav > ul > li.jawbone .subWrap1{
	opacity: 1;
	max-height: 2000px;
	pointer-events: all;
} 
#searchTopWrapper input {
  width: 96% !important;
  height: 50px !important;
  border: 4px solid #3495ef !important;
  padding: 0 10px 0 30px !important;
  box-sizing: content-box !important;
}
#searchTopWrapper .gsc-input-box {
  border: none !important;
  background: none !important;
}
#searchTopWrapper .gsc-search-button.gsc-search-button-v2 {
  position: absolute;
  right: 50px;
  color: red !important;
  cursor: pointer;
}
#searchTopWrapper .gsc-search-button-v2 svg {
  fill: #111B26;
  width: 26px;
  height: 29px;
}

#searchTopWrapper .gsc-search-button-v2, #searchTopWrapper .gsc-search-button-v2:hover, #searchTopWrapper .gsc-search-button-v2:focus {
  border: none;
  background: none;
}
.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
  max-width: 100px;
}

.gs-web-image-box, .gs-promotion-image-box {
  width: 104px;
}
#nav > ul > li:first-child {
	display: none;
}
#header #nav ul ul a {
  color: #000;
}

#header #nav ul ul a::after {
  display: none;
}
#header #nav ul a {
	color: #fff;
	margin-left: 24px;
	font-size: 18px;
	text-decoration: none;
	top: 3px !important;
	position: relative;
}
.scroll #header #nav ul a {
	color: #fff;
    margin-right: 24px;
    font-size: 16px;
}

#header #nav ul a:hover, #header #nav li a:hover:after {
	color: #F4762D;
	text-decoration: none;
}

#main {
	margin-top: 120px;
}


.container {
	width: 100vw;
	background: #111b26;
	position: relative;
}
.blockWrap {
	width: 100vw;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#page-wrapper .row {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	width: 85.714vw;
	max-width: 1200px;
}
.blockWrap h1 {
	font-size: 6.428571428571429vw;
	line-height: 7.285714285714286vw;
	margin: 0;
}
.blockWrap h2 {
	font-size: 4.285714285714286vw;
	line-height: 5.142857142857143vw;
	margin: 0;
}
#main .blockWrap .quote {
	font-size: 4.285714285714286vw;
	line-height: 4.642857142857143vw;
	font-style: italic;
	padding: 0;
	margin: 0 0 0.857142857142857vw;
}
#main .blockWrap p.attribution {
	padding: 0;
	margin: 0;
	color: #A5A5A5;
	font-size: 1.428571428571429vw;
	line-height: 1.714285714285714vw;
	font-weight: 500;
}
#headerWrap #topNav ul a {
	font-size: 16px;
	color: #ffffff;
	background-color: #f0762d;
	padding: 3px 10px;
	border-radius: 8px;
        margin-top: 4px;
}
#headerWrap #topNav ul a.btn-outline {
        font-size: 16px;
        color: #dddddd;
        background-color: unset;
        border: 1px solid #f0762d;
        padding: 3px 10px;
        border-radius: 8px;
        margin-right: 10px;
}
#topNav ul a:after {
    color: #ffffff;
}
#topNav ul a.btn-outline:after {
    color: #dddddd;
}

.blockWrap .title {
	width: 50%;
}
.blockWrap p {
	font-size: 1.571428571428571vw;
	line-height: 2.142857142857143vw;
	font-weight: 300;
	font-family: Roboto;
}
.blockWrap .content {
	margin: 0.3vw 0 2vw;
	width: 65%;
}
.home-headline {
	color: #fff;
	font-size: 110px;
	padding: 9vw 28vw 10vw 0;
	line-height: 120px;
	font-weight: 700;
}
#page-wrapper .col-3 {
	width: 20.35714285714286vw;
/*	height: 20.35714285714286vw;*/
	border-radius: 20px;
	border: 2px solid #06A1EB;
	background: rgba(17, 27, 38,.5);
	position: relative;
}
#page-wrapper .col-3::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #3495EF;
	position: absolute;
	bottom: 1.071428571428571vw;
	right: 1.071428571428571vw;
	font-size: 2.142857142857143vw;
}
#page-wrapper .col-12 {
	width: 100%;
}
#page-wrapper .col-6 {
	width: 41.428571428571429vw;
/*	height: 20.35714285714286vw;*/
/*	border-radius: 24px;
	border: 2px solid #06A1EB;
	background: rgba(17, 27, 38,.5);
*/	position: relative;
}
#page-wrapper .col-6::after {
/*	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	color: #3495EF;
	position: absolute;
	bottom: 1.071428571428571vw;
	right: 1.071428571428571vw;
	font-size: 2.142857142857143vw;*/
}
#page-wrapper .col-4 {
	width: 27.61904285714286vw; 
	box-sizing: border-box;
}
.page-template-product-category h1 {
	color: #fff;
}
.container.product_category_header {
	background: #243347;
	padding: 6.78vw 0;
/*	margin-bottom: 6.78vw; */
}
.container.product_category_header p {
	color: #fff;
}
.container.pan-prodSub-team {
        padding: 6.78vw 0 6vw;
}
#page-wrapper .row a {
	text-decoration: none;
	color: #06A1EB;
}
.blockWrap li {
	font-size: 1.428571428571429vw;
	line-height: 1.785714285714286vw;
	font-family: Roboto;
	font-weight: 300;
}
.inline-button a, a.btn-accent, a.btn-outline-accent {
	color: #06A1EB !important;
	margin: 0 !important;
	text-decoration: none;
	border: 3px solid #06A1EB;
	border-radius: 20px;
	padding: 10px 30px;
	background: #000;
	font-weight: 700;
	text-transform: uppercase;
}
.highlightContent .inline-button {
	margin-top: 30px;
}

.highlightContent .inline-button a:after {
	display: inline !important;
}
.highlightContent .inline-button a:hover:after {
	color: #000 !important;
}

.inline-button a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f054";
	padding-left: 14px;
}
.inline-button a:hover {
	background: #06A1EB;
	color: #000 !important;
	border-color: #000 !important;
}
.breadcrumb * {
  color: #fff;
  text-transform: uppercase;
	font-size: 1.428571428571429vw;
}
.pageContentArea img {
	width: 100%;
	height: auto;
}
.blockWrap.side-by-side-wrap.alignRight .row {
	flex-direction: row-reverse;
}
.blockWrap ul {
	padding: 0 0 0 1.285714285714286vw;
	width: 94%;
}
.fullTopPadding {
	padding-top: 6.428571428571429vw;
}

#searchTopWrapper {
	position: absolute;
	top: 0px;
	z-index: 4;
	background: #111b26;
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	-moz-transition: top .5s, right .5s;
	-webkit-transition: top .5s, right .5s;
	-ms-transition: top .5s, right .5s;
	transition: top .5s, right .5s;
}
#searchTopWrapper.sop {
	top: 118px;
}
#searchTopWrapper form {
  width: 100%;
  display: flex;
  justify-content: center;
}
#searchTopWrapper input {
	width: 98%;
	max-width: 1170px;
	height: 50px;
	border-radius: 30px;
	border: 4px solid #3495ef;
	padding: 0 10px;
	font-size: 20px;
}
.searchTrigger {
	color: #fff;
	align-self: center;
	font-size: 20px;
	margin: 1px 0 0 0px;
	padding-left: 40px;
	position: absolute;
	right: 0;
}
.searchTrigger:hover {
	color: #F4762D;
	cursor: pointer;
}
.searchTop {
	width: 85vw;
	max-width: 1200px;
  position: relative;
}
.searchTop button {
	position: absolute;
	right: 20px;
	border: 0;
	background: 0;
	font-size: 24px;
	color: #3495ef;
	top: 13px;
}
.feature-cards-card:hover::after {
	color: #f4762d;
}
.topTarget {
	cursor: context-menu;
}
.logoBox {
	position: relative;
	z-index: 99;
}
@Media (min-width:1400px) {
	.fullTopPadding {
	padding-top: 90px;
}
.blockWrap ul {
	padding: 0 0 0 18px;
}
.blockWrap li {
	font-size: 20px;
	line-height: 25px;
}
#page-wrapper .col-6 {
	width: 580px;
/*	height: 285px;
	border-radius: 24px;
	border: 2px solid #06A1EB;*/
}
#page-wrapper .col-4 {
	width: 386.6666px;
	box-sizing: border-box;
}
#page-wrapper .col-6::after {
/*	bottom: 15px;
	right: 15px;
	font-size: 30px;*/
}
#page-wrapper .col-3 {
	width: 285px;
/*	height: 285px;*/
	border-radius: 20px;
	border: 2px solid #06A1EB;
	max-height: 300px;
}
#page-wrapper .col-3::after {
	bottom: 15px;
	right: 15px;
	font-size: 30px;
}
.blockWrap h1 {
	font-size: 90px;
	line-height: 102px;
	margin: 0;
}
.blockWrap h2 {
	font-size: 60px;
	line-height: 72px;
	margin: 0;
}

.container.product_category_header {
	background: #243347;
	padding: 90px 0;
/*	margin-bottom: 90px; */
}
.container.pan-prodSub-team {
        background: #243347;
        padding: 90px 0;
}

.blockWrap p {
	font-size: 22px;
	line-height: 30px;
}
.blockWrap .title.hero-lines-title p {
        font-size: 26px;
        line-height: 36px;
}

.breadcrumb * {
	font-size: 20px;
}
.container.product_category_header p {
	color: #fff;
}
#main .blockWrap .quote {
	font-size: 60px;
	line-height: 65px;
	margin: 0 0 12px;
}
#main .blockWrap p.attribution {
	font-size: 20px;
	line-height: 24px;
}
.blockWrap .content {
	margin: 5px 0 20px;
}

}


.container-block {
	padding: 90px 0;
}
.container-block img {
        max-width: 100%;
        height: auto;
}
.container-block.bg-midnight-blue h2 {
	color: #ffffff;
}
.container-block.bg-midnight-blue p {
        color: #ffffff;
}


.constrain-twothirds {
	width: 65%;
}

.slipper {
	display: none;
}
@Media (max-width:1100px) {
	.topTarget {
	width: 100% !important;
}
.subNav1 > li {
	text-align: left;
}
.slipper {
	position: absolute;
	width: 85.714vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	color: #fff;
	z-index: 999;
}
.slipper i {
	position: absolute;
	font-size: 20px;
}
.fa-bars {
	display: block !important;
}
.fa-times {
	display: none !important;
}
.slap .fa-bars {
	display: none !important;
}
.slap .fa-times {
	display: block !important;
}

#header #nav ul {
  flex-direction: column;
}
#header {
	justify-content: flex-start;
}
#topNav ul {
	position: fixed;
	right: -80vw;
	bottom: -10px;
	z-index: 99999;
	display: flex;
	width: 80vw;
	justify-content: center;
	-moz-transition: right .5s ease-in-out;
	-webkit-transition: right .5s ease-in-out;
	-ms-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;
	background: #111b26;
	height: 150px;
}
#header #nav ul {
	align-items: flex-end;
}
#nav::before {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 80px;
	background: #111b26;
	z-index: 999;
	content: ' ';
}
#nav > ul {
	padding-bottom: 600px;
}
#topNav.slup {
	display: block !important;
}
#topNav.slup ul {
right: 0;
}
#nav {
	position: fixed;
	top: 120px;
	background: #111b26;
	height: calc(100vh - 120px);
	width: 80vw;
	right: -80vw;
	-moz-transition: right .5s ease-in-out;
	-webkit-transition: right .5s ease-in-out;
	-ms-transition: right .5s ease-in-out;
	transition: right .5s ease-in-out;
	overflow: scroll;
	padding-bottom: 300px;
}
#header #nav li a::after, #topNav ul a::after {
	display: none;
}
#nav.slip {
	right: 0;
}
#header #nav ul ul a {
	color: #fff;
}
.subWrap1 {
  position: relative;
  display: flex;
  top: 0;
  background: none;
  height: auto;
  opacity: 1;
  pointer-events: all;
}

.subNav1 {
  width: 100%;
  display: block !important;
}
.subNav2 {
	display: none !important;
}
.subWrap2 {
  position: relative;
  display: block;
  width: 100%;
  left: 0;
  background: none;
  height: auto;
  padding: 0 20px;
}

.pageContentArea {
  display: none;
}
#header #nav ul ul li:first-child {
	margin-top: 0;
	left: -20px;
	position: relative;
}
#nav > ul > li > a {
	display: none;
}
.FooterMain {
	flex-direction: column;
}
.subNav1 > li {
	width: 100% !important;
}

}

.FooterMain {
	width: 85.714vw;
	max-width: 1200px;
}


@Media (max-width:768px) {
div#aboutBox .title p img {
	display: none !important;
}
.inline-button a {
	padding: 8px 20px !important;
	margin-top: 8px !important;
	display: inline-block !important;
}
div#page-wrapper.page-template-post .col-3 {
    padding: 0;
}
.container.pan-card-rectangle img {
	width: 60% !important;
        margin: 0 auto;
}
.container.pan-card-rectangle {
  max-height: 600px !important;
}
.meta {
  width: 100% !important;
  padding-bottom: 40px !important;
}
.container.pan-card-rectangle {
  flex-direction: column !important;
}

.waveHold {
	position: relative !important;
	margin-top: 60px !important;
}

.feature-4cards .row > a {
	width: 100%;
}
#page-wrapper .row {
  flex-wrap: wrap;
}
#page-wrapper .row > div {
	width: 100% !important;
	min-width: 100% !important;
}
.container {
	height: auto !important;
	padding: 40px 0 !important;
}
.FooterMain {
  flex-direction: column;
}

.FooterLinks {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.FooterSocial {
  padding: 40px;
}

.FooterLinks a {
  margin-bottom: 10px;
}
.section {
	font-size: 16px !important;
}
.blockWrap h2 {
	font-size: 44px;
	line-height: 50px;
	margin: 0;
}
#page-wrapper .col-3 {
	width: 100%;
	height: auto;
	min-height: 150px;
	margin-bottom: 40px;
	padding: 10px;
	box-sizing: border-box;
}
.feature-4cards-card-section {
	font-size: 16px !important;
}
.feature-4cards-card-title {
	font-size: 24px !important;
}
#page-wrapper .col-3::after {
	bottom: 10px !important;
	right: 10px !important;
	font-size: 20px !important;
}
.blockWrap li {
	font-size: 20px !important;
	line-height: 26px !important;
}
.breadcrumb * {
  font-size: 16px !important;
}
.breadcrumb a::after {
  padding: 0 6px !important;
}
.card-rectangle-section {
	font-size: 18px !important;
	padding: 8px 10px 0 !important;
}
.card-rectangle-title {
	font-size: 24px !important;
	padding: 6px 10px 0 !important;
}
.card-rectangle-content p {
	padding: 4px 10px 0 !important;
	margin: 0 !important;
}
#page-wrapper .col-6.feature-2cards-card {
	height: auto !important;
}
#main .blockWrap .quote {
	font-size: 32px !important;
	line-height: 36px !important;
}
#main .blockWrap p.attribution {
	font-size: 16px !important;
	line-height: 20px !important;

}

/* Inline #13 | https://coredevsc.percepticon.net/about/careers */

.content.section-intro-content p {
  margin-left: 0 !important;
}

.content.section-intro-content p img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.card-rectangle-content * {
  font-size: 16px !important;
  line-height: 20px !important;
}
.inline-button {
  display: block !important;
  line-height: 30px !important;
  margin: 20px 0 !important;
}
.col-4.prodSubCard img {
	float: left;
	margin-right: 20px;
	height: 100% !important;
	width: 40% !important;
}
.col-4.prodSubCard a::after {
	display: none;
}
.prodSubTit {
  font-size: 20px !important;
  height: auto !important;
}

.prodSubDesc {
  font-size: 12px !important;
}

.memberNameTitle {
  font-size: 24px !important;
  line-height: 30px !important;
}

.row.oneMember {
  padding-left: 20px !important;
  height: 30px !important;
  margin-left: 30px !important;
}

.row.oneMember::before {
  font-size: 20px !important;
  top: 8px !important;
}

.imageRow {
  padding-top: 20px !important;
}

.pan-accordion-list .memberContent {
  width: 100% !important;
  padding-bottom: 20px !important;
}
.content.content-columns-Content {
	width: 100% !important;
}

.content.content-columns-Content {
  width: 100% !important;
}

.imageRow {
  flex-direction: column !important;
}

.imageRow img {
  width: 100%!important;
  height: auto!important;
}
#page-wrapper .row.oneMember {
  width: 80%!important;
}
.memberContent {
	width: 100% !important;
}
.logoBox {
	position: relative;
	z-index: 99999;
}
.feature-cards-card {
	box-sizing: border-box;
}
a.feature-cards-card::after {
	display: none;
}
.cardWrapper {
	position: relative !important;
	bottom: unset !important;
}
#page-wrapper .col-6.feature-2cards-card {
  width: 100% !important;
}
.cardWrapper a {
	width: 100% !important;
	margin-bottom: 40px !important;
}
.feature-2cards-card-section {
	font-size: 20px !important;
	padding: 20px 20px 0 !important;
}
.feature-2cards-card-title {
	font-size: 24px !important;
	padding: 20px !important;
}
#page-wrapper .col-6.feature-2cards-card::after {
	display: none;
}

.feature-cards-numbers-card-title {
  font-size: 40px !important;
  text-align: center !important;
}

.feature-cards-numbers-card-number {
  font-size: 100px !important;
  text-align: center !important;
}

.feature-cards-numbers-card {
  height: auto !important;
  margin-bottom: 60px !important;
}
.container.pan-card-rectangle {
	padding: 0 !important;
        text-align: center;
}
.feature-cards-numbers-card-content {
  font-size: 30px !important;
  text-align: center !important;
}

}

@Media (max-width:900px) {
	.blockWrap .title {
	width: 100%;
}
.pan-feature-category {
	height: auto !important;
}
.blockWrap h1 {
	font-size: 54px;
	line-height: 70px;
}
.blockWrap p {
	font-size: 20px;
	line-height: 26px;
}
}


