.contactgiftcardbg{
    background-color: var(--theme-color-1);
    padding: 120px 0;
}
.contact_gift{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;    
    position: relative;
    display: flex;
    justify-content: space-between;
}
.contact_gift_img1, .contact_gift_img2{
	width: 43%;
    max-width: 100%;
	position: relative;
	padding: 30px 0;
}
.contact_gift_img1 img, .contact_gift_img2 img{
    width: 100%;
}
.contactgiftcardbg .contact_gift::after {
    content: "";
    background: #EEE;
    width: 2px;
    height: 90%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    top: 0;
    transform: translateY(-50%);
    top: 47%;
}

@media (min-width: 0px) and (max-width: 1049px) {
    .contact_gift{
        display: block;
    }
    .contact_gift_img1, .contact_gift_img2{
        width: 100%;
    }
    .contactgiftcardbg .contact_gift::after {
        display: none;
    }
}
