/** Shopify CDN: Minification failed

Line 129:8 Expected identifier but found whitespace
Line 129:10 Unexpected "{"
Line 129:19 Expected ":"
Line 427:8 Expected identifier but found whitespace
Line 427:10 Unexpected "{"
Line 427:19 Expected ":"

**/
/* Graphik Babbel LCG - Regular */
@font-face {
  font-family: 'Graphik Babbel LCG';
  src: url('/cdn/shop/files/GraphikBabbelLCGApp-Regular.ttf?v=1750135271') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Graphik Babbel LCG - Italic */
@font-face {
  font-family: 'Graphik Babbel LCG';
  src: url('/cdn/shop/files/GraphikBabbelLCGApp-RegularItalic.ttf?v=1750135291') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Graphik Babbel LCG - Semibold */
@font-face {
  font-family: 'Graphik Babbel LCG';
  src: url('/cdn/shop/files/GraphikBabbelLCGApp-Semibold.ttf?v=1750135307') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Graphik Babbel LCG - Semibold Italic */
@font-face {
  font-family: 'Graphik Babbel LCG';
  src: url('/cdn/shop/files/GraphikBabbelLCGApp-SemiboldItalic.ttf?v=1750135325') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Feature Text LC - Regular */
@font-face {
  font-family: 'Feature Text LC';
  src: url('/cdn/shop/files/Feature_Text_LC_App-Regular.ttf?v=1750135173') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Feature Text LC - Italic */
@font-face {
  font-family: 'Feature Text LC';
  src: url('/cdn/shop/files/Feature_Text_LC_App-Regular_Italic.ttf?v=1750135196') format('truetype');
  font-weight: 400;
  font-style: italic;
}



* {
  box-sizing: border-box;
}
:root {
  --primary-orange: #fe4d01;
}
html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Feature Text LC", serif;
  font-weight:500;
}

body, p, li, a, span,li {
  font-family: "Graphik Babbel LCG", sans-serif;
}
.class-card h2{
   font-family: "Graphik Babbel LCG", sans-serif;
}

.seperator{
  font-weight:600;
   font-style: italic;
   font-family: "Feature Text LC", serif;
  font-size:18px;
}
.text-block span{
  font-style:italic;
}

.dynamic-heading{
  margin-bottom:25px !important;
}
.dynamic-heading span {
    color: #ff4b00;
    font-style: italic;
}
.main-container {
  max-width: 1416px;
  margin: 0 auto;
  padding: 40px 20px !important;
  width:100%;
}
.intensive-german-course-section .banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.intensive-german-course-section .left-content {
  flex: 1 1 50%;
}
.intensive-german-course-section .right-content {
  flex: 1 1 45%;
  text-align: center;
}
.intensive-german-course-section .right-content img {
  max-width: 100%;
  height: auto;
}
.intensive-german-course-section .buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.intensive-german-course-section .dynamic-heading span {
  color: {{ section.settings.heading_span_color }};
}

/* couse info liquis section */
 .course-info-section .banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }
  .course-info-section .main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 50px;
  }
  .course-info-section .left-contents {
    flex: 1 1 50%;
  }
  .course-info-section .left-contents ul li span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
}
  .course-info-section .left-contents ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px; /* space between icon and text */
}
.course-info-section .left-contents ul li p{
 margin:0;
}

.course-info-section .left-contents ul li span {
  display: inline-flex;
  align-items: center;
}

  .course-info-section .main-head {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    padding-bottom:40px;
  }
.main-head span{
  font-style: italic;
}
  .course-info-section .left-contents ul {
    margin-bottom: 35px;
    list-style: none;
    padding-left: 0;
   
  }
  .course-info-section .left-contents li {
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
    position: relative;
  }
  .course-info-section .find-btn {
    padding: 7px 25px;
    text-decoration: none;
    border-radius: 35px;
    font-weight: 700;
    display: inline-block;
  }
  .course-info-section .right-content {
    flex: 1 1 40%;
    text-align: center;
  }
  .course-info-section .right-content img {
    max-width: 100%;
    height: auto;
  }


