.elementor-35585 .elementor-element.elementor-element-bbd4b50{--spacer-size:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-35585 .elementor-element.elementor-element-611382c .elementor-heading-title{color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-35585 .elementor-element.elementor-element-6a1a89a{--spacer-size:20px;}.elementor-35585 .elementor-element.elementor-element-8bfa000 .elementor-heading-title{color:#000000;}.elementor-35585 .elementor-element.elementor-element-71b3fe6 .elementor-heading-title{color:#000000;}.elementor-35585 .elementor-element.elementor-element-a5c1b94{--spacer-size:20px;}.elementor-35585 .elementor-element.elementor-element-433bf92{--spacer-size:50px;}.elementor-35585 .elementor-element.elementor-element-f32050e .elementor-heading-title{color:#000000;}.elementor-35585 .elementor-element.elementor-element-845a391{--spacer-size:50px;}/* Start custom CSS for html, class: .elementor-element-47bccd7 */.cource_index {
  max-width: 1200px;
  margin: 0 auto;
}

.cource_index * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cource_index .cource_warap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cource_index .cource_warap li {
  list-style: none;
  padding: 10px;
  width: calc(100%/3);
  height: 200px;
}

@media screen and (max-width: 991px) {
  .cource_index .cource_warap li {
    width: calc(100%/2);
  }
}

.cource_index .cource_warap li .card_box {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}

.cource_index .cource_warap li .card_box:hover::before {
  background-color: #E4007F;
  opacity: 0.6;
}

.cource_index .cource_warap li .card_box .title {
  color: white;
  text-align: center;
  overflow-wrap: break-word;
  width: 100%;
  z-index: 2;
  font-size: 1.1em;
}

@media screen and (max-width: 991px) {
  .cource_index .cource_warap li .card_box .title {
    font-size: 1em;
  }
}

.cource_index .cource_warap li .card_box::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 20px;
}
/*# sourceMappingURL=cource_style.css.map *//* End custom CSS */