.vm-product-banner .container .header-wrap .sub-header {
  max-width: 750px;
}
.vm-core {
  position: relative;
  height: 700px;
}
.vm-core h2, .vm-core p {
  margin-bottom: 2rem !important;
}
.vm-core h1 {
  font-size: 64px;
  font-family: "Core Sans R 25", "Roboto", sans-serif !important;
  font-weight: inherit;
  margin-bottom: 2rem !important;
}
.vm-tabs-product .text-white {
  color: #fff;
}
.vm-tabs-product .theme--dark.v-tabs > .v-tabs-bar {
  background-color: #EE008C;
  height: 85px;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab {
  font-size: 25px;
  font-family: "Core Sans R 35", "Roboto", sans-serif !important;
  text-transform: none;
  /*min-width: 360px;*/
  letter-spacing: 0.1em;
  width: 20%;
  color: #fff !important;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab.v-tab--active {
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab.v-tab--active::before {
  opacity: 0.24 !important;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab.v-tab--active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #EE008C;
  position: absolute;
  bottom: -20px;
  left: 50%;
}
.vm-tabs-product .theme--dark.v-tabs .v-tab:hover::before {
  opacity: 0.24;
}
.vm-tabs-product .theme--dark.v-tabs .v-tabs-slider-wrapper {
  display: none;
}
.vm-tabs-product .vm-tab-items {
  color: #000;
}
.vm-tabs-product .vm-tab-items .vm-tab-bg:before {
  display: none;
}
.vm-tabs-product .v-btn.btn-white {
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.vm-tabs-product .v-btn.btn-white:hover {
  background-color: #ff008e;
  border-color: #ff008e;
}
.vm-fibre-process {
  background-color: #EE008C;
  color: #fff;
}
.vm-fibre-process.vm-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.vm-fibre-process h2 {
  margin-bottom: 3rem;
}
.vm-fibre-process h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-weight: inherit;
}
.vm-fibre-process .vm-b-img {
  width: 150px;
  margin: auto;
  margin-bottom: 1.5rem;
}
.vm-fibre-process p {
  line-height: 1.2;
  padding: 0 1rem;
  margin-bottom: 0;
}
.vm-fibre-process .theme--light.v-btn {
  color: #fff;
  margin-top: 3rem;
}
.vm-fibre-process .theme--light.v-btn:before {
  opacity: 0;
}
.vm-fibre-process .theme--light.v-btn:hover {
  background-color: #fff;
  color: #ff008e;
}
.vm-fibre-process .vm-process-blocks .v-btn {
  font-size: 18px !important;
}
