:root {
  --blue: #0075BF;
  --white: #FFFFFF;
}

.aa_mega-menu_high-light {
    display: flex;
    width: 280px;
    height: 408px;
    padding: 32px 24px;
    align-items: flex-start;
    gap: 8px;
    background: var(--Blue);
}

.aa_mega-menu_high-light .img-layout {
    border-radius: 8px;
    background: #C7DEFF;
}

.aa_mega-menu_high-light .lead p {
    color: var(--White);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */    
}

.aa_mega-menu_high-light .lead {
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 150%; /* 27px */
}

