/*!***************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/module-p2-gap.scss ***!
  \***************************************************************************************************************************************************************************************************/
.p2-gap {
  background: #ffffff; }
  @media (max-width: 992px) {
    .p2-gap {
      padding: 20px 0; } }
  .p2-gap .container {
    max-width: 1442px;
    width: calc(100% - 25px);
    margin-inline: auto; }

.p2-gap .section-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #409D94;
  margin-bottom: 10px; }

.p2-gap h2 {
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 36px;
  line-height: 1.25; }

.gap-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px; }
  @media (max-width: 992px) {
    .gap-cards {
      grid-template-columns: 1fr;
      gap: 14px; } }

.gap-card {
  background: #F7F1EE;
  border-radius: 12px;
  padding: 28px 22px;
  border-left: 3px solid #E8775A; }
  .gap-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    line-height: 1.3; }
  .gap-card p {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.55;
    margin: 0; }

.gap-insight {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f0f8f7;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto; }
  .gap-insight .note-icon {
    font-size: 17px;
    flex-shrink: 0;
    line-height: 1.5; }

