.downloads-item {
    flex: 0 0 calc(100% / 2 - 30px);
    box-shadow: 0px 0px 15px 5px #00000059;
    border-radius: 10px;
    display: flex;
    cursor: pointer;
    transition: all 300ms ease;
}

.downloads-item:hover {
    opacity: .6;
}

.downloads-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding: 100px 0px;
}

.downloads-item-padding {
    display: flex;
    padding: 20px;
    gap: 20px;
}

.downloads-item-content-inner p {
    font-size: 14px;
    line-height: 20px;
}

.downloads-item-img {
    display: flex;
    flex: 0 0 150px;
}

.downloads-item-img img {
    border-radius: 5px;
}

.downloads-item-content-right {
    display: flex;
    align-items: center;
}

.downloads-item-content-header .subtext {
    font-size: 20px;
    line-height: 30px;
}