.elementor-120 .elementor-element.elementor-element-b15715b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ac4dca6 *//* AFRICAN MEGA STAR ABOUT PAGE */

.ams-about-section{
    padding:80px 20px;
}

.ams-container{
    max-width:1200px;
    margin:0 auto;
}

.ams-center{
    text-align:center;
}

.ams-light{
    background:#FFFFFF;
}

.ams-gray{
    background:#F7F7F7;
}

.ams-blue{
    background:#0E88D3;
}

.ams-badge{
    color:#0E88D3;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.ams-title{
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    color:#1F2937;
    margin:20px 0;
}

.ams-subtitle{
    font-size:24px;
    color:#666;
}

.ams-heading{
    font-size:46px;
    color:#0E88D3;
    margin-bottom:25px;
}

.ams-text{
    font-size:18px;
    line-height:1.9;
    color:#444;
}

.ams-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:50px;
    align-items:center;
}

.ams-card-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.ams-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.ams-card h3{
    color:#0E88D3;
    margin-bottom:15px;
}

.ams-quote{
    color:#fff;
    text-align:center;
}

.ams-quote h2{
    font-size:54px;
    margin-bottom:20px;
}

.ams-quote p{
    font-size:28px;
}

.ams-btn{
    display:inline-block;
    padding:15px 35px;
    text-decoration:none;
    border-radius:8px;
    color:#fff;
    margin:10px;
    font-weight:600;
}

.ams-btn-red{
    background:#F0274A;
}

.ams-btn-blue{
    background:#0E88D3;
}

@media(max-width:1024px){

    .ams-title{
        font-size:48px;
    }

    .ams-heading{
        font-size:38px;
    }

    .ams-card-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ams-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:767px){

    .ams-about-section{
        padding:60px 15px;
    }

    .ams-title{
        font-size:34px;
    }

    .ams-heading{
        font-size:30px;
    }

    .ams-subtitle{
        font-size:18px;
    }

    .ams-text{
        font-size:16px;
    }

    .ams-card-grid{
        grid-template-columns:1fr;
    }

    .ams-quote h2{
        font-size:32px;
    }

    .ams-quote p{
        font-size:20px;
    }

}/* End custom CSS */