/*--RESPONSIVE STYLES--*/
/*--tablet styles--*/
@media screen and (max-width: 1024px) {
  html {
    min-width: 1024px;
  }

  .block-webcall .title {
    position: relative;
  }
}
/*--end tablet styles--*/
/*--Mobile styles--*/
/*--end mobile styles--*/
/*--END RESPONSIVE STYLES--*/
