@charset "UTF-8";
html {
  touch-action: manipulation; }

body {
  line-height: 1.2;
  font-family: Poppins-Regular;
  overflow-x: hidden;
  background-color: #F7F3EF; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

button {
  cursor: pointer; }

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: unset; }

button:focus {
  outline: none; }

img {
  max-width: 100%; }

.accordion-button:focus {
  box-shadow: unset; }

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf); }
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf); }
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf); }
@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf); }
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf); }
@font-face {
  font-family: Neue_Haas_Unica_W1G;
  src: url(../fonts/Neue_Haas_Unica_W1G.ttf); }
@font-face {
  font-family: Neue_Haas_Unica_W1G_Medium;
  src: url(../fonts/Neue_Haas_Unica_W1G_Medium.ttf); }
.container-fluid {
  padding: 0 87px 0 60px; }

@media (min-width: 1700px) {
  .container {
    max-width: 1664px; } }
h1 {
  font-size: 77px;
  line-height: 77px;
  color: #524F49;
  font-family: Poppins-SemiBold;
  margin-bottom: 26px; }

h2 {
  font-size: 70px;
  line-height: 99px;
  color: #524F49;
  font-family: Poppins-SemiBold;
  margin-bottom: 26px; }

h3 {
  font-size: 55px;
  line-height: 70px;
  color: #524F49;
  margin-bottom: 13px; }
  h3 strong {
    font-family: Poppins-SemiBold;
    display: block; }

h4 {
  font-size: 50px;
  line-height: 65px;
  color: #524F49;
  margin-bottom: 20px; }
  h4 b {
    font-family: Poppins-SemiBold;
    display: block; }

h5 {
  font-size: 25px;
  line-height: 35px;
  color: #524F49;
  font-family: Poppins-SemiBold;
  margin-bottom: 20px; }

h6 {
  font-size: 20px;
  line-height: 25px;
  color: #524F49;
  margin-bottom: 20px;
  font-family: Poppins-SemiBold; }

strong {
  font-family: Poppins-Bold; }

