body {
    background: #EEE;
    min-height: 100vh;;
}

.survey-bg-banner {
    background-image: url("../images/banner-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50vw;
    height: 100vh;
    float: left;
    position: absolute;
    left: 0;

}

.survey-card {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 587px;
    max-width: 100vw
}

h1 {
    color: #367BC0;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.76px;
    margin-bottom: 4rem;
}

.action-button {
    width: 100px;
    background: #72BB4C;
    font-weight: bold;
    color: #fff;
    transition: 150ms;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px auto;
    text-decoration: unset !important;
    text-align: center;
}

.action-button:hover {
    color: #fff !important;
}

.custom-control-label {
    text-align: center;;
    color: #474747;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.custom-control-label:before {
    content: unset !important;
    display: none !important;
}

.custom-control-label:after {
    content: unset !important;
    display: none !important;
}

p {
    color: #333;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}