#cookie-banner {
    display: none !important;
}

.stylized-image.video-container:has(iframe) {
    display: none !important;
}

.social-nav {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .download {
      
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .download>img {
        padding-top: 30px;
        width: 45%;
        height: auto;
        cursor: pointer;

    }



}



@media screen and (min-width: 768px) {
    .download {
       

        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download>img {
        padding: 20px;
        width: 300px;
        height: auto;
        cursor: pointer;
    }
}

/* 
.yc3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
} */