   
    h1
    {
      color: #173b6c;
      /*padding: 30px;*/
      text-transform: capitalize;
      font-size: 23px;
      margin-top: 25px;
    }
    #wrapper
    {
        /*width: 80%;
        margin-left: auto;
        margin-right: auto;
        background-color: white;*/
        padding: 40px 40px 0px 40px;
        background-color: white;
    }
    .all
    {
        font-weight: 500;
        font-size: 20px;
        text-align: justify;
    }
    p{
        text-align: justify;
    }
  
    .bottom
    {
        text-align: justify;
    }
    #header1
    {
        background-color: #040b14;
        color: #f4f6fd;
        font-size: 30px;
        padding: 30px;
    }
    #header1>a {
        color: #f4f6fd;
    }
    #footer1
    {
        background-color: #040b14;
        color: #f4f6fd;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
   .blog
   {

     border: 2px solid whitesmoke;
     padding: 15px;
     margin-bottom: 40px;
     height: auto;
     margin: 10px;
     margin-bottom: 30px;
   }
   .blog-right>h3
   {
    color: #898ca6 !important;
    font-size: 21px;
    padding: 5px;
   }
   .blog-right>p
   {
    font-size: 21px;
    color: #171b3f;
    /*text-transform: capitalize;*/
   }
    .img 
    {
        width: 100%;
      
        max-width: 100%;
      height: auto;
    }
     #img 
    {
        width: 100%;
    }

    ul {
    list-style: none;
    padding: 0;
}

 ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #5846f9;
}

.placement-h3
{
  text-transform: uppercase !important; 
}


 .section {
        margin-bottom: 20px;
    }

    .section-header {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .rating {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .review {
        margin-top: 5px;
    }

    .logo-img {
        width: 30px;
        height: 30px;
    }