a{
    font-size: 16px;
 font-weight: 400;
text-decoration: none;
color: white;
}
/* a:hover{
    color: rgb(0, 9, 112);
    } */
ul{    
    list-style: none;
    display: flex;
    justify-content: center;
}
li {
    padding: 0.5rem;
}
h1{
    color: rgb(0, 9, 112);
}
p{
    color: white;
    margin-bottom: 0rem;
}
.header_logo
{   
     justify-content: center;
    display: flex;
    padding: 2rem;
}
nav {
    background: rgb(246, 246, 246);
}
button{
    border: none;
    background: none !important;
    outline: none;
}
.active{    
    background: none !important;
    color: rgb(0, 9, 112) !important;
    font-weight: 700;
}
.home{
color: black;
}
.navbar-collapse{justify-content: center;}
@media only screen and (max-width: 958px) {
    ul {
   
      display: grid;
    }
  }
/* header */
.header{
    display: flex;
}
.block img{
    width: 100%;
    height: 285px;
}
.virticalBox_heading{
    color: rgb(0, 9, 112);
    font-size: 44px;
}
.virticalBox_para{
    color: rgb(94, 94, 94);
    font-weight: 700;
    font-size: 20px;
}
.horizontalBox{
    margin-top: 24px;
}
.verticalBox {
    padding: 5rem;
}
@media only screen and (max-width: 958px) {
    .header{
        display: grid;
    }
    .verticalBox{
    
        margin-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    }
  }
  /* 2nd section */
 .heading{
    color: rgb(0, 9, 112);
    display: flex;
    justify-content: center;
    font-size: 44px;
    margin-bottom: 40px;
  }
  .contentcards {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .contentcards > div {
    display: flex; 
    flex-basis: calc(50% - 40px);  
    
    flex-direction: column;
  }
  .contentcards > div > div {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .box { margin: 20px; }
  /* todays challenges */
  .content_heading{   
     display: flex;
     justify-content: center;
     margin-bottom: 24px;
     font-size: 22px;
}
.content_para{   
    display: flex;
    justify-content: center;
    color: #000;
}
.content{display: grid !important;}
.content_para p{   
    display: flex;
    justify-content: center;
    color: rgb(94, 94, 94);
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 400;
    font-size: 20px;
}
.content_img{    width: 50%;
    margin-left: 100px;}
    .grid{
        display: grid;
        list-style: disc;
        color: rgb(94, 94, 94);
    }
.content_p{
        color: rgb(94, 94, 94);
}
@media only screen and (max-width: 958px) {
    .contentcards {
        min-height: 100%;
        display: grid;
    }
  }
      /* footer */
      .footer{    
        background-color: rgb(0, 9, 112);
        font-size: 16px;
        padding-bottom: 56px;
        padding-top: 56px;
        margin-top: 56px;
    }
    .contentCard2{
        display: flex;
    }
    .footer_border{    
        border-top-style: solid;
        border-top-width: 1px;
        border-color: rgb(0, 20, 171);
        background-color: rgb(0, 9, 112);
        padding-top: 32px;
        padding-bottom: 32px;
        display: flex;
        justify-content: center;
    }
    .footer_border p{    
        justify-content: center;
        display: flex;
    }
    .cell{padding-left: 70px;}
    @media only screen and (max-width: 958px) {
        .contentCard2 {
          display: grid;
        }
        .cell{
            padding-left: 0px;
        }
        .gridCell2{
            padding: 1rem;
        }
      }