.cta_text_only{
    min-height: 340px;
    border-radius: 20px;
    padding: 71px 159px;
    background: #001A3A;
    background: linear-gradient(157deg,rgba(0, 26, 58, 1) 0%, rgba(0, 117, 255, 1) 81%);
}

.cta_text_only__content__quote{
    font-size: 32px;
    font-weight: 700;
    align-self: center;
    margin-bottom: 5%;
    color: white;
    text-align: center;
    line-height: 1.5;
}

.cta_text_only__content__nametitle{
    display: flex;
    justify-content: center;
}

.cta_text_only__content__name{
    font-size: 22px;
    color: white;
    font-weight: 700;
    margin-right: 1%;
}

.cta_text_only__content__title{
    font-size: 22px;
    color: white;
    font-weight: 500;
}