    @media only screen and (min-width : 280px) {
        .sender-title {
            font-size: 0.6rem!important;
            font-weight: bold!important;
            min-width: 40%;
        }

    }

/* Custom, iPhone Retina */
    @media only screen and (min-width : 360px) {
        .sender-title {
            font-size: 0.75rem!important;
            font-weight: bold!important;
            min-width: 40%;
        }

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
        .sender-title {
            font-size: 0.9rem!important;
            font-weight: bold!important;
        }

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .sender-title {
            font-size: 0.9rem!important;
            font-weight: bold!important;
        }

        .remittance-cards {
            width: 75%;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .sender-title {
            font-size: 0.9rem!important;
            font-weight: bold!important;
        }

        .remittance-cards {
            width: 80%;
        }
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .sender-title {
            font-size: 0.9rem!important;
            font-weight: bold!important;
        }

        .remittance-cards {
	        width: 75%;
	    }
    }
    @media only screen and (min-width : 1500px) {
        .sender-title {
            font-size: 1rem!important;
            font-weight: bold!important;
        }

        .remittance-cards {
	        width: 50%;
	    }
    }
    @media (width<=500px) {
		.custom-input {
			height: 2rem;
			width: 2rem;
		}
		.otp-container {
			display: flex;
			gap: 0.5rem;
		}
	    .remittance-cards {
	        width: 100%;
	    }
	}

    @media only screen and (min-width: 500px) and (max-width: 768px)  {
		.custom-input {
			height: 2rem;
			width: 2rem;
		}
		.otp-container {
			display: flex;
			gap: 0.5rem;
		}
	    .remittance-cards {
	        width: 75%;
	    }
	}