.mobile-app-links {
text-align: center;
padding: 20px;
background: #0d0833;
margin: 0px 0 40px;
}
.mobile-app-links h3 {
font-size: 1.5rem;
margin-bottom: 10px;
}
.mobile-app-links__icons {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 10px;
}
.mobile-app-link img {
height: 50px;
transition: transform 0.2s ease;
}
.mobile-app-link img:hover {
transform: scale(1.1);
}