p,
li {
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1.32px;
  color: #524F49; }

p {
  margin-bottom: 20px; }

ul,
ol {
  padding-left: 20px; }

.more-btn {
  font-size: 18px;
  line-height: 28px;
  padding: 17px 42px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 100px;
  background-color: #B38F60;
  display: inline-block;
  text-align: center;
  font-family: Neue_Haas_Unica_W1G; }

.header {
  padding: 39px 0 31px 0;
  background-color: #F7F3EF;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
  z-index: 10; }
  .header .navbar-brand {
    display: inline-block; }
    .header .navbar-brand img {
      height: 42px;
      object-fit: cover; }
  .header .header-contact ul {
    display: flex;
    justify-content: flex-end;
    gap: 36px; }
    .header .header-contact ul li {
      list-style-type: none;
      font-size: 22px;
      line-height: 33px;
      color: #524F49;
      display: flex;
      align-items: center; }
      .header .header-contact ul li a {
        font-size: 22px;
        line-height: 33px;
        color: #524F49; }
      .header .header-contact ul li img {
        margin-right: 18px; }
  .header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    animation: fadeInDown 0.4s ease-in-out; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.banner-section {
  position: relative;
  margin-bottom: 92px; }
  .banner-section .banner-img img {
    width: 100%;
    height: 969px;
    object-fit: cover; }
  .banner-section .banner-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .banner-section .banner-title h1 {
      font-size: 77px;
      line-height: 77px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-family: Poppins-Light;
      margin-bottom: 50px;
      max-width: 590px; }
      .banner-section .banner-title h1 b {
        font-family: Poppins-Bold; }
    .banner-section .banner-title p {
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 22px;
      line-height: 33px;
      color: #FFFFFF;
      max-width: 660px;
      letter-spacing: 0; }
      .banner-section .banner-title p strong {
        font-family: Poppins-Medium;
        font-weight: 500; }

.course {
  margin-bottom: 215px; }
  .course .course-head {
    margin-bottom: 90px; }
    .course .course-head h2 {
      text-align: center; }
    .course .course-head p {
      max-width: 1244px;
      margin: 0 auto;
      text-align: center; }
  .course .course-details {
    max-width: 1506px;
    margin: 0 auto; }
    .course .course-details .slick-slide {
      margin: 0 24px; }
    .course .course-details .slick-list {
      margin: 0 -24px; }
  .course .course-block {
    background-color: #FFFFFF;
    padding: 48px 40px 57px 38px;
    border-radius: 20px;
    height: 100%; }
    .course .course-block span {
      font-size: 38px;
      line-height: 53px;
      color: #524F49;
      font-family: Poppins-Medium;
      margin-bottom: 18px;
      display: inline-block;
      width: 100%; }
    .course .course-block p {
      padding-left: 3px; }
    .course .course-block ul {
      margin-top: 53px;
      padding-left: 0; }
      .course .course-block ul li {
        list-style-type: none;
        display: flex;
        align-items: center;
        margin-bottom: 23px;
        font-family: Neue_Haas_Unica_W1G; }
        .course .course-block ul li .list-img {
          width: 36px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 19px; }
        .course .course-block ul li small {
          font-size: inherit;
          max-width: 320px; }
          .course .course-block ul li small b {
            font-family: Neue_Haas_Unica_W1G_Medium;
            font-weight: normal; }
    .course .course-block .request-btn {
      text-align: center;
      margin-top: 80px; }
      .course .course-block .request-btn a {
        border: 1px solid #524F49;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 1.8px;
        color: #524F49;
        font-family: Neue_Haas_Unica_W1G;
        display: inline-block;
        padding: 17px 43px;
        border-radius: 100px; }

.faq_Section {
  margin-bottom: 163px; }
  .faq_Section .faq_Section_desc .faq-title-desc {
    max-width: 616px; }
    .faq_Section .faq_Section_desc .faq-title-desc .faq-title b {
      display: block;
      font-family: Poppins-SemiBold; }
  .faq_Section .faq_Section_desc .accordion {
    max-width: 913px;
    margin-left: auto; }
  .faq_Section .faq_Section_desc .accordion-button {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 2.2px;
    color: #524F49;
    font-family: Poppins-Medium;
    display: block;
    padding: 25px 40px 24px 0;
    border-bottom: 2px solid #B7B0A7;
    position: relative; }
    .faq_Section .faq_Section_desc .accordion-button::after {
      content: "+";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-image: none;
      width: auto;
      height: auto;
      font-size: 30px;
      line-height: 1;
      color: #BA8C23; }
  .faq_Section .faq_Section_desc .accordion-item:first-of-type > .accordion-header .accordion-button {
    padding-top: 0; }
  .faq_Section .faq_Section_desc .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .faq_Section .faq_Section_desc .accordion-button:not(.collapsed) {
    box-shadow: unset; }
    .faq_Section .faq_Section_desc .accordion-button:not(.collapsed)::after {
      content: "–"; }
  .faq_Section .faq_Section_desc .accordion-item {
    border: 0;
    background-color: transparent; }
    .faq_Section .faq_Section_desc .accordion-item button {
      background-color: transparent; }
    .faq_Section .faq_Section_desc .accordion-item .accordion-body {
      padding: 34px 0px 43px 0px;
      border-bottom: 2px solid #B7B0A7; }
      .faq_Section .faq_Section_desc .accordion-item .accordion-body p {
        margin: 0; }
    .faq_Section .faq_Section_desc .accordion-item:last-of-type {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

.service {
  margin-bottom: 44px; }
  .service .service-text span {
    border: 2px solid #524F49;
    border-radius: 100px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.8px;
    color: #524F49;
    text-transform: uppercase;
    font-family: Neue_Haas_Unica_W1G;
    padding: 15px 0px;
    display: inline-block;
    background-color: #FFFFFF;
    text-align: center;
    width: 100%; }
    .service .service-text span:hover {
      color: #B38F60;
      border-color: #B38F60; }
  .service .slick-slide {
    margin: 0 11px; }

.map {
  margin-bottom: 182px; }
  .map .google-map {
    position: relative; }
    .map .google-map iframe {
      width: 100%;
      height: 499px; }
    .map .google-map .map-logo {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
    .map .google-map .map-location {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -30px;
      z-index: 1;
      background-color: #FFFFFF;
      border: 2px solid #B38F60;
      border-radius: 100px;
      padding: 12px 0 11px 0;
      width: 625px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px; }
      .map .google-map .map-location span {
        font-size: 22px;
        line-height: 33px;
        color: #524F49; }

.quote {
  margin-bottom: 188px; }
  .quote .quote-box {
    max-width: 1237px;
    margin: 0 auto; }
    .quote .quote-box h4 {
      margin-bottom: 46px;
      position: relative; }
      .quote .quote-box h4::before {
        content: "";
        position: absolute;
        background-image: url(../images/quote.png);
        background-repeat: no-repeat;
        left: -80px;
        top: -20px;
        width: 49px;
        height: 35px; }
      .quote .quote-box h4::after {
        content: "";
        position: absolute;
        background-image: url(../images/quote.png);
        background-repeat: no-repeat;
        right: -35px;
        bottom: -10px;
        width: 49px;
        height: 35px; }
    .quote .quote-box span {
      font-size: 20px;
      line-height: 28px;
      color: #B38F60;
      letter-spacing: 2px;
      text-align: center;
      display: block; }

.img-text-block {
  margin-bottom: 150px; }
  .img-text-block .img-text-block-desc {
    gap: 100px;
    justify-content: end;
    margin-left: 100px; }
    .img-text-block .img-text-block-desc.flex-row-reverse {
      gap: 125px;
      justify-content: flex-end;
      margin-right: 109px;
      margin-left: 0; }
      .img-text-block .img-text-block-desc.flex-row-reverse .one-img img {
        max-width: 903px;
        height: 940px;
        object-fit: cover;
        border-radius: 0px 15px 15px 0px; }
      .img-text-block .img-text-block-desc.flex-row-reverse .img-text-desc {
        margin-top: 100px; }
  .img-text-block .one-img img {
    max-width: 898px;
    height: 929px;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px; }
  .img-text-block .img-text-desc {
    max-width: 779px;
    margin-top: 80px; }
    .img-text-block .img-text-desc p {
      max-width: 724px; }
    .img-text-block .img-text-desc h4 {
      margin-bottom: 44px; }
    .img-text-block .img-text-desc a {
      margin-top: 24px; }

.footer {
  background-color: #524F49;
  padding: 37px 0 34px 0; }
  .footer ul,
  .footer ol {
    padding-left: 0; }
  .footer ul,
  .footer li {
    list-style-type: none; }
  .footer .footer-logo {
    text-align: center; }
    .footer .footer-logo img {
      width: 54px;
      height: 54px;
      object-fit: cover; }
  .footer .footer-link ul {
    text-align: end; }
    .footer .footer-link ul li {
      display: inline-block;
      margin-left: 30px; }
      .footer .footer-link ul li a {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1.08px;
        color: #F7F3EF;
        font-family: Poppins-Medium; }
      .footer .footer-link ul li:first-child {
        margin-left: 0; }

#popmake-148 {
  padding: 80px 20px 63px 20px; }
  #popmake-148 .wp-block-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -104px; }
    #popmake-148 .wp-block-image img {
      position: relative; }
    #popmake-148 .wp-block-image:before {
      content: "";
      position: absolute;
      background-color: #FFFFFF;
      width: 73px;
      height: 73px;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #popmake-148 .popmake-content {
    max-width: 702px;
    margin: 0 auto; }
    #popmake-148 .popmake-content h3 {
      font-size: 40px;
      line-height: 56px;
      font-family: Poppins-Medium;
      color: #524F49; }
    #popmake-148 .popmake-content p {
      font-size: 23px;
      line-height: 33px;
      letter-spacing: 1.38px;
      color: #524F49;
      margin: 0; }
  #popmake-148 .wp-block-buttons {
    justify-content: center; }
    #popmake-148 .wp-block-buttons .wp-block-button__link {
      color: #524F49;
      background-color: transparent;
      font-size: 18px;
      letter-spacing: 1.8px;
      border: 1px solid #524F49;
      border-radius: 100px;
      line-height: 27px;
      text-transform: uppercase;
      font-family: Neue_Haas_Unica_W1G;
      margin-top: 50px;
      padding: 16px 47px; }

.text-element {
  margin: 50px 0; }

@media (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    width: 75% !important; } }
@media (min-width: 1400px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    width: 51% !important; } }
@media (max-width: 1800px) {
  .img-text-block .img-text-block-desc h4 {
    font-size: 38px;
    line-height: 53px; } }
