.thank-you-wrapper {
    text-align: center;
    padding: 2rem 1rem;
    font-family: Ubuntu;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-container {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.envelope-icon {
  width: 80px;
  height: auto;
}

.check-icon {
	position: absolute;
    top: -13px;	
    right: -13px;
    width: 100%;
    max-width: 32.82px;
}

.thank-you-text {
    color: #201627;
    font-family: Ubuntu;
    font-size: 25.2px;
    font-weight: 700;
    line-height: 29.79px;
    letter-spacing: -0.586px;
    margin-bottom: 6px;
}

.thank-you-button {
    display: flex;
    background: #008ACF;
    height: 42.913px;
    padding: 13.884px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 3.155px;
    color: #FFF;
    font-family: Ubuntu;
    font-size: 16.8px;
    font-weight: 700;
    line-height: 22.385px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
}

.btn-black {
    background: #282B31;
}

