/* CSS Document */

.grid_menu{
  padding:0;
  border:none;
}
#profile .grid_menu ._item{
  width:32%;
}

 .grid_menu ._item{
  width:32%;
}

#profile .linkBtn a {
    display: inline-block;
    position: relative;
    color: #145074;
    border: 1px #145074 solid;
    width: 100%;
    max-width: 300px;
    margin:5px 10px;
}

#profile .linkBtn a:hover{
  text-decoration: none;
  background-color: #145074;
  color: #fff;
}


@media screen and (max-width: 768px) {
  #profile .grid_menu ._item{
    width:100%;
  }
  figure{
    margin-top:2em;
  }
  .taR{
    text-align: center;
  }
}