.thankyouBox-h4 {
    font-size: 28px;
    color: #1a1818;
    font-family: univers_65_boldregular;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
}
section.thankyou-wrp .body{
    background: white;
    padding: 64px 80px 58px;
}
section.thankyou-wrp .body .title{
    margin-bottom: 43px;
    font-family: Univers LT Std;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: black;
}
section.thankyou-wrp .body .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section.thankyou-wrp .body .products > div{
    background: white;
    min-width: 300px;
}