.programs {
    background: linear-gradient(123deg, #000 0%, #ff4536 29.45%, #000 100%);
    border-radius: 30px;
    padding: 20px 15px 20px 15px;
    margin: 10px 0;
}

.programs-title {
    font-weight: 300;
    font-size: 44px;
    line-height: 111%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: 'SONGER Condensed';
    padding-bottom: 30px;
}

.programs-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.programs-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 131%;
    text-align: center;
    color: #fff;
    box-shadow: 0 5px 38px 0 #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 56px;
    border: 1px solid #b9b9b96e;
    max-width: 347px;
    width: 100%;
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.programs-item-content {
    border-radius: 41px;
    max-width: 370px;
    width: 100%;
    min-height: 82px;
    padding: 0 20px;
    background: linear-gradient(180deg, #949494 0%, #fff 34.62%, #fff 100%);

    display: flex;
    align-items: center;
    justify-content: center;
}

.programs-item-content img {
    width: 82px;
    height: 69px;
}

.programs-item-content-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 136%;
    color: #000;
}

.programs-item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 136%;
    color: #000;
}

