    .core4-row {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
      align-items: flex-start;
      padding-top: 22px;
      background: #fff;
    }

.core4-main {
      display: flex;
      justify-content: center;
      align-items: center;
      //min-height: 100vh;
      background: #fff;
      position: relative;
      padding: 50px 0;
    }
    .core4-circle {
      width: 230px;
      height: 230px;
      border-radius: 50%;
      background: black;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 20px #0001;
      position: relative;
      z-index: 2;
      flex-shrink: 0;
    }
    .core4-circle-text {
      color: #fff;
      font-weight: bold;
      font-size: 2.5rem;
      letter-spacing: -2px;
      text-shadow: 2px 2px 6px #2227;
      text-align: center;
      z-index: 2;
    }

    .core4-col-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 44px;
      min-width: 420px;
      margin: 0;
      position: relative;
    }
    .core4-item-wrap {
      display: flex;
      align-items: center; /* vertical center icon, oval, desc */
      position: relative;
      min-width: 260px;
      margin-bottom: 0;
    }
    .core4-row > .core4-item-wrap {min-width: 220px; }
    .core4-item-wrap.item1 { margin-left: 0px; }
    .core4-item-wrap.item2 { margin-left: 60px; }
    .core4-item-wrap.item3 { margin-left: 60px; }
    .core4-item-wrap.item4 { margin-left: 0px; }
    a.core4-item-link { border-bottom: none; }
    .core4-icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.85rem;
      margin-right: -33px;
      margin-left: 8px;
      margin-top: -20px;
      box-shadow: 0 0 0 8px #fff;
      z-index: 2;
      padding: 10px;
      position: relative;
      flex-shrink: 0;
    }
    .core4-blue { background: #172c4b; color: #fff; }
    .core4-red { background: #c41230; color: #fff; }
    .core4-yellow { background: #fdb514; color: #fff; }
    .core4-green { background: #1f4c4c; color: #fff; }
    .core4-content {
      background: #fff;
      border: 2px dashed #333;
      border-radius: 30px;
      padding: 12px 16px 10px 56px;
      //width: 320px;
      min-width: 230px;
      min-height: 62px;
      position: relative;
      margin-left: 0;
      margin-top: 0;
      display: inline-block;
      vertical-align: middle;
      font-size: 1.08rem;
      font-weight: 700;
      line-height: 1.3;
      box-sizing: border-box;
      text-align: left;
    }
    .core4-row .core4-content {
      font-size: 0.75rem;
    }
    .core4-desc {
      font-size: 0.99rem;
      color: #555;
      font-style: italic;
      margin-left: 24px;
      margin-bottom: 0;
      align-self: center;
      width: 370px;
      text-align: left;
      display: inline-block;
      vertical-align: middle;
    }
    .core4-callout {
      top: 30px;
      left: 88%;
      position: absolute;
      border-radius: 50px;
      padding: 10px;
      font-weight: 700;
      background: #fff;
      font-size: 2rem;
      z-index: 99;
    }
    @media (max-width: 1100px) {
      .core4-competencies {
        flex-direction: column;
        width: 99vw;
        gap: 24px;
        max-width: 99vw;
        align-items: flex-start;
      }
      .core4-circle {
        margin: auto;
      }
      .core4-col-right {
        width: 100%;
        gap: 28px;
        min-width: 0;
        margin-left: 25px;
      }
      .core4-item-wrap {
        width: 99vw;
        min-width: 0;
      }
      .core4-desc {
        width: 170px;
      }
    }
    @media (max-width: 700px) {
      .core4-content { min-width: 0; padding: 8px 7px 8px 9px; }
      .core4-title { font-size: 1rem; }
      .core4-desc { font-size: 0.89rem; width: 110px; margin-left: 10px; }
    }
