
.responseMainContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 20% 40px;
}
.order_sent_icon {
    border: 0 none;
    margin: 0px auto 42px;
    width: 100%;
    max-width: 346px;
    display: block;
    max-width: 160px;
}
#main .responseMainContainer p {
    color: #707070;
    text-align: center;
    font-family: "MuseoSans_700";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}
#main .responseMainContainer span {
color: #707070;
text-align: center;
/* HOME PAGE/H4/SEMIBOLD */
font-family: "OpenSans Regular";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 142.857% */

}

.responseMainContainer a {
    color: var(--White, #FFF);
    text-align: center;
    font-family: "OpenSans Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
    border-radius: 6px;
    padding: 10px 90px;
    margin-top: 42px;
}
.responseMainContainer a:focus, .responseMainContainer a:hover, .responseMainContainer a:active, .responseMainContainer a:visited {
    color: #FFF;
    text-decoration: none;
}
#contentarea{
    display: flex;
}
#main{
    margin: auto !important;
    height: 100%;
    display: block;
    width: 100%;
}

@media (max-width: 500px) {
  
    .responseMainContainer a {
        color: var(--White, #FFF);
        text-align: center;
        font-family: "OpenSans Regular";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.1px;
        border-radius: 6px;
        padding: unset;
        width: 80%;
        padding: 10px 0;
        margin-top: 42px;
    }
    #main .responseMainContainer p {
        font-size: 24px;
    }
    .order_sent_icon {
        max-width: 100px;
    }
}