.p-12{
    padding: 12px !important;
}

.p-2px {
    padding: 2px;
}

.py-12{
    padding-top: 12px;
    padding-bottom: 12px;
}
.px-1-5 {
    padding-left: 6px;
    padding-right: 6px;
}
.px-2-5 {
    padding-left: 12px;
    padding-right: 12px;
}
.py-2-5 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.mt-48 {
    margin-top: 48px;
}
.p-2-5 {
    padding: 12px !important;

}
.pb-2-5{
    padding-bottom: 12px;
}

.w-fit-content {
    width: fit-content;
}

.top-12  {
    top: 12px;
}
.top-8  {
    top: 8px;
}

.end-12 {
    right: 12px;
}
.end-8 {
    right: 8px;
}

.bottom-12  {
    bottom: 12px;
}
.bottom-8  {
    bottom: 8px;
}

.left-8 {
    left: 8px;
}

.bottom-85 {
    bottom: 85px;
}
.start-40px {
    left: 40px;
}
.end-200 {
    right: 200px;
}

.left-50-percent {
    left: 50%;
    transform: translateX(-50%);
}

.gap-lg-2-5 {
gap: 1.25rem !important;
}
.gap-3-5 {
    gap: 1.25rem;
    }

@media (max-width: 576px) {
    .w-sm-162 {
      width: 162px !important;
    }
    .mb-69px {
        margin-bottom: 69px;
    }
  }
  