@media (max-width: 1600px) {
  .banner-section .banner-title p {
    font-size: 19px;
    line-height: 30px;
    max-width: 570px; }

  .course .course-block {
    padding: 48px 25px 57px 25px; }
    .course .course-block span {
      font-size: 30px;
      line-height: 45px; }
    .course .course-block p,
    .course .course-block li {
      font-size: 19px;
      line-height: 33px; }

  .faq_Section .faq_Section_desc .accordion {
    max-width: 700px; }

  .img-text-block .one-img img {
    max-width: 698px;
    height: 629px; }
  .img-text-block .img-text-block-desc.flex-row-reverse .one-img img {
    max-width: 603px;
    height: 640px; } }
@media (max-width: 1450px) {
  h2 {
    font-size: 45px;
    line-height: 65px; }

  h3 {
    font-size: 40px;
    line-height: 55px; }

  h4 {
    font-size: 35px;
    line-height: 50px; }

  p,
  li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px; }

  .more-btn {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    padding: 12px 30px; }

  .header .header-contact ul li {
    font-size: 18px;
    line-height: 28px; }
    .header .header-contact ul li a {
      font-size: 18px;
      line-height: 28px; }
    .header .header-contact ul li:first-child img {
      margin-right: 12px;
      width: 25px;
      object-fit: cover; }
    .header .header-contact ul li:last-child img {
      margin-right: 12px;
      width: 20px;
      object-fit: cover; }

  .banner-section .banner-img img {
    width: 100%;
    height: 669px; }
  .banner-section .banner-title h1 {
    font-size: 50px;
    line-height: 50px;
    max-width: 420px; }
  .banner-section .banner-title p {
    font-size: 18px;
    line-height: 30px;
    max-width: 575px; }

  .course .course-head p {
    max-width: 100%; }
  .course .course-block span {
    font-size: 25px;
    line-height: 40px; }
  .course .course-block p,
  .course .course-block li {
    font-size: 18px;
    line-height: 28px; }
  .course .course-block .request-btn a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    padding: 12px 30px; }

  .faq_Section .faq_Section_desc .accordion-button {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 1.9px; }

  .map .google-map .map-location img {
    width: 25px;
    object-fit: cover; }
  .map .google-map .map-location span {
    font-size: 18px;
    line-height: 28px; }

  .quote .quote-box {
    max-width: 890px; }

  .footer .footer-link ul li a {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px; }

  #popmake-148 .popmake-content {
    text-align: center; }
    #popmake-148 .popmake-content h3 {
      font-size: 30px;
      line-height: 50px; }
    #popmake-148 .popmake-content p {
      font-size: 18px;
      line-height: 30px;
      letter-spacing: 1.30px; }

  .wp-block-buttons .wp-block-button__link {
    padding: 12px 30px;
    font-size: 16px;
    letter-spacing: 1.8px; } }
