body::-webkit-scrollbar {
  width: 8px; /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #151c3d; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #374692; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  /* border: 3px solid orange;  */
}

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 1000px) {
  .phone__cta {
    margin-left: -8px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .sub__cta {
    margin-bottom: 20px !important;
  }
}
