.gift-container{
    margin: 50px 0;
}

.gift-item{
    margin-bottom: 50px;
}
.gift-item-container{
    width: 100%;
    height: 200px;
    background-color: #000;
    border-radius: 25px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.gift-item-button{
    width: 220px;
    height: 50px;
    line-height: 50px;
    color: #000;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #000;
    display: block;
    margin: 0 auto;
}

.gift-container-title{
    font-family: var(--montserrat-family);
font-size: 24px;
font-weight: 400;
letter-spacing: 0.06em;
text-align: center;
color: #222326;
margin-bottom: 60px;
}

.gift-item-logo{
    width: 100px;
    height: 75px;
    object-fit: contain;
}

.gift-item-manat-icon{
    width: 16px;
    height: 12px;
    margin-left: 5px;
}

.gift-item-footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gift-item-footer-price{
    color: #fff;
    display: flex;
    align-items: center;
}

.gift-item-footer-title{
    font-family: var(--montserrat-family);
font-size: 10px;
font-weight: 500;
letter-spacing: 0.06em;
text-align: center;
color: #fff;
}


.gift-footer{
    margin-top: 80px;
}

.gift-footer h3{
    font-family: var(--montserrat-family);
font-size: 12px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0.06em;
text-align: left;
color: #222326;
}

.gift-footer ul{
    list-style: disc;
}

.gift-footer ul li{
    font-family: var(--montserrat-family);
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #222326;
}