@media screen and (min-width: 1600px) {
      .container {
            max-width: 1619px;
      }
}

@media screen and (max-width: 1600px) {
      header {
            padding: 24px 0;
      }

      .logo a img {
            height: 36px;
      }

      .speak-link {
            font-size: 20px;
      }

      .tel-btn {
            height: 60px;
            width: 240px;
            font-size: 20px;
      }

      .header-right ul {
            gap: 20px;
      }

      .banner-sec {
            padding: 50px 0 0 0;
      }

      .banner-left .text-box h1 {
            font-size: 32px;
            margin-bottom: 5px;
      }

      .banner-left .text-box p {
            font-size: 16px;
            line-height: 26px;
      }

      .banner-left .image-holder {
            margin: 26px 0;
      }

      .banner-left .image-holder img {
            height: 480px;
      }

      .featured-box h4 {
            font-size: 22px;
            margin-bottom: 16px;
      }

      .featured-box ul {
            padding: 32px 24px;
            gap: 20px;
            max-width: 700px;
            margin-bottom: -64px;
      }

      .form-box h4 {
            font-size: 26px;
            padding: 25px 67px;
            line-height: 150%;
      }

      .form-box-inner {
            padding: 30px;
      }

      .form-box-inner h5 {
            font-size: 16px;
            margin-bottom: 26px;
      }

      .form-box form .form-group .form-control {
            height: 55px;
            font-size: 16px;
        }

      .form-box form .form-group {
            margin-bottom: 30px;
      }

      .swiss-category {
            padding: 130px 0 100px;
      }

      .category-inner {
            max-width: 900px;
      }

      .category-inner .text-box h4 {
            font-size: 26px;
            margin-bottom: 15px;
            max-width: 530px;
      }

      .category-inner .text-box p {
            font-size: 16px;
            line-height: 146%;
            max-width: 575px;
      }

      .invest-sec {
            padding: 100px 0;
      }

      .title h2 {
            font-size: 38px;
            line-height: 130%;
            max-width: 865px;
            margin: 0 auto 20px;
      }

      .title p {
            font-size: 18px;
            line-height: 150%;
            max-width: 545px;
      }

      .invest-inner {
            max-width: 1136px;
            margin: 30px auto 0;
      }

      .invest-box {
            min-height: 300px;
      }

      .invest-box p {
            font-size: 14px;
            max-width: 280px;
      }

      .founder-sec {
            padding: 100px 0;
      }

      .founder-inner {
            max-width: 1130px;
      }

      .founder-sec .text-box {
            padding-left: 30px;
      }

      .founder-sec .text-box h4 {
            font-size: 40px;
            margin-bottom: 20px;
      }

      .founder-sec .text-box p {
            font-size: 16px;
            line-height: 140%;
            margin-bottom: 20px;
      }

      .footer-inner img {
            height: 36px;
      }

      .footer-inner p {
            margin-top: 15px;
      }
}

@media screen and (max-width: 1399px) {
      .banner-left .text-box h1 {
            font-size: 28px;
            margin-bottom: 5px;
      }

      .form-box h4 {
            font-size: 22px;
            padding: 20px 60px;
            line-height: 150%;
      }

      .form-box-inner h5 {
            font-size: 14px;
            margin-bottom: 20px;
      }

      .form-box form .form-group {
            margin-bottom: 25px;
      }

      .btn-submit {
            font-size: 16px;
            height: 60px;
      }
}

@media screen and (max-width: 1199px) {
      header {
            padding: 20px 0;
      }

      .logo a img {
            height: 30px;
      }

      .tel-btn {
            height: 50px;
            width: 200px;
            font-size: 18px;
      }

      .speak-link {
            font-size: 16px;
      }

      .banner-left .text-box h1 {
            font-size: 22px;
            line-height: 160%;
      }

      .featured-box ul {
            padding: 20px;
            gap: 10px;
            margin-bottom: -40px;
      }

      .form-box h4 {
            padding: 20px 30px;
            line-height: 150%;
      }

      .form-box-inner {
            padding: 20px;
      }

      .btn-submit {
            max-width: 350px;
      }

      .founder-sec .text-box {
            padding-left: 0;
      }
      .last-sec{ 
            background-size: cover;
            background-position: center center;
        }  
}

