#webcommander-page .payment-box{
    padding: 20px;
    background-color: #F6F6F6;
    text-align: center;
    border-radius: 12px;
	margin: 20px auto 5px;
	padding: 20px 20px 30px 20px;
    max-width: 540px;
    margin-left: 25px;
}
#webcommander-page .payment-box h4{
	margin:0 0 8px 0;
	padding:0;
    font-family: var(--bk-font-heading, Manrope);
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 1%;

}
