@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');
body{
  background:#efefef;
  font-family: 'Syne', sans-serif;
}
.module_find {
  min-height: 70vh;
  background-size: cover!important;
  background-position: center!important;
}
.overlay_module {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #15172882;
  z-index: 5;
}
.master_title {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.zfirst {
    position: relative;
    z-index: 10;
}
.module_find:after {
    content: "";
    clip-path: polygon(0 100%,100% 100%,0 0);
    background: #efefef;
    height: 60px;
    min-width: 1700px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 100;
}
.btn_upload {
    background: #849393;
    border: solid 1px #849393;
    border-radius: 0;
    color: white;
    padding: 1rem;
    text-transform: uppercase;
}