.text-justify {
  text-align: justify;
}

.navmenu .dropdown ul {
  border-radius: 5px;
  max-height: 220px;
  overflow: auto;
  transform: translateX(-26%);
}

.border-orange {
  border: 2px solid #ef6603;
}

.link-button {
  width: 135px;
}

.link-button:hover {
  background: #ef6603;
  color: #fff;
}

.device-img {
  width: 700px;
  height: 360px;
  object-fit: contain;
}

.list-card {
  width: 500px;
}

@media screen and (max-width: 576px) {
  .section-title img:first-child {
    width: 400px;
  }

  .header .logo h1 {
    font-size: 15px;
  }
}