.paragraph-cta {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.cta-button a{
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #1F80AA;
    border: 2px solid #1F80AA;
    border-radius: 5px;
    cursor: pointer;
}

.cta-button a:hover {
    background-color: #00a7ea;
    border: 2px solid #00a7ea;
}

.cta-button {
    margin-bottom: 2.5rem;
}

