.typeform-start {
    display: flex;
    width: 100%;
    min-height: 500px;
    padding: 0 48px;
    border-radius: 8px;
    background-color: rgb(3, 52, 54);
    align-items: center;
    text-align: center;
}
.typeform-start .typeform-container {
    width: 100%;
    max-width: 680px;
    margin: auto;
}
.typeform-start .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(255, 253, 251);
    line-height: 32px;
}
.typeform-start .desc {
    margin-bottom: 20px;
    font-size: 20px;
    color: rgb(255, 253, 251);
    line-height: 24px;
}
.typeform-start .button {
  margin-bottom: 20px;
}
.typeform-start .button button {
    width: auto;
    padding: 8px 20px;
    font-size: 20px;
    border: 0;
    border-radius: 4px;
    background-color: rgb(250, 107, 5);
    color: #ffffff;
    cursor: pointer;
}
.typeform-start .time {
    font-size: 14px;
    color: rgb(255, 253, 251);
}