/* German couse.liuid section  */
.german-course-section {
  background-color: rgb(246, 244, 239);
  padding: 40px 20px 15px 20px;
}

.banner-wrappers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.german-course-heading {
  max-width: 1440px;
  margin: 0 auto 20px;
  text-align: center;
}
.german-course-heading span{
  font-style:italic;
}
.german-course-heading h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Feature Text LC", serif;
  color: #000;
}
.bold {
  color: rgb(254, 77, 1);
  font-weight: bold;
}
.german-course-image {
  flex: 1 1 40%;
  text-align: center;
  order: 1;
}
.german-course-image img {
  max-width: 100%;
  height: auto;
}
.german-course-text {
  flex: 1 1 50%;
  order: 2;
  color: #000;
  font-family: "Graphik Babbel LCG", sans-serif;
}
.german-course-text strong {
  color: #fe4d01;
}
.german-course-text p {
  margin-bottom: 15px;
}
.german-course-btn {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 35px;
  font-weight: 700;
  text-decoration: none;
  border: 3px solid transparent;
  margin-top: 10px;
}
.german-course-btn.outline {
  background-color: transparent;
  border-style: solid;
  padding: 4px 40px;
}


/* text-filed.liquid css */
.custom-text-block {
    padding: 24px 20px;
    color: #fff;
  }

  .custom-text-block.left {
    text-align: left;
  }

  .custom-text-block.center {
    text-align: center;
  }

  .custom-text-block.right {
    text-align: right;
  }

  .custom-text-block p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
  }

/* 
baeel elemnt.liquid */
.custom-heading-image-section {
    width: 100%;
  
  }

  .custom-heading-image-section .container {
  
    text-align: center;
  }
  

  .custom-heading-image-section .text-block {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "Feature Text LC", serif;
    /* max-width: 960px;
    margin: 0 auto; */
  
  }
 .custom-heading-image-section .text-block h2{
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
}
  

  .custom-heading-image-section .text-block span {
    color: rgb(254, 77, 1); /* For custom-colored words */
  }

  .custom-heading-image-section .image-block img {
    max-width: 100%;
    height: auto;
  }

/* logo section.liquid
 */
 .logo-banner {
    padding: 20px 20px;
  }

  .logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-item img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
  }

/* heading.liquid
 */
 .custom-text-banner {
    width: 100%;
 
  }
    .custom-text-banner .main-container{
      padding-bottom:0 !important;
    }

  .custom-text-container {
   
    text-align: center;
    font-size: 36px;
    font-weight: bold;
   font-family: "Feature Text LC", serif;
  }

  .custom-text-container span {
    color: rgb(254, 77, 1); /* Highlight color for specific words */
    font-style: italic;
  }

