.download{
    height: 1750px !important;
}
.download .content a {
    display: block;
    margin-bottom: 80px;
    background-color: #363636ee;
    padding: 30px 40px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s;
}
.download .patches{
    display:inline-block !important;
}
.download .content a .red-box {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 10px;
    background-color: var(--primary-Color);
}

.download .content a:hover {
    transform: scale(1.1);
}

.download .content a i {
    margin-right: 10px;
}

.download .content a h4 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    width: fit-content;
}
.download .content a h4:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 47px;
    width: 25px;
    height: 3px;
    background-color: var(--primary-Color);
    transition: 0.6s ease-in-out;
}

.download .content a:hover h4:after{
    width: calc(100% - 47px);
}


.download .content a p {
    font-size: 14px;
    position: relative;
}

.download .content a h2 {
    font-size: 20px;
    margin-top: 15px;
}


.download_patch {
    width: 100%;
    display: flex;
}

    .download_patch a {
        margin-left: 5%;
        width: 40%;
    }
    .download_patch img {
        width: 40px;
        object-fit: cover;
    }