
#contentsinnner img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }
.profile {
  margin: 20px auto 20px auto;
  text-align: center;
}
.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffc107;
}
.profile h3 {
  text-align: center;
}
h3.gnamae {
  margin: 0 0 15px 0;
  font-size: 1.3em;
}
.profile-text {
    text-align: left;
  }
.profilemini {
    font-size: 0.8em;
}
@media screen and (min-width : 960px) {
  
  .profile {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    align-items: flex-start;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
  }
  .profilemini {
    padding: 0 0 0 15px;
  }
}
    