/* image with text overlay.liquid */
.image-with-text-overlay {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.image-with-text-overlay__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.image-with-text-overlay__text-container {
  position: relative;
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;

  z-index: 2;
}


.image-with-text-overlay-wrapper .dynamic-heading {
  margin-bottom: 20px;
  font-family: 'Feature Text LC', serif;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.image-with-text-overlay-wrapper .dynamic-heading span {
  color: {{ section.settings.span_color }};
}

.image-with-text-overlay-wrapper .dynamic-paragraph {
 
  font-family: 'Graphik Babbel LCG', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}

/* course overview.liquid */
 .course-overview-section{
       background-color: rgb(246, 244, 239);
     }

   

     .course-overview-section p{
       font-size:20px;
     }

        .highlight-orange {
            color: #fe4d01;
        }

        .highlight-shade {
            color: #fe9060;
        }

        .course-overview-section .section-title {
            font-size: 46px;
            margin-bottom: 20px;
          text-align:center
        }
   .course-overview-section .section-title span{
     font-style: italic;
   }

           .course-overview-section .details-list {
            list-style: none;
            padding: 0 0 0 20px;
          font-size:18px;
      
        }

           .course-overview-section .details-list li {
            margin-bottom: 8px;
          list-style: disc;
        }

           .course-overview-section .details-list strong {
            color: #fe4d01;
        }

           .course-overview-section .modules-table {
            width: 100%;
             border-collapse: separate;
              margin: 20px 0;
    border-spacing: 16px 16px;
        }

           .course-overview-section .modules-table th, .modules-table td {
            border: 1px solid #ccc;
        font-size:16px;
            text-align: center;
          padding: 28px 12px;
        }

           .course-overview-section .modules-table th {
            background-color: #733030;
            color: #fff;
        }

           .course-overview-section .module-name {
            background-color: #fe9060;
            font-weight: bold;
            text-align: center;
        }
        .course-overview-section .module-name-b{
       background-color: #ffd6c4;
       text-align: center;
     }

           .course-overview-section .module-name-light {
            background-color: #d89768;
            font-weight: bold;
            text-align: center;
        }
   .course-overview-section .button-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
}
           .course-overview-section .cta-button {
            background-color: #fe4d01;
            color: #fff;
            padding: 10px 24px;
            text-align: center;
            display: inline-block;
            text-decoration: none;
            font-weight: bold;
            border-radius: 35px;
            margin-top: 20px;
        }

/* course-pricing.liquid */
.call-link{
    color:#fe4d01;
    text-decoration:none;
  }
.course-pricing-section {
  background-color: rgb(246, 244, 239);
  padding: 50px 20px;
  color: #000; 
}
.course-pricing-header {
  text-align: center;
  margin-bottom: 40px;
}
.course-pricing-header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000; 
  font-family: "Feature Text LC", serif;
}
.highlight-word {
  color: #fe4d01; 
  font-style: italic;
}
.course-pricing-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}
.pricing-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}
.pricing-left {
  flex: 1 1 50%;
}
.pricing-left p {
  font-size: 18px;
  margin-bottom: 15px;
  font-family: "Graphik Babbel LCG", sans-serif;
}
.pricing-left ul {
  list-style: none;
  padding-left: 0;
  font-size: 20px;
  max-width: 576px;
  margin-bottom: 30px;
}
.pricing-left li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.pricing-cta-btn {
  background-color: #fe4d01; 
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 35px;
  display: inline-block;
}
.pricing-right {
  flex: 1 1 40%;
  text-align: center;
}
.pricing-right img {
   
    height: auto;
    max-width: 350px;
    border-radius: 20px;
}
/* faq section */
.content-for-layout {
    flex: none;
}
  .faq-section {
    font-family: 'Graphik Babbel LCG', sans-serif;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .faq-section h2 {
    font-family: 'Feature Text LC', serif;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfe3e8;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .faq-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .faq-left {
    flex: 1 1 40%;
    text-align: center;
  }

  .faq-left img {
    max-width: 100%;
    border-radius: 8px;
  }

  .faq-right {
    flex: 1 1 55%;
  }

  .faq-item {
    margin-bottom: 20px;
 
    padding-bottom: 15px;
  }

  .faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-family: 'Graphik Babbel LCG', sans-serif;
  }

  .faq-question span:first-child {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #000;
  }

  .faq-question-icon {
    color: #fe4d01;
    font-size: 18px;
  }

  .faq-toggle-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
  }

  .faq-answer {
    display: none;
    padding-left: 8px;
    color: #4b4b4b;
    margin-top: 10px;
    line-height: 1.6;
    font-size: 16px;
    text-align:left;
  }
  .image-block{
padding-bottom:30px;    
  }
.footer-area h2{

    font-family: "Graphik Babbel LCG", sans-serif !important;
    font-weight: 500 !important;
    font-style: italic !important;
  text-align: center;

}

.footer-area li {
    font-size: 14px !important;
    color: #000 !important;
    font-family: 'Graphik Babbel LCG' !important;
}
.footer-area a{
  font-weight:600;
}
.get-started-section {
background-color: #ffd966;
  padding: 50px 20px;
  text-align: center;
  font-family: 'Graphik Babbel LCG', sans-serif;
}

.section-content {
  max-width: 830px;
  margin: 0 auto;
}

