﻿.credit-card-section-wrapper {
    position: sticky;
    bottom: 70px;
    width: 150px;
    height: 80px;
    left: 100%;
    align-self: self-end;
    margin-inline-end: 50px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 10px;
    box-sizing: unset;
    border-radius: 20px;
    z-index: 60;
}

    .credit-card-section-wrapper p {
        font-weight: 400;
        color: #000000;
        font-size: clamp(16px, 1vw, 22px);
    }


@media screen and (max-width:820px) {
    .credit-card-section-wrapper {
        position: unset;
        bottom: 60px;
        margin-bottom: 20px;
        width: 130px;
        height: 75px;
        align-self: unset;
        margin-inline-end: unset;
        margin-inline: auto;
    }
}
