section.About-sec.gift-about input{
  position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
section.About-sec.gift-about label{
  position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    display: block;
 margin-bottom:10px; 
}
section.About-sec.gift-about .form-row.row{
  margin-bottom:20px;
}
.info-detail.gift-contact {
    margin-top: 50px;
}
.info-detail.gift-contact h3{
  padding-left:12px;
  padding-right:12px;
}
.info-detail.gift-contact .row{
 gap:20px 0; 
}
section.About-sec.gift-about form .main-btn{
 border-radius:0;
  font-size:16px;
  width: 180px;
}
section.About-sec.gift-about h4{
 color: var(--heading-color); 
}
.selected {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.selected img{
 width:120px; 
}
.selected h5{
 font-size: 20px;
    margin-bottom: 0; 
}
section.About-sec.gift-about.info .info-detail.gift-contact .row {
    gap: 0px 0;
}
section.About-sec.gift-about.info .info-detail.gift-contact{
    margin-top: 0px;
}