.get-started-heading {
  font-family: 'Feature Text LC', serif;
  font-size: 32px;
  margin-bottom: 20px;
}

.get-started-heading .highlight-text {
  color: #ff4b00;
  font-style: italic;
}

.get-started-description {

  font-size: 16px;
  color: #333;
}

.get-started-section .button-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0 50px 0;
}
.get-started-section .button-wrapper img {
  max-width: 250px;
  height: auto;
  object-fit: contain;
}


.why-learn {
  text-align: left;

  margin: 0 auto;
}

.why-learn-heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.why-learn-list {
  list-style-type: disc;
  padding-left: 20px;
  color: #333;
}

.why-learn-list li {
  margin-bottom: 5px;
  font-size: 16px;
}

h2.get-started-heading {
    text-align: center;
}

.highlight-text{
      font-style: italic;
  color:#fe4d01;
}

.additional-paragraph {
    padding-top: 20px;
    text-align: left;
  font-size:16px;
}
.additional-paragraph a{
  text-decoration: none;
  color:#fe4d01;
}
/* custom form  */
 .form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 20px;
    text-align: center;
  }

  .form-wrapper .form-heading {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .form-wrapper .form-subheading {
    font-size: 16px;
    font-weight: 500;
 
  }

  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }

  .row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form-row input,
  .form-row select,
  .form-row textarea {
    flex: 1 1 100%;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #ccc;
  }

  .form-row input[type="text"],
  .form-row input[type="email"] {
    flex: 1 1 45%;
  }

  .form-row textarea {
    min-height: 100px;
  }

  .form-row button {
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }
.form-heading strong{
  color:#fe4d01;
  font-style: italic;
}
.form-heading p{
  font-family: "Feature Text LC", serif;
  font-weight:500;
}
.header-content span{
   font-family: "Feature Text LC", serif;
   font-style: italic;
}
h1 span,
h2 span,
h3 span {
  font-family: "Feature Text LC", serif;
}
.footer-utilities__group.footer-utilities__group--left {
    display: flex;
    align-items: center;
}




  .contact-section .contact-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    min-height: 400px;
    position: relative;
}
   .contact-section .header-content {
    background: #fff;
    padding: 30px;
    max-width: 400px;
    border-radius: 20px;
   max-width: 40%;
    width: 100%;
}
  
span.footer-utilities__text {
    font-weight: 600;
}
.hubspot-contact-form {
    max-width: 800px;
    margin: 0 auto;
 
    text-align: center;
}

