.custom-cta {
    background-color: #0f4c75;
    color: white;
    padding: 10px 10px !important;
    text-align: center;
    border-radius: 12px;
    margin-top : 30px ;
	margin-bottom : 30px ;
}

.custom-cta h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.custom-cta p {
    font-size: 18px;
    margin-bottom: 20px;
}

.custom-cta a.cta-button {
    display: inline-block;
    background-color: #ffb300;
    color: #000;
    padding: 10px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.custom-cta a.cta-button:hover {
    background-color: #ffa000;
}
.c-title{
    font-size: 30px;
    font-weight: bold;
    color: #fff !important;
}
.c-subtitle{
    display: block;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 15px;
}