/* Shared Elite Hacker profile layout */
.profile-interview-section {
    padding-top: 70px;
}

.profile-interview-section > section.container {
    padding-top: 0;
    padding-bottom: 0;
}

.profile-interview-section .nft_img_preview {
    width: 100%;
    max-width: 440px !important;
}

.profile-interview-section .interview-title {
    margin-top: 20px;
}

.profile-interview-section h2 span[style*="background"],
.profile-interview-section h4 span[style*="background"] {
    background: #bc13fe !important;
    color: #fff;
    padding: 0 .25em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

@media only screen and (max-width: 767px) {
    .profile-interview-section {
        padding-top: 35px;
    }

    .profile-interview-section .nft_img_preview {
        max-width: 300px !important;
    }
}
