/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 22.0.2.1

All css files are placed in /css/ folder
*/
.payment_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 28px;
    font-weight: bold;
    background-color: #15d04e;
    color: #fff;
    margin: auto;
}
.payment_title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
 
}
.payment_title div h2{margin:0;}
.payment_content{
	font-size: 22px;
    line-height: 36px;
}