.mission-btn{
    padding-left: 154px !important;
    padding-right: 154px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

@media screen and (max-width : 992px) {
  .mission-btn {
      padding-left: 80px !important;
      padding-right: 80px !important;
      padding-top: 10px !important;
      padding-bottom: 10px !important;
  }
}

@media screen and (max-width : 768px) {
    .mission-btn {
        padding-left: 24px !important;
        padding-right: 24px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* // count up  */


.wrapper {
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }
  
  .num_container {
    /* width: 28vmin;
    height: 28vmin; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 18px;
  } 
   
  
  span.num {
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
  }
  
  .text {
    color: #fff;
    font-size: 1.5em !important;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 400;
    line-height: 0;
  }
  
  @media screen and (max-width:1024px) {
    .wrapper {
      width: 85vw;
    }
    .num_container {
      height: 26vmin;
      width: 26vmin;
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .wrapper{
      width: 90vw;
      flex-wrap: wrap;
      gap: 30px;
    }
  
    .num_container {
      width: calc(50% -40px);
      height: 30vmin;
      font-size: 13px;
    }
    .text {
      color: #fff;
      font-size: 1.25em !important;
      text-align: center;
      pad: 0.7em 0;
      /* font-weight: 400; */
      line-height: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .wrapper{
      gap: 25px;
    }
  
    .num_container {
      /* width: 100%; */
      height: 15vmin;
      font-size: 8px;
    }
  }

/* what we do  */
.list-group-item.active {
	background-color: #02739a !important;
	border-color: #02739a !important;
}
.list-group-item {
	border: none !important;
}
/* beleive in  */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #02739a !important;
}
/* list group styling */
@media screen and (max-width: 768px){
	.list-group{
		overflow: auto !important;		
		flex-direction: row !important;
	}
}