.thank-you-survey {
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}

.thank-you-survey img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.thank-you-survey .col-12 {
    display: flex;
    padding: 50px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0, 118, 74, 0.20);
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 118, 74, 0.15);
    max-width: 644px;
}

.thank-you-survey h1 {
    color: #1C3F34;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 100% */
    margin: -8px 0 0;
}

.thank-you-survey p {
    color: #666;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: -0.18px;
}

.thank-you-survey p strong {
    color: #000;
    font-weight: 600;
}

.thank-you-survey .row {
    display: flex;
    justify-content: center;
}

.thank-you-survey .btn-primary {
    height: auto;
    line-height: 1.3;
}

@media only screen
and (max-width: 575px) {
    .thank-you-survey h1 {
        font-size: 30px;
    }
}

.thank-you-survey .col-12 {
    flex-direction: row;
    max-width: 1170px;
    padding: 10px;
    gap: 0px;
}

.thank-you-survey .col-12 .thank-you-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
    padding: 40px;
}

.thank-you-survey .col-12 .thank-you-success-image {
    flex: 1;
    max-width: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.thank-you-survey .col-12 .thank-you-success-image img {
    position: relative;
}

.page-template-event-form .thank-you-survey .col-12 .thank-you-content {align-items: flex-start;}

.page-template-event-form .thank-you-survey .col-12 .thank-you-content p {
    text-align: left;
}

@media only screen and (max-width: 575px) {

.thank-you-survey {
    padding-top: 50px;
    padding-bottom: 50px;
}

.thank-you-survey .col-12 {
    flex-direction: column;
    gap: 10px;
}

.thank-you-survey h1 {
    font-size: 30px;
    line-height: 1;
}

.thank-you-survey .col-12 .thank-you-content {
    gap: 20px;
    padding: 30px;
    flex: 0;
}


.thank-you-survey .col-12 .thank-you-success-image {
    max-width: 100%;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

.thank-you-survey {
    padding-top: 50px;
    padding-bottom: 50px;
}

.thank-you-survey .col-12 {
    flex-direction: column;
    gap: 10px;
}

.thank-you-survey h1 {
    font-size: 30px;
    line-height: 1;
}

.thank-you-survey .col-12 .thank-you-content {
    gap: 20px;
    padding: 30px;
    flex: 0;
}


.thank-you-survey .col-12 .thank-you-success-image {
    max-width: 100%;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.thank-you-survey .col-12 .thank-you-content {
    gap: 25px;
    padding: 30px;
}


.thank-you-survey {
    padding-top: 60px;
    padding-bottom: 60px;
}

.thank-you-survey h1 {
    font-size: 40px;
    line-height: 1;
}

.thank-you-survey .col-12 .thank-you-content {
    gap: 25px;
    padding: 30px;
    flex: 0;
}

.thank-you-survey .col-12 {
    flex-direction: column;
    gap: 10px;
}

.thank-you-survey .col-12 .thank-you-success-image {
    max-width: 100%;
}


}