body, html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Futura PT', sans-serif;
    background: -o-radial-gradient(50% 50%, 75% 55%, rgba(224, 29, 28, .2) -100%, rgba(0, 0, 0, 0) 55%), #050409;
    background: radial-gradient(75% 55% at 50% 50%, rgba(224, 29, 28, .2) -100%, rgba(0, 0, 0, 0) 55%), #050409;
}

section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container {
    max-width: 635px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.title-content {
    margin-bottom: 44px;
}

.title-content img {
    width: 150px;
    height: 150px;
    margin-bottom: 14px;
}

.title-content h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: calc(32 / 26);
    margin: 0 0 16px;
}

.title-content span {
    font-weight: 400;
    color: #BFBFCB;
    font-size: 18px;
    line-height: calc(24 / 18);
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
}

.social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.social-item img {
    width: 20px;
    height: 20px;
}

.social-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(32 / 16);
}

@media screen and (max-width: 768px) {
    .title-content {
        margin-bottom: 24px;
    }

    .socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
    }

    .social-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px;
    }
}

@media screen and (max-width: 430px) {
    .title-content span {
        display: block;
        width: 67%;
        margin: 0 auto;
    }
}
