.page-title {
display: none !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #b919e5;
color: #ffffff;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #68499d;
color: #ffffff;
}

.modula .item .pic {
    padding-top: inherit;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px; /* Set your desired width here */
  }
}


#bt_header .bt-header-top .row {
    background-color: #ffffff;
}

@media (min-width: 992px) {
    .bt-col-logo {
        flex: 0 0 16.66%; /* Equivalent to col-md-2 */
        max-width: 16.66%;
    }
    .bt-col-menu {
        flex: 0 0 83.33%; /* Equivalent to col-md-10 */
        max-width: 83.33%;
    }
}
