@charset "UTF-8";
@media screen and (min-width: 770px) {
  .elementor-element-2e839956 .elementor-widget-container {
    width: 100%;
    margin: 0 auto;
  }
  .elementor-460 .elementor-element.elementor-element-2e839956 > .elementor-widget-container {
    padding: 25px 45px 23px 45px;
  }
  .tabs {
    margin-bottom: 70px;
  }
  .tab {
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .tab-conts {
    list-style-type: none;
    text-align: center;
    background-color: #fff;
    width: 900px;
    padding: 30px 30px;
    margin: 0 auto;
    border: 1px solid #cdd7de;
  }
  .searchText {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
  }
  .searchText:hover {
    color: #8A3B61;
  }
  .tab li {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tab li a {
    display: block;
    width: 100%;
    line-height: 2em;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #8A3B61;
    border: 1px solid #8A3B61;
    border-radius: 1.1em;
    position: relative;
    transition: 0.3s;
  }
  .tab li a:hover {
    color: #fff;
  }
}
@media screen and (max-width:769px) {
  .flex_wrapper {
    width: 100%;
  }
  .tab {
    display:
      -ms-flexbox;
    display:
      flex;
    padding-left: 0;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto 20px;
  }
  .tabs {
    margin-bottom: 52px;
  }
  .tab-conts {
    list-style-type: none;
    text-align: center;
    background-color: #fff;
    padding: 30px 15px;
    margin: 0 auto;
    border: 1px solid #cdd7de;
    line-height: 1.5;
  }
  .searchText {
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .searchText:last-of-type {
    margin-bottom: 0;
  }
  .searchText:hover {
    color: #8A3B61;
  }
  .tab li {
    width: 100%;
  }
  .tab li:last-of-type {
    margin: 0;
  }
  .tab li a {
    display: block;
    width: 97%;
    line-height: 2em;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #8A3B61;
    border: 1px solid #8A3B61;
    border-radius: 1.5em;
    position: relative;
    font-size: 12px;
    padding: 2px 3px;
    margin: 0 auto;
  }
  .tab li a:hover {
    color: #fff;
  }
}