:root {
    --syneo-blue-300: #617CFF;
    --syneo-blue-500: #273889;
    --syneo-blue-800: #1a2a43;
    --syneo-blue-900: #14233b;
}

.page-home section.cta {
    margin-bottom: 60px;
}

.page-home section.cta img {
    max-width: 170px;
    margin-bottom: 20px;
}

.page-home section.cta .cta-rectangle {
    display: flex;
    padding: 10px 30px 0px 30px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    border: 5px solid #F3F5FF;
    text-align: center;
}

.page-home section.cta p {
    color: #273889;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 140%;
}
.page-home section.cta p:last-child {
    margin-bottom: 20px;
}

.page-home section.cta a {
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #617CFF;
    border: none;
    padding: 1.7rem 4rem;
    margin-bottom: -3rem;
    transition: all ease 0.5s;
}

.page-home section.cta a:hover {
    background: var(--syneo-blue-800);
}