.devicetodream-page .mr0 {
  margin: 0 !important;
}

.devicetodream-page .d2d-card-list {
  max-height: 325px;
}

.devicetodream-page .d2d-card-body {
  display: flex;
  align-items: center;
}

.devicetodream-page .d2d-content p {
  margin-bottom: 14px;
}

.devicetodream-page .d2d-steps {
  margin-top: 20px;
}

.devicetodream-page .d2d-step {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.devicetodream-page .d2d-step h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.devicetodream-page .d2d-step p {
  margin-bottom: 0;
}

.devicetodream-page .d2d-contact-form label {
  display: block;
}

.devicetodream-page .d2d-declaration {
  font-size: 14px;
  color: var(--budli-text);
  margin-top: 10px;
}

.devicetodream-page .d2d-declaration input {
  margin-right: 8px;
}

.devicetodream-page .d2d-declaration a {
  color: var(--budli-red);
}

.devicetodream-page .d2d-submit {
  padding: 12px 32px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  border: 0;
  cursor: pointer;
}

.devicetodream-page .featured_bg {
  background: #ffffff;
  padding: 30px 0 20px 0;
  color: #000000;
  font-size: 16px;
}

.devicetodream-page .logos.dplogos {
  padding: 0;
  margin: 20px auto;
  width: 99%;
}

.devicetodream-page .d2d-logo-swiper .swiper-wrapper {
  align-items: center;
}

.devicetodream-page .d2d-logo-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.devicetodream-page .d2d-logo-swiper img {
  max-width: 210px;
  max-height: 220px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 640px) {
  .devicetodream-page .dplogos img {
    width: 120px !important;
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .devicetodream-page .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
