.cta_middle_text{
    min-height: 340px;
    border-radius: 20px;
    padding: 71px 159px;
    background-size: contain;
}

@media only screen and (max-width: 1200px) {
    .cta_middle_text{
        background: linear-gradient(157deg,rgba(0, 117, 255, 1) 0%, rgba(0, 84, 183, 1) 100%)!important;
    }
    
}

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

.cta_middle_text__content__nametitle{
    display: flex;
    justify-content: center;
    width: 75%;
    justify-self: anchor-center;
}

.cta_middle_text__content__nametitle p{
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin-right: 1%;
    text-align: center;
}

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

.cta_middle_text__header{
    justify-items: center;
    margin-bottom: 5%;
    width: 70%;
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3.5%!important;
}

.cta_middle_text__header p{
    margin-right: auto;
    margin-left: auto;
    text-align: -webkit-center;
}

.cta_middle_text__header p{
    text-align: center;
}

.cta_middle_text__header p:last-child{
    width: 75%;
}

.cta_middle_text__header__subtitle{
    background-color: #ECF5FF;
    color: #0075FF !important;
    width: fit-content;
    font-size: 12px;
    font-weight: 500 !important;
    padding: 2px 7px !important;
    border-radius: 6px;
    margin-bottom: 1% !important;
}

.cta_middle_text__header__title{
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #001B2F;
}
