
.welcome-container{
            max-width: 1100px;
            margin: 2rem auto;
            padding: 0 1rem;
        }
        .hero {
            background: var(--header);
            color: var(--inbox);
            padding: 3rem 2rem;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 2rem;
        }
        .hero h1 {
            margin: 0 0 1rem 0;
            font-size: 1.5rem;
            text-transform: uppercase;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--outbox);
        }
        .hero p {
            font-size: 1.2rem;
        }
        .header {
            margin-bottom: 2.5rem;
        }
        .header h2 {
            color:var(--main);
            margin-bottom: 1rem;
        }
        .Curriculum{
            display: flex;
        align-self: center;
        justify-content: center;
                gap: 80px;
        }
        .Curriculum-title{
            border-left: 3px solid var(--brand);
            border-radius: 20px;
            width: 50vw;
            height: fit-content;
            padding: 20px;
        }
      .Curriculum-title h2{
            color: var(--main);
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-weight: 300;
            font-size: 25px;
            text-align: center;
           }
                      .Curriculum-title p{
                        color: var(--text);
                        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
                        word-spacing: 0.5rem;
                      }
           .Curriculum-img{
         border-right: 3px solid var(--brand);
         border-radius: 20px;
         padding: 20px;
            align-self: center;
           }
        .Curriculum-img img{
            width: 30vw;
            height: 60vh;
            border-radius: 0px 20px 20px 0px;
        }
           .Curriculum-title ul li{
                list-style-type: circle;;
                list-style-position:inside;
                color: var(--text);
                         font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
                        word-spacing: 0.2rem;      
                        line-height: 1.7rem;          
                        font-weight: 600;          
           }
  .teaching{
          display: flex;
        align-self: center;
        justify-content: center;
      gap: 80px;
  }
 .teaching-img{
          border-left: 3px solid var(--brand);
         border-radius: 20px;
         padding: 20px;
           }
 .teaching-img img{
        width: 30vw;
        height: 60vh;
             border-radius: 20px 0px 0px 20px;
 }
 .teaching-title{
                border-right: 3px solid var(--brand);
            border-radius: 20px;
            width: 46vw;
            height: fit-content;
            align-self: center;
                        padding: 20px;
 }
       .teaching-title h2{
            color: var(--main);
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-weight: 300;
            font-size: 25px;
            text-align: center;
           }
                      .teaching-title p{
                        color: var(--text);
                        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
                        word-spacing: 0.5rem;
                      }
            .teaching-title ul li{
                list-style-type:lower-alpha;
                list-style-position:outside;
                color: var(--text);
                         font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
                        word-spacing: 0.2rem;      
                        line-height: 1.7rem;          
                        font-weight: 600;          
           }
           @media (max-width: 869px) {
                    .Curriculum{
            display: flex;
            flex-direction: column-reverse;
            gap: 10px;
           }
             .Curriculum-title{
                width: 80vw;
                border-bottom: 3px solid var(--brand);
                border-right: 3px solid var(--brand);
             }
         .Curriculum-img{
            border-left: 3px solid var(--brand);
         }
         .Curriculum-img img{
        width: 80vw;
         border-radius: 20px 20px 0px 0px;
    }
               .teaching{
          display: flex;
          flex-direction: column-reverse;
          margin-top: 20px;
          gap: 0px;
        }
         .teaching-img{
            border-right: 3px solid var(--brand);
            border-bottom: 3px solid var(--brand);
            margin-bottom: 20px;

         }
         .teaching-img img{
        width: 80vw;
         border-radius: 20px 20px 0px 0px;
    }
     .teaching-title{
        width: 80vw;
        border-left: 3px solid var(--brand);
        border-top: 3px solid var(--brand);
     }
        }



