.programmy-container {
    margin-top: 30px;
}

.programma-div {
    margin-bottom: 50px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.programma-pic img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

.programma-title h2 {
    font-size: 26px;
    font-weight: 600;
}

.programma-price {
    margin-bottom: 30px;
    color: #ff0000;
    font-size: 26px;
    font-weight: 600;
}

@media screen and (max-width: 982px) {
    .programma-div {
        width: 100%;
        padding: 0;
    }
}

.single-programm-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
