.single_product_snap_pay_section{
    background-color: #008efa;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    border: 1px solid #005290;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
    margin-top: 10px;
    padding: 10px;
    color: #fff;
}

@media screen and (max-width: 768px){
    .single_product_snap_pay_section{
        flex-direction: column;
    }
}