
@media (max-width: 980px) {
  
   section.purchase-section .purchase-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
  
  section.purchase-section .purchase-img {
    width: 100%;
}
  
  section.purchase-section{
    padding-bottom:0;
  }
  
  section.gift-card-details{
    padding:0;
  }
  section.purchase-section .row {
    justify-content: space-between;
    max-width: 100%;
    margin: auto;
    flex-direction: column-reverse;
}
      .purchase-text {
        margin-top: 20px;
    }
  
  .vender_sec .row {
    gap: 40px 0;
}
  
}


@media (max-width: 540px){
  
  section.purchase-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 25px;
}
 
  
  section.purchase-section .purchase-content {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
  
      section.purchase-section .purchase-img {
        padding: 0;
    }
  
  
  
}
    