.section-dark-maroon {
  min-height: 500px;
  background: radial-gradient(#770329 0, #1c1c1c 70%);
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: bottom;
  padding: 60px 0 0px 0px;
  margin-bottom: 60px;
}

.section-dark-maroon .title {
  color: white;
  font-size: 50px;
  font-weight: 600;
  line-height: 48.77px;
  text-align: center;
}

.slick-slide img {
  max-width: 100% !important;
  margin: 0px auto;
}


		.get-one-app-div{
        	line-height:30px !important;
        }
  
    .slick-nav-title {
        font-size: 16px !important;
        width: 200px !important;
        cursor: pointer;
    }

    .slick-track {
        display: flex !important;
        gap: 25px !important;
        align-items: center;
    }

    .slick-current {
        color: #fff !important;
    }
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.slick-nav .slick-arrow {
  display: none !important;
}

@media (min-width: 1200px) {
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 768px) {
  .section-dark-maroon .title {
    font-size: 25px !important;
  }
}