/**
 * 受講者の声フロントページのスタイル
 */



/** 受講者の声アイコン **/
.voice_bl_voiceIcon {
  align-self: center;
  flex-shrink: 0;
  height: 80px;
  width: 80px;
}

.voice_bl_articleHeader {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  align-items: center;
}

.voice_bl_articleHeader>h2 {
  width: 100%;
}

.voice_bl_articleHeader>.voice_bl_voiceIcon {
  height: 40px;
  width: 40px;
}