@media (max-width: 1400px) {
  .course .course-details .row {
    margin: 0 -12px; }
    .course .course-details .row .col-lg-4 {
      padding: 0 12px; }
  .course .course-block {
    padding: 48px 18px 57px 18px; }
    .course .course-block p,
    .course .course-block li {
      font-size: 17px;
      line-height: 30px; } }
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 30px; }

  .header .header-contact ul li {
    font-size: 18px;
    line-height: 28px; }
    .header .header-contact ul li a {
      font-size: 18px;
      line-height: 28px; }

  .banner-section .banner-img img {
    object-position: 10% 0; }

  .course .course-head p {
    max-width: 100%; }
  .course .course-details {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 18px; }
    .course .course-details .slick-list {
      margin: 0; }
    .course .course-details .course_carousel p {
      max-width: 382px; }

  .img-text-block .img-text-block-desc {
    flex-direction: column-reverse !important;
    max-width: 936px;
    margin: 0 auto !important; }
    .img-text-block .img-text-block-desc h4 {
      font-size: 22px;
      line-height: 35px;
      margin-bottom: 20px; }
    .img-text-block .img-text-block-desc .one-img img {
      width: 100%;
      max-width: 100% !important;
      border-radius: 15px !important; }
    .img-text-block .img-text-block-desc .img-text-desc {
      margin-top: 0 !important;
      max-width: 100% !important; }
      .img-text-block .img-text-block-desc .img-text-desc p {
        max-width: 100%; }
    .img-text-block .img-text-block-desc.flex-row-reverse {
      margin-right: 0; }

  .faq_Section .faq_Section_desc .accordion-button {
    font-size: 18px;
    line-height: 30px; }

  .map .google-map .map-location span {
    font-size: 18px;
    line-height: 28px; }

  .quote .quote-box h4 {
    padding: 0 50px; }
    .quote .quote-box h4::before {
      left: -10px; }
    .quote .quote-box h4::after {
      right: 0; } }
