.topTopTitleBox{
    display: flex !important;
    align-items: center;
    height: 100%;
    width: 100%;
}
.topTop{
}

.topTopTitle{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}
.topTopText{
    font-size: 16px;
    color: #eee;
    margin-bottom: 25px;
    line-height: 1;
}
.topTopButton{
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background:linear-gradient(90deg, #ff8a33, #ff622b);
    padding: 8px 28px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    width: max-content !important;
}
.topTopButton:hover{ color: #fff;background:#ff622b;}