.youtube-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: red;
    z-index: 2;
}

.fa-youtube{
    font-size:1rem;

}

.youtube-white{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1.5rem;
    width: 1.5rem;
    background: #fff;
}

@media (max-width: 991.88px) {
    .youtube-btn{
    position: absolute;
    top: 50%;
    inset-inline-start: 50%;
    transform: translate(-50%,-50%);
    color: red;
    font-size:3rem;
    z-index: 2;
}
}
.download-app-image-container{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: start;
    width: 75%;
}
