.container-full-text{
    text-align: center;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
}
.full-text-black-section{
    background: #000000;
    padding-bottom: 16px;
}
.full-text-black-section h1,
.full-text-black-section h2,
.full-text-black-section .content-full-text{
    color: #ffffff;
}
.full-text-blue-section{
    background: #21409a;
}
.full-text-blue-section h1,
.full-text-blue-section h2,
.full-text-blue-section .content-full-text{
    color: #ffffff;
}
.full-text-white-section{
    background: #ffffff;
}
.button-blue-main{
    padding: 1rem 0.5rem 0.75rem 0.5rem;
    text-transform: uppercase;
    background: #008FD0;
    color: #ffffff;
    text-decoration: none;
    min-width: 260px;
    display: inline-block;
    text-align: center;
}
