.thank-you-wrapper {
    text-align: center;
    padding-block: 4%;

    p {
        font-size: 29px;
        font-weight: 400;
        color: #000;
    }

    .media-icon-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 40px;
    }

    .media-icon-link {
        color: #fff;
        transition: 0.5s;
        font-size: 18px;
        line-height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        background-color: var(--secondry-color);





        &:hover {
            color: #fff;

        }

    }
}