.shares-container {
    padding: 25px 0 70px;
}

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

.shares-wrapp {
    display: flex;
    flex-direction: column;
    gap: 45px;
    padding: 20px 0 0;
}

.shares-block {
    border-radius: 12px;
}

.shares-block img {
    width: 100%;
    height: 100%;
}

.shares-content .title-h2 {
    color: #FFFFFF;
    margin: 0 0 25px;
}

.shares-content_button button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    width: 192px;
    height: 49px;
}

.shares-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

.shares-content_text {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 55px;
}

.sale {
    font-weight: 700;
    font-size: 20px;
    color: #252525;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 15px;
}