﻿.img-icon{
  width: 50px;
  height: 50px;
}
.btn-center-div{
  /* width: 100%;
  display: flex;
 align-items: center;
 justify-content: center; */
 margin-top: 8px;
}
.box-display{
  padding: 10px;
  min-height: 350px;
  color: #000;

}

.m-content-header{
  display: none;
}
@media screen and (max-width: 576px)  {
  .content-header{
    display:none;
  }
  .m-content-header{
    display: block;
    /* font-size: 10px; */
  }
  .box-col{
    font-size: 13px;
  }
  h3{
    font-size: 17px;
  }
}


.box-col{
  border:4px #fff solid;
  border-radius: 10px;
  /* box-shadow: 4px 4px; */
  /* margin: 10px; */
}

h3{
  color: #3496ed;
}
