.main-content h3, h2{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 30px;
}
.main-content p{
    line-height: 35px;
    padding-bottom: 20px;
}

.btn-approve{
    background-color:#007bff;
    color:#fff;
    padding:3px 8px;
    font-size:12px;
    text-decoration:none;
    border-radius:3px;
}
.btn-approve:hover{
    background-color:#0056b3;
}
.btn-edit{
    background:#28a745;
    color:white;
    padding:2px 6px;
    font-size:11px;
    border-radius:2px;
    text-decoration:none;
}

 /* CTA */
        .cta {
            background: #2A52BE;
            color: white;
            text-align: center;
            padding: 60px 20px;
            margin-top: 60px;
        }

        .cta h2 {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .cta p {
            margin-bottom: 20px;
        }

        .cta a {
            background: #1abc9c;
            color: white;
            padding: 12px 30px;
            border-radius: 30px;
            text-decoration: none;
            transition: 0.3s;
        }

        .cta a:hover {
            background: #16a085;
        }