@media (max-width: 991px) {
  h1 {
    font-size: 41px;
    line-height: 41px; }

  .container-fluid {
    padding: 0 20px; }

  .header .header-contact ul {
    gap: 10px; }
    .header .header-contact ul li a span {
      display: none; }
    .header .header-contact ul li img {
      margin-right: 0; }

  .banner-section .banner-img img {
    width: 100%;
    height: 490px; }
  .banner-section .banner-title p {
    max-width: 375px; }

  .course {
    margin-bottom: 80px; }
    .course .course-details .row .col-md-12 {
      margin-bottom: 40px; }

  .faq_Section {
    margin-bottom: 80px; }
    .faq_Section .faq_Section_desc .faq-title-desc {
      max-width: 100%;
      margin-bottom: 50px; }

  .img-text-block {
    margin-bottom: 80px; }
    .img-text-block .img-text-block-desc {
      max-width: 696px;
      gap: 50px !important; }
      .img-text-block .img-text-block-desc .request-btn {
        text-align: center; }

  .quote {
    margin-bottom: 90px; }
    .quote .quote-box h4 {
      padding: 0 30px; }
      .quote .quote-box h4::before {
        left: -16px;
        top: -20px; }

  #popmake-148 .popmake-content {
    text-align: center; }
    #popmake-148 .popmake-content h3 {
      font-size: 30px;
      line-height: 46px; }
    #popmake-148 .popmake-content p {
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 1px; } }
@media (max-width: 767px) {
  .img-text-block .img-text-block-desc {
    max-width: 516px; }
    .img-text-block .img-text-block-desc .one-img img {
      height: auto !important; }

  .map .google-map .map-location {
    width: 425px; }

  .footer .row {
    flex-direction: column;
    gap: 30px; }
    .footer .row .col-2 {
      order: 2;
      width: 100%; }
    .footer .row .col-3 {
      order: 1;
      width: 100%; }
    .footer .row .col-7 {
      order: 3;
      width: 100%; }
  .footer .footer-link ul {
    text-align: center; }
  .footer .social-media-icon {
    text-align: center; }

  .pum-theme-140 .pum-content + .pum-close,
  .pum-theme-lightbox .pum-content + .pum-close {
    right: 0 !important; } }
@media (max-width: 567px) {
  .container {
    padding: 0 18px; }

  h2 {
    font-size: 31px;
    line-height: 33px;
    margin-bottom: 17px; }

  h3 {
    font-size: 28px;
    line-height: 40px; }

  h4 {
    font-size: 22px;
    line-height: 35px; }

  p,
  li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px; }

  .container-fluid {
    padding: 0 6px; }

  .header {
    padding: 22px 0 16px 0; }
    .header .row {
      margin: 0; }
    .header .navbar-brand img {
      height: 24px; }
    .header .header-contact ul {
      gap: 10px; }
      .header .header-contact ul li:first-child {
        margin-right: 0;
        width: 21px; }
      .header .header-contact ul li:last-child {
        margin-right: 0;
        width: 18px; }

  .banner-section {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column-reverse; }
    .banner-section .banner-img {
      padding: 0 18px; }
      .banner-section .banner-img img {
        height: 467px;
        object-fit: cover;
        border-radius: 15px;
        object-position: 66% 0%; }
    .banner-section .banner-title {
      position: unset;
      transform: unset; }
      .banner-section .banner-title h1 {
        font-size: 41px;
        line-height: 41px;
        max-width: 315px;
        color: #524F49;
        margin: 37px 0 28px 0; }
      .banner-section .banner-title p {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
        display: none; }

  .img-text-block .img-text-block-desc {
    padding: 0 12px; }

  .quote .quote-box h4::before {
    width: 29px;
    height: 29px;
    background-size: 29px;
    left: 0; }
  .quote .quote-box h4::after {
    width: 29px;
    height: 29px;
    background-size: 29px; }
  .quote .quote-box span {
    font-size: 18px;
    line-height: 26px; }

  .map .google-map .map-location {
    width: max-content;
    padding: 12px; }
    .map .google-map .map-location span {
      font-size: 18px;
      line-height: 28px; }

  .service .service-text span {
    font-size: 16px;
    line-height: 25px; }

  .course .course-details .course_carousel .slick-slide {
    margin: 0 5px;
    width: 360px; }
  .course .course-details .course_carousel p {
    max-width: 280px; }
  .course .course-block span {
    font-size: 22px;
    line-height: 35px; }
  .course .course-block .request-btn {
    margin-top: 50px; }

  .footer .footer-link ul li {
    margin-left: 20px; }
    .footer .footer-link ul li a {
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.8px; }

  #popmake-148 .wp-block-buttons .wp-block-button__link {
    padding: 16px 30px; } }
@media (max-width: 400px) {
  .course .course-details .course_carousel .slick-slide {
    margin: 0 5px;
    width: 320px; } }

/*# sourceMappingURL=style.css.map */
