.demo {
    position: relative;
    top: -65px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 845px;
    height: 132px;
    margin: 0 auto;
    padding: 0 32px;

    border-radius: 40px;
    background: #fff;
    color: #141D40;
;

    box-shadow: 0px 4px 16px 0px #0000001A;


}

.demo__content {

}

.demo__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.demo__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.4px;
}

.demo__btn {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 250px;
    height: 60px;

    font-size: 24px;
    font-weight: 600;

    color: #fff;
    border-radius: 30px;
    background: linear-gradient(225deg, #2E4AAF 0%, #27397F 100%);


}

.demo__btn:hover {
    opacity: 0.8;
}