@media screen and (max-width: 991px) {
      .featured-box {
            margin-top: 50px;
      }

      .featured-box ul {
            gap: 26px;
      }

      .swiss-category {
            padding: 100px 0;
      }

      .category-inner .text-box h4 {
            font-size: 20px;
            margin-bottom: 15px;
            max-width: 410px;
      }

      .category-inner .text-box p {
            font-size: 14px;
            line-height: 146%;
            max-width: 430px;
      }

      .title h2 {
            font-size: 30px;
            margin: 0 auto 16px;
      }

      .title p {
            font-size: 16px;
            max-width: 495px;
      }

      .founder-sec .text-box h4 {
            font-size: 30px;
            margin-bottom: 14px;
      }

      .founder-sec .text-box p {
            font-size: 14px;
            line-height: 130%;
            margin-bottom: 12px;
      }

      .founder-sec .text-box span {
            font-size: 16px;
            margin-bottom: 20px;
      }
}

@media screen and (max-width: 767px) {
      .container {
            max-width: 100%;
      }

      .logo a img {
            height: 24px;
      }

      .tel-btn {
            height: 40px;
            width: 170px;
            font-size: 16px;
      }

      .header-right ul {
            gap: 10px;
      }

      .speak-link {
            font-size: 14px;
      }

      .banner-left {
            padding: 0;
      }

      .swiss-category {
            padding: 70px 0 50px;
      }

      .category-inner .text-box h4 {
            font-size: 18px;
            margin-bottom: 10px;
            max-width: 410px;
      }

      .invest-sec {
            padding: 50px 0;
      }

      .title h2 {
            font-size: 26px;
      }

      .invest-box {
            min-height: 270px;
            padding: 14px;
      }

      .invest-box p {
            font-size: 13px;
            max-width: 280px;
      }

      .invest-box h4 {
            font-size: 16px;
            margin-top: 15px;
      }

      .founder-sec {
            padding: 50px 0;
      }

      .founder-sec .text-box h4 {
            font-size: 24px;
            margin-bottom: 14px;
      }

      .founder-sec .text-box p {
            font-size: 12px;
            line-height: 150%;
            margin-bottom: 10px;
      }
}

@media screen and (max-width: 575px) {
      header {
            padding: 66px 18px 30px;
      }

      .header-inner {
            flex-direction: column;
      }

      .logo {
            margin-bottom: 50px;
      }

      .logo a img {
            height: auto;
      }

      .tel-btn {
            height: 94px;
            width: 380px;
            font-size: 25px;
      }

      .banner-sec::after {
            background: url(../images/banner-bg-mobile.png) no-repeat;
            background-size: auto;
            background-position: center center;
            background-size: cover;
      }

      .banner-sec {
            padding: 70px 18px 0 18px;
      }

      .banner-left .text-box h1 {
            font-size: 33px;
            line-height: 130%;
            text-align: center;
      }

      .banner-left .text-box p {
            font-size: 18px;
            line-height: 37px;
            text-align: center;
            max-width: 400px;
            width: 100%;
      }

      .banner-left .image-holder {
            margin: 10px 0 26px;
      }

      .banner-left .image-holder img {
            height: 296px;
      }

      .form-box h4 {
            padding: 41px 27px;
            line-height: 130%;
            font-size: 25px;
      }

      .form-box-inner h5 {
            font-size: 18px;
            margin-bottom: 38px;
      }

      .form-box form .form-group label {
            font-size: 16px;
      }

      .form-box form .form-group .form-control {
            height: 70px;
      }

      .form-box form .form-group {
            margin-bottom: 35px;
      }

      .form-box-inner {
            padding: 30px 25px;
      }

      .btn-submit {
            font-size: 17px;
            height: 70px;
            max-width: 380px;
      }

      .featured-box {
            margin-top: 70px;
      }

      .featured-box h4 {
            font-size: 20px;
            margin-bottom: 40px;
            text-align: center;
      }

      .featured-box ul {
            gap: 15px;
            padding: 29px 18px;
            display: grid;
            grid-template-columns: 4fr 4fr 4fr;
            margin-bottom: -104px;
      }

      .swiss-category {
            padding: 200px 18px 70px;
      }

      .category-inner .text-box h4 {
            font-size: 30px;
            margin-bottom: 22px;
            text-align: center;
      }

      .category-inner .text-box p {
            font-size: 18px;
            line-height: 150%;
            max-width: 380px;
            text-align: center;
            margin: 0 auto;
      }

      .category-inner .image-holder {
            text-align: center;
            margin-top: 26px;
      }

      .category-inner .image-holder img {
            height: 256px;
      }

      .category-inner .image-holder img.img2 {
            height: 230px;
      }

      .category-inner .image-holder img.img3 {
            height: 218px;
      }

      .invest-sec {
            padding: 100px 18px;
      }

      .title h2 {
            margin: 0 auto 26px;
            font-size: 40px;
      }

      .title p {
            font-size: 18px;
      }

      .invest-box p {
            font-size: 16px;
            max-width: 312px;
        }

      .invest-box {
            min-height: auto;
            margin: 10px 0;
            padding: 40px 10px;
      } 
      .last-sec{ 
           background: none;
        } 
      .founder-sec {
            padding: 100px 18px;
      }

      .founder-sec .text-box h4 {
            font-size: 40px;
            margin-bottom: 34px;
            text-align: center;
      }

      .founder-sec .text-box h4 strong {
            display: initial;
      }

      .founder-sec .text-box p {
            font-size: 18px;
            line-height: 150%;
            margin-bottom: 28px;
            text-align: center;
      }

      .founder-inner .image-holder {
            margin-bottom: 30px;
      }

      .founder-sec .text-box span {
            font-size: 18px;
            margin-bottom: 30px;
            text-align: center;
      }

      footer {
            padding: 20px 0;
        }

      .footer-inner img {
            height: auto;
      }

      .footer-inner p {
            max-width: 300px;
            margin: 30px auto 0;
      }

}

