.software {
    padding-top: 200px;
    padding-bottom: 500px;
}

.software__deskription {
    margin: 0 0 120px 0;
}

.software__title {
    color: #000000;
}

.software__list-wrap {
    width: 100%;
}

.software__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
}

@media (min-width: 768px) {
    .software__list {
        max-width: 100%;
        align-items: center;
    }
}

.software__item {
    display: flex;
    flex-direction: column;
    padding: 0;
    padding: 30px;
    background: #ddeff7;
    width: 100%;
}

@media (min-width: 768px) {
    .software__item {
        max-width: 1100px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.software__item-title {
    font-size: 20px;
    margin: 0 0 22px 0;
    color: #000000;
}

@media (min-width: 768px) {
    .software__item-title {
        text-align: left;
        margin: 0;
    }
}
