body {
    margin: 0;
    padding: 0;
    font-family: podkova;
}

.curriculum {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
}

.financial-container {
    display: flex;
    align-items: center;
    gap: 5.5rem;
}

.about-image img {
    width: 500px;
    height: auto;
}

.financial-text h2 {
    font-size: 2.5rem;
    color: #fe6d73;
}

.financial-text h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e3a8a;
}

.skill:hover {
    transform: translateY(-4px);
}

.sf1::before {
    background-image: url('Logos/savings-icon.png');
}

.sf2::before {
    background-image: url('Logos/debt-icon.png');
}

.sf3::before {
    background-image: url('Logos/insurance-icon.png');
}

.sf4::before {
    background-image: url('Logos/investing-icon.png');
}

.sf5::before {
    background-image: url('Logos/investing-icon.png');
}

.sf6::before {
    background-image: url('Logos/decision-making-icon.png');
}

.skill h3,
.skill p {
    position: relative;
    z-index: 2;
}

.skill h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.skill p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #555;
}

.expression-container {
    display: flex;
    align-items: center;
    gap: 5.5rem;
}

.expression-text h2 {
    font-size: 2.5rem;
    color: #fe6d73;
}

.expression-text h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e3a8a;
}

.skills-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.skill {
    position: relative;
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    z-index: 1;
}

.skill::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.50;
    z-index: 0;
    pointer-events: none;
}

.s1::before {
    background-image: url('Logos/group-discussion-icon.png');
}

.s2::before {
    background-image: url('Logos/oratory-icon.png');
}

.s3::before {
    background-image: url('Logos/emotional-wellbeing-icon.png');
}

.s4::before {
    background-image: url('Logos/persuasion-icon.png');
}

.s5::before {
    background-image: url('Logos/focus-icon.png');
}

.s6::before {
    background-image: url('Logos/problem-solving-icon.png');
}

.s7::before {
    background-image: url('Logos/research-icon.png');
}

.s8::before {
    background-image: url('Logos/marketing-icon.png');
}

.s9::before {
    background-image: url('Logos/personality-development-icon.png');
}

.s10::before {
    background-image: url('Logos/digital-awareness-icon.png');
}

@media (max-width: 786px) {
   .curriculum {
    padding: 1rem;
  }
   
    .financial-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.5rem;
  }

  .about-image img {
    width: 120px;
  }
  .expression-text h2 {
    font-size: 1.5rem;
    color: #fe6d73;
}

.expression-text h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e3a8a;
}
.financial-text h2 {
    font-size: 1.5rem;
    color: #fe6d73;
}

.financial-text h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e3a8a;
}
.skill h3 {
    font-size: 1.0rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.skill p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
}
}