/* In this file you can put extra images/icons/patterns which are used in the theme */

select {
  background-image: url(../images/arrow-down.svg) !important;
}
section.multipurpose-boxes::after, .inner-page-cta::after {
  content: "";
  width: 100%;
  height: 20vw;
  top: 0;
  left: 0;
  position: absolute;
  background-size: cover;
  background-position: bottom left;
  background-image: url(../images/CTASection.svg) !important;
}