:root{
--bg1: #a97a57;
--bg2: #049245;
--radius: 14px;
--shadow: 0 6px 24px rgba(2,6,23,0.16);
}

*{box-sizing:border-box}

.thankyou-box{
    background:rgba(255,255,255,0.1);
    border-radius:var(--radius);
    padding:40px;
    text-align:center;
    box-shadow:var(--shadow);
    width:100%;
}
.thankyou-box h1{
    font-size:28px;
    margin-bottom:10px;
    font-weight:700;
    color: #000;
}
.thankyou-box p{
    font-size:16px;
    color:#000;
    margin-bottom:20px;
}

.checkmark{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#fff;
    color:var(--bg2);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:80px;
    font-weight:bold;
}

section.about_wrapper a.main-btn {
    border: 1px solid var(--btn-color);
    color: var(--btn-color);
    display: inline-flex;
}
.more-testi {
    margin-top: 0px;
    text-align: center;
}