.block {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    padding: 25px 20px 30px 20px;
    margin: 5px;
    background: #f1f1f1;
    border-radius: 10px;
}

/* Стили для текстового блока */
.text {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21.78px;
    padding-bottom: 15px;
}

/* Стили для блока с картинкой */
.image img {
    border-radius: 15px;
}

/* Стили для блока с параграфом */
.paragraph {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: justify;
    padding-bottom: 15px;
}

/* Стили для кнопки */
.button {

    width: 100%;

}

.button button:hover {
    background-color: #FDB934;
}
.btn-primary:hover {
    color: #fff;
    background-color: #FDB934 !important;
    border-color: #FDB934 !important;
}
.online-courses {
    width: 100%;
    top: 201px;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: 0em;
    text-align: left;
    color: #555555;
    display: block;

}
