.Gifts {
    padding-top: 100px;
    padding-bottom: 135px;
}


.gifts_text {
    text-align: center;
}


.gift_title {
    font-family: 'Gilroy' , sans-serif;
    font-size: 32px;

    
}
.gift_subtitle {
    padding-top: 23px;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
}



.gifts_items {
    padding-left: 65px;
    padding-top: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gifts_item {
    margin-right: 30px;
    background-color: rgba(250, 250, 250, 1);
    transition: all 0.5s;
}

.img_gift {
    width: 277px;
    height: 277px;
}

.gift_descr {
    font-family: 'Gilroy' , sans-serif;
    font-size: 20px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 74px;
}


.gifts_item:hover {
    box-shadow:10px 10px 15px rgba(0, 0, 0, 0.05);
}

.gift_link {
    padding-left: 24px;
    padding-bottom: 24px;
}

.product__btn {
    border: 0;
    background-color:rgba(250, 250, 250, 1) ;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.gifts_item_1 {
    margin-right: 30px;
    box-shadow:10px 10px 15px rgba(0, 0, 0, 0.05);
}

.product__btn_0 {
    background-color: #fff;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

@media (max-width: 992px) {
    
    .gifts_items {
        display: block;
    }
    .gifts_items {
        margin-left: 250px;
        
    }
    .gift_text {
        text-align: center;
        max-width: 992px;
    }
    .gifts_item {
        margin-bottom: 50px;
        width: 277px;
    }
    .gifts_item_1 {
        width: 277px;
        margin-bottom: 50px;
    }
    .gifts_text {
        
        text-align: center;
    }

  }
  
  @media (max-width: 767px) {
    body {
        width: 767px;
    }

    .gifts_items {
        display: block;
    }
    .gifts_items {
        margin-left: 175px;
        
    }

    .gifts_item {
        margin-bottom: 50px;
        width: 277px;
    }
    .gifts_item_1 {
        width: 277px;
        margin-bottom: 50px;
    }
    .gifts_text {
        text-align: center;
        max-width: 767px;
    }

  }
  @media (max-width: 480px) {
    body {
        width: 125%;
    }

   .Gifts {
    margin-top: 0px;

   }
   .gifts_items {
    margin-left: 0px;
    
    }   

    .gifts_text {
        
        margin-right: 0px;
        height: 150px;
        width: 480px;
        margin-bottom: 50px;
       
    }

  }

  @media (max-width: 390px) {
    html {
        width: 320px;
    }
    
    body {
        width: 390px;
    }
}