.resource-wrapper {
  margin: 0.5rem auto;
  padding: 0.5rem;
  max-width: 400px;
  display: flex;
  flex-direction: row;
  align-items: center; /*垂直居中*/
  justify-content: center; /*水平居中*/
  font-size: 0;
  /*border: 1px solid rgba(0,0,0,.125);*/
  /*border-radius: 0.25rem;*/
  /*box-shadow: 1px 1px 1px 1px lightgrey;*/
}

.resource-wrapper:hover {
  cursor: pointer;
  background-color: #f3f4f6;
  box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%)
}

.logo_img {
  vertical-align: middle;
  align-items: center;
}

.text {
  flex: 1;
  font-size: 20px;
}

.row-first {
  margin-top: 0.5rem;
}

.row-title {
  margin-top: 4rem;
}

.resource-wrapper {
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 10%), 0 0.15rem 0.9rem rgb(0 0 0 / 10%)
}

.logo_img {
  width: 100px;
  height: 100px;
}

.resource-text {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100px
}

.resource-text p {
  font-size: 1.2rem
}

.resource-text .text-secondary {
  font-size: x-small
}

.resource-header {
  color: #395B64
}