.link{
  color:#fe4d01;
}
.german-course-text p{
  max-width:575px !important
}
 .german-class-reservation-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }

    .class-card {
      flex: 1 1 45%;
      text-align: center;
      border-radius: 10px;
      padding:50px 20px;
      box-sizing: border-box;
          background-color: #ffffff;
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    }

    .class-card h2 {
      font-size: 24px;
      margin-bottom: 15px;
    }

    .button-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    }

    .buttonss {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #fe4d01;
    color: #fe4d01;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
        max-width: 230px;
    width: 100%;
    }
    
   .button-solid {
    background-color: #ff4b00;
    color: white;
    border-radius: 30px;
     height:60px;
     display: flex;
    align-items: center;
    justify-content: center;
}
.button-outlines {
    max-width: 230px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
    .who-for {
      font-size: 16px;
      text-align: center;
    }

    .who-for b {
      display: block;
      margin-bottom: 5px;
    }


@media (max-width: 768px) {
  intensive-german-course-section .left-content, .right-content {
    flex: 1 1 100%;
    width: 100%;
    text-align: center;
  }
  intensive-german-course-section .buttons {
    justify-content: center;
  }
  intensive-german-course-section .dynamic-heading{
    font-size:36px !important;
    max-width:100% !important;
  }
  intensive-german-course-section .dynamic-paragraph{
      max-width:100% !important;
  }
   .course-info-section .banner-wrapper {
      flex-direction: column;
      text-align: center;
    }
     .course-info-section .left-contents, .right-content {
      flex: 1 1 100%;
      width: 100%;
    }
      .course-info-section .left-contents ul{
       max-width:100%;
     }
     .course-info-section .main-head h2{
      font-size:24px !important;
    }
     .course-info-section .main-container{
      padding:30px 20px !important;
    }
   .banner-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .german-course-image, .german-course-text {
    flex: 1 1 100%;
  }
  .german-course-image {
    order: 2;
  }
  .german-course-text {
    order: 1;
  }
  .german-course-text p{
    max-width:100% !important;
  }
   .logo-wrapper {
      gap: 20px !important;
    }
   .image-with-text-overlay__text-container {
    padding: 20px;
  }

  .image-with-text-overlay__text-wrapper {
    padding: 20px;
  }

  .image-with-text-overlay-wrapper .dynamic-heading {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .image-with-text-overlay-wrapper .dynamic-paragraph {
    font-size: 16px;
    margin-bottom: 20px;
  }

   .modules-table,
  .modules-table thead,
  .modules-table tbody,
  .modules-table th,
  .modules-table td,
  .modules-table tr {
    display: block;
    width: 100%;
  }

  .modules-table thead {
    display: none;
  }

  .modules-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
  }

  .modules-table td {
    border: none;
    padding: 10px;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }

  .modules-table td::before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
  }

  .modules-table td:nth-of-type(1)::before {
    content: "Module";
  }
  .modules-table td:nth-of-type(2)::before {
    content: "Focus";
  }
  .modules-table td:nth-of-type(3)::before {
    content: "Level";
  }

  h1.section-title {
    font-size: 36px;
  }
  h3, h4, h5, h6 {
    font-size: 20px;
    line-height: normal;
  }
  .course-overview-section p {
    font-size: 16px;
  }
    .course-overview-section .details-list {
        font-size: 16px;
    }
   .pricing-content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .pricing-left, .pricing-right {
    flex: 1 1 100%;
  }
  .get-start {
    display: flex;
    align-items: center;
    justify-content: center;
}
  .intensive-german-course-section .buttons{
    justify-content: center;
  }
     .dynamic-heading{
    font-size:24px !important;
  }
  .main-container{
    padding:20px !important;
  }
  .course-info-section .left-contents ul li span img{
    display:none;
  }
   .contact-section .header-content{
     
        width:100%;
        max-width:100%;
   
    }
  .dynamic-paragraph{
    font-size:16px !important;
    max-width:100% !important;
    
  }
  .dynamic-heading{
        max-width:100% !important;
  }
   .course-info-section .left-contents ul li{
     font-size: 16px !important;
   }
  p{
         font-size: 16px !important;
  }
  #shopify-section-template--24946523341181__section_qYcmGL h2{
    font-size:24px !important;
  }
.image-with-text-overlay {
  margin-bottom:0;
}
  .layout-panel-flex{
    height:unset;
  }
  .get-started-section .button-wrapper{
  flex-wrap: nowrap;
    gap:20px;
        flex-direction: column;
  }
  .get-started-section .button{
    margin: 0 auto;
  }
   .german-class-reservation-container {
        flex-direction: column;
        align-items: center;
      }

      .class-card {
        flex: 1 1 100%;
      }
  .get-started-section .button-wrapper img{
    max-width: 100%;
  }
}


@media (max-width: 600px) {
  .german-course-text p {
    font-size: 16px !important;
  }
  .german-course-heading h2 {
    font-size: 24px;
  }
   .custom-heading-image-section .text-block h2{
       font-size:24px;
     }
   .custom-text-container{
       font-size: 24px;
    }
  .dynamic-heading {
    font-size: 24px;
  }

  .dynamic-paragraph {
    font-size: 14px;
  }
  .course-pricing-header h2 {
    font-size: 24px;
  }
  .pricing-left ul {
    font-size: 16px;
  }
}


@media(min-width:1400px) {
  .main-container {
    padding: 40px 0px;
    width:100%;
    max-width:1416px;
  }
  .intensive-german-course-section .buttons{
        gap: 50px;
  }
  .banner-wrappers{
    gap:100px;
  }
  .pricing-right{
    margin-bottom:60px;
  }
}