@media (max-width: 768px) {
    .shares-container {
        padding: 15px 0 22.5px;
    }

    .shares-container h2 {
        margin: 0 0 25px;
    }

    .shares-wrapp {
        gap: 25px;
        padding: 0;
    }

    .shares-block {
        box-sizing: border-box;
    }

    .shares-content .title-h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 30.52px;
        width: 100%;
        margin: 0 0 20px;
    }

    .shares-content_button button {
        font-size: 14px;
        font-weight: 500;
        line-height: 16.44px;
        width: 100%;
        height: 44px;
    }

    .shares-content_text {
        margin: 0 0 30px;
    }

    .shares-content p {
        font-weight: 500;
        font-size: 14px;
        line-height: 125%;
    }

    .sale {
        font-weight: 700;
        font-size: 14px;
        padding: 5px 10px;
    }

    .shares-image img {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .shares-block img {
        width: 100%;
        height: auto;
    }
}