/* Module Block Layout */
div.theme-basic {  }

div.theme-basic .module {  }

div.theme-basic .module-title {
    color: #3550a0;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 30px;
    margin-top: -6px;
    text-align: center;
}

@media (max-width: 767px) {
  div.theme-basic .module-title {
    font-size: 32px;
  }
}

div.theme-basic .module-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 90px;
    background: #ed7d25;
    margin: 0 auto;
    left: 0;
    right: 0;
}

div.theme-basic .module_top{  }

div.theme-basic .module_bottom{  }

div.theme-basic .module-content {
    padding-bottom:20px;
}

div.theme-basic .module ul {
    list-style-type: none;
}

div.theme-basic .module .module_view_all {
    padding-top: 10px;
    text-align: right;
}