h2{font-size: 26px; color: #1D3557;  font-weight: 600; padding-bottom: 2rem; display: block;}
h3{font-size: 1.4rem;  color: #1D3557; font-weight: 600; padding-bottom: 1rem;}
li{font-size: 19px; color: #404F68; font-weight: 400;}

.executive-leaders-section-heading{background: #1D3557; padding: 2rem 1rem; color: white; text-align: center;}
.executive-leaders-section-heading h2{color: white;  font-size: 32px; padding-bottom: 0rem;}
.executive-leaders-section-heading p{color: white;}
.executive-leaders-section-heading .red_border{    margin: 1rem auto;}

.executive-leaders-grid{display: flex; width: 100%; flex-wrap: wrap; justify-content: center;}
.leader-card{width: calc((100% - 50px) / 3); padding: 1rem; margin: 0rem;}
.leader-card .leader-image img{width: 100%;}
.leader-content{background: white;    padding: 1rem;}
.leader-content h3{font-size: 25px; color: #1D3557;  font-weight: 700;}
.leader-content span{font-size: 16px; color: #4A5D79; font-weight: 700;}
.leader-content.red_border{width: 17%;}
.linkedin-icon span{    background: #e63946;color: white;font-weight: 700;padding: 0px 6px; font-size: 21px;  border-radius: 4px;}

.leadership_sec.section-2{background: #1D3557;}
.leadership_sec.section-2 h2{color: white;font-size: 32px;}
.leadership_sec.section-2 p{color: white;}

.leadership_sec.section-3 h2{font-size: 32px;}

.interested_in_creating_bussiness.spacing{background: url('https://www.harbingergroup.com/wp-content/themes/harbinger/images/interested_in_creating_bussiness_bg.png') no-repeat; background-size: cover; background-position: center bottom; color: white;}
.interested_in_creating_bussiness.spacing h3, .interested_in_creating_bussiness.spacing p{color: white;}

.interested_in_creating_bussiness.spacing .talk_to_experts.button{background: #fff;color: #EB616B; font-weight: 700; font-size: 19px; margin-bottom: 1rem;}


@media screen and (min-width: 329px) and (max-width: 767px){
  .leader-card {width: calc((100% - 50px) / 1);}
}

@media screen and (min-width: 992px) and (max-width: 1024px){
.desktop_banner { height: 322px;}
.leader-content h3 { font-size: 23px;}
.leader-card{width: calc((100% - 0px) / 3); padding: 0.5rem;}
.leader-card { width: calc((100% - 0px) / 1);}
}