/* homepage css */
#homepage_logo
{
     width: 400px !important;
     margin-left: 60px;
}
@media (width < 992px) {
     .cetified-logos {
          padding-left: 0px !important;
     }   
     #homepage_logo
     {
          width: 360px !important;
          margin-left: 0px;
     }
}


/* about us css */
@media (width < 992px) {
     #responsive_grid_row
{
     display: grid;
}
#responsive_grid_row #profile_image_container
{
     grid-area: 1;
}
.project-detail .lower-content {
    position: relative; 
    grid-area: 2;
}

}

/* courses css */
#description_text
{
     font-size: 14px !important;
}
.content-box .heading5
{
     font-size: 18px !important;
}
/* updateposts page css */
.postUpdates_section{
     display: grid;
     grid-template-columns: repeat(2, 1fr);
}
.inner-box_new{
     margin-inline: auto;
}
.postPoints li{
     position: relative;
     margin-left: 12px;;
     padding-left: 12px;;
}
.postPoints li::before{
     position: absolute;
     left: 0;
     top: 0;
     font-size: 14px;
     line-height: 28px;
     color: #b95d5c;
     content: "\f058";
     font-family: "Font Awesome 5 Free";
     margin-left: -10px;
}

@media (max-width: 720px) {
     .postUpdates_section{
          grid-template-columns: repeat(1, 1fr);
          padding-inline: 10px;
     }
     .postPoints,.inner_box_img2{
          padding-inline: 10px;

     }
     .inner-box_new{
          display: flex;
          margin-inline: auto;
          /* border: 1px solid red; */
     }
     .default-portfolio-item2{
          margin-right: 0px !important;
     }
}