.stories-thank-you-page {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 80px);
    background: #434345;
}

.stories-thankyou-title {
    font-size: 75px;
    line-height: normal;
    position: relative;
    padding: 0 0 25px;
    margin: 150px 0 50px;
    display: block;
    text-transform: none;
}

.stories-thankyou-social-title::after,.stories-thankyou-title::before {
    content: '';
    width: 150px;
    height: 5px;
    display: block;
    background: #ffd602;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.stories-thankyou-subtext {
    font-size: 32px;
    line-height: normal;
    max-width: 650px;
    font-weight: bold;
    margin: 0 auto 150px;
}

.stories-thankyou-social {
    margin: 0 0 150px;
}

.stories-thankyou-social li {
    display: inline-block;
}

ul.footer_social_links {
    display: block;
}
.footer_social_links a i {
    color: #989a99;
    margin: 0;
}
.stories-thankyou-social-title {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
    padding: 0 0 15px;
    margin: 0 0 10px;
}
.stories-thankyou-social-title::after {
    content: '';
    width: 55px;
    height: 3px;
}
@media only screen and (max-width: 1200px) {
    .stories-thankyou-title {
        font-size: 35px;
        padding: 0 0 10px;
        margin: 50px 0 30px;
    }

    .stories-thankyou-subtext {
        font-size: 15px;
        max-width: 350px;
        margin: 0 auto 75px;
    }
    .stories-thankyou-social-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .stories-content-block {
        padding: 0;
    }
    .stories-submission-form {
        margin-top: 40px;
    }
    .stories-thankyou-social-title {
        font-size: 24px;
    }
   .stories-thankyou-social-title::after {
        width: 50px;
    }
}