.thankyou {
    display: flex;
    height: 91.0vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cloud .thankyou .textComponent.firstSection {
    margin: 0;
}

.cloud .thankyou .textComponent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cloud .thankyou .textComponent .text {
    text-align: center;
}

.cloud .thankyou .textComponent .text .title {
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #2A163E;
    font-family: var(--pnsb);
}

.cloud .thankyou .textComponent .text .desc {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #2A163E;
    font-family: var(--pnsb);
}
.cloud .thankyou .textComponent .text .desc span {
	display: block;
	margin: 30px 0 0;
	font-family: var(--pnsb);
}