.mobile-imgs {
    width: 100%;
    margin: auto;
    text-align: center;


}

.mobile-imgs img {
    width: 35% !important;
}

.hamraz-iphone {
    transform: scale(0.97, 0.901);
    -ms-transform: scale(0.97, 0.901);
    -webkit-transform: scale(0.97, 0.901);
}

.ios-btn {
    margin-bottom: 10px;
}

.ios-btn a {
    display: flex;

    background-size: cover;
    background-image: linear-gradient(44.44deg,
    #0d6efd 7.79%,
    #0dcaf0 94.18%);
    /* background-image: url(./assets/img/badge/sibapp1.png); */
    background-repeat: no-repeat;
    color: white;
    width: 160px;
    text-align: center;
    border-radius: 100px;
    /* padding: 10px 52px; */
    margin: auto;
    height: 40px;

}

.ios-btn a img {
    width: 55%;
    justify-content: center;
    align-items: center;
    margin: auto;
}

