.mt-6 {
    margin-top: 6rem !important;
}

body {
  font-family: 'Inter', sans-serif;
}

.line-height-150 {
    line-height: 150% !important;
}

.lg\:w-\[65\%\] {
    width: 65%;
}

.swiper-pagination-bullet {
    background-color: aliceblue !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 7px !important;
    border-radius: 5px !important;
}

.w-60p {
    width: 60% !important;
}