.billing_container {
    width: 100%;
    height: fit-content;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    
}

.billing_container > img {
    width: 100%;
    height: auto;
    max-height: max(38vh, 600px);
    object-fit: cover;
}