.headpost{
  display:flex;
  align-items:center;
  justify-content: space-between;
  margin-top:10px;
  background-color:#1F3E90;
  border-radius:10px;
}
.headcheck p{
  padding:10px;
  font-weight:900;
   color:#fff;
  font-size:16px;
  color:#fff;
  margin: 0px !important;
}
.sociallogs{
  padding:10px;
}
.sociallogs img{
  width:44px;
  height:44px;
}
  @media (max-width: 768px) {
    .headpost {
      align-items:center;
      padding:5px;
    }
    .sociallogs img{
  width:22px;
  height:22px;
}
    .sociallogs{
     padding:0px;
}
    .headcheck p{
        padding:05px;
      font-size:10px;
    }