 .nav-pills .nav-link {
      border-radius: 0.5rem;
      margin: 5px;
      padding: 1rem 1.25rem;
      text-align: center;
      min-width: 100px;
      
    }
    .nav-pills .nav-link i {
      font-size: 1.5rem;
      display: block;
      margin-bottom: 0.25rem;
    }
    .nav-link
    {
        color: rgb(4, 4, 81) !important;
    }
    .nav-pills .nav-link.active {
    color: #000;
	border-color: #fff;
	background: #FAC53B !important;
	border-radius: 20px !important;
	position: relative;
	width: 100%;
    }
    .focus-img {
      width: 100%;
      height: auto;
      border-radius: 0.375rem;
      margin-bottom: 1rem;
    }
    .tab-content {
      background-color: #fff;
      padding: 2rem;
      border-radius: 0.5rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      margin-top: 1rem;
    }
