/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.5

All css files are placed in /css/ folder
*/

.list-a-center li {
	list-style: none;
    margin-left: 0;
    float: none !important;
    text-align: center;
    display: block;
    width: 100%;
	display: flex;
    justify-content: center;
}
.list-a-center li a {
	padding: 20px 40px;
    color: white;
    background: #aacf37;
    border-radius: 40px;
    font-size: 20px;
}
.content-pelajari-cara {
    background-image: url(http://localhost/reksadana/wp-content/uploads/2014/12/konten-ajakan.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 13rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-pelajari-cara * {
    color: #001E6A;
}
.content-pelajari-cara a:hover {
    text-decoration: none;
    color: white;
    background: #aacf37;
}
.content-pelajari-cara p {
    font-size: 24px;
    margin-left: 10rem;
    margin-bottom: 30px;
}

.content-pelajari-cara a {
    margin-left: 10rem;
    background: white;
    padding: 20px 41px;
    border-radius: 30px;
    color: #001E63;
    font-size: 26px;
    font-weight: 500;
}