.oblic {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #CA0538!important;
}

.oblic2 {
  min-height: 70px;
  transform: translateX(0px) translateY(-33px) skewX(0deg) skewY(-2deg);
  z-index: 1000;
  background-color: #CA0538!important;
}

.oblic {
  min-height: 70px;
  transform: translateX(0px) translateY(-33px) skewX(0deg) skewY(-2deg);
  z-index: 1000;
}

.separator::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #ca0538;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.separator::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.separator {
  height: 50px;
}

.separator2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.separator2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  background-color: #ca0538;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.separator2 {
  height: 50px;
}