@media screen and (max-width: 420px) {
      header {
            padding: 30px 0;
        }

      .header-right,
      .header-right ul,
      .header-right ul li {
            width: 100%;
      }

      .tel-btn {
            height: 75px;
            width: 100%;
      }

      .logo {
            margin-bottom: 30px;
      }

      .banner-sec {
            padding: 50px 0 0 0;
        }

      .banner-left .text-box h1 {
            font-size: 24px;
      }

      .banner-left .text-box h2 {
            font-size: 22px;
            margin: 16px 0;
        }

      .banner-left .text-box p {
            font-size: 14px;
            line-height: 24px;
      }
      .banner-left .image-holder img {
            height: auto;
        }
        .form-box-inner {
            padding: 20px 16px;
        }
        .form-box h4 {
            padding: 30px 10px;
            font-size: 20px;
        }
        .form-box-inner h5 {
            font-size: 16px;
            margin-bottom: 30px;
        }
        .form-box form .form-group {
            margin-bottom: 24px;
        }
        .form-box form .form-group .form-control {
            height: 50px;
            font-size: 14px;
        }
        .btn-submit {
            font-size: 14px;
            height: 60px;
            max-width: 380px;
        }
        .featured-box h4 {
            font-size: 16px;
            margin-bottom: 30px; 
        }
        .swiss-category {
            padding: 120px 0 50px;
        }
        .category-inner .text-box h4 {
            font-size: 24px;
            margin-bottom: 18px; 
        }
        .category-inner .text-box p{
            font-size: 16px;
        }
        .category-inner .image-holder img {
            height: 180px;
        }
        .category-inner .image-holder img.img2 {
            height: 160px;
        }
        .category-inner .image-holder img.img3 {
            height: 128px;
        }
        .invest-sec {
            padding: 50px 0;
        }
        .title h2 {
            font-size: 30px;
            margin-bottom: 14px;
        }
        .title p {
            font-size: 16px;
        }
        .invest-box { 
            padding: 20px 10px;
        }
        .invest-box p {
            font-size: 14px;
        }
        .founder-sec {
            padding: 50px 0;
        }
        .founder-sec .text-box h4 {
            font-size: 32px;
            margin-bottom: 30px; 
        }
        .founder-sec .text-box p {
            font-size: 16px; 
            margin-bottom: 20px; 
        }
}