/* Add custom CSS styles below */ 
.relative.flex.flex-col.justify-center.text-center.lg\:gap-5.max-w-lg {
    position: relative;
    bottom: 105px;
}

.relative.flex.flex-col.justify-center.text-start.gap-5.max-w-lg {
    position: relative;
    bottom: 90px;
}

@media (max-width: 768px) {
   .relative.flex.flex-col.justify-center.text-center.lg\:gap-5.max-w-lg {
      position: relative;
      bottom: 45px;
   }
}