.b-thank-you-page {
    background: linear-gradient(106.92deg, #6584DB -34.31%, #08BA91 99.95%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 10%;
    gap: 30px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #04253A;
    text-align: center;
}

.e-thank-you-img {
    min-width: 200px;
}

.e-thank-you-title {
    font-size: 20px;
}

.e-thank-you-description {
    font-size: 18px;
}

.e-thank-you-title_green {
    color: #08BA91;
}


.b-thank-you-contacts-title {
    color: #000000;
}

.b-thank-you {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(113, 142, 216, 0.25);
    border-radius: 20px;
    width: 100%;
    padding: 10px;
}

.b-thank-you-go-home {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #FFFFFF;
}

.e-thank-you-btn {
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 18px;
    min-width: 220px;
    padding: 8px;
    background: #ED4B2A;
}

@media (min-width: 1080px) {
    .b-thank-you {
        padding: 30px;
    }
    .e-thank-you-title {
        font-size: 24px;
    }
    .e-thank-you-description {
        font-size: 20px;
    }
}