
  #support-quicklinks li#s-security img {
	opacity: 1;
  }
  .support-info-content p.alarm-content {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.find-support {
    width: 51%;
}
.apps-text {
    text-align: center;
    color: #4a4a4a;
    font-weight:500;
}
.new-head {
    font-weight: 600;
}
@media screen and (max-width: 991px) {
  .find-support {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
  
  .find-support .app-screen{
    gap:20px;
  }
  .app-screen .app-screenshot{
    display:flex;
	justify-content:center;
	flex-direction: column;
  }

  .app-screenshot img{
    height:400px;
	object-fit: contain;
  }
  .banner-pos-middle {
	top: 75%;
}
}
