.p-relative{
  position: relative;
}
.color-white{
  color:white !important;
}
.text-left{
  text-align: left !important;
}
.mb-6{
  margin-bottom: 12px;
}
.mb-8{
  margin-bottom: 16px !important;
}
.mb-16{
  margin-bottom: 32px !important;
}
.mb-20{
  margin-bottom: 40px !important;
}
.mb-24{
  margin-bottom: 48px !important;
}
.mb-32{
  margin-bottom: 64px;
}
.mb-40{
  margin-bottom: 80px;
}
.mb-56{
  margin-bottom: 112px;
}
.pt-16{
  padding-top: 32px;
}
.pt-32{
  padding-top: 64px;
}

.pr-45{
  padding-right: 90px;
}
.py-32{
  padding:64px 0px;
}
.w-500{
  width: 500px;
}
.w-1000{
  width: 1000px;
}
@media(max-width: 568px) {
  .xs\:mb-8 {
    padding:30px 0px;
  }
}
