@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Rampart+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nixie+One&display=swap');

/* 
    font-family: 'Open Sans', sans-serif;
    font-family: 'Quantico', sans-serif;
    font-family: 'Rampart One', cursive;
    font-family: 'Nixie One', cursive;
*/
:root {
    --dark-theme-bg-color: #202124;
    --light-theme-bg-color: #e8eaed;
    --clear-theme-bg-color: #fcfbff;
    --dark-theme-text-color: #e8eaed;
    --light-theme-text-color: #202124;
    --text-color-light-blue: #6d8cc0;
    --text-color-blue: #2f8cc5;
    --text-color-toq-blue: #00a7e4;

}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    outline: none;
}

html::-webkit-scrollbar {
    display: none;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

li {
    list-style: none;
}

body {
    width: 100vw;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    overflow-x: hidden;
    /* background-image: repeating-linear-gradient(90deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px,transparent 1px, transparent 21px,hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px,transparent 22px, transparent 72px),repeating-linear-gradient(0deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px,transparent 1px, transparent 21px,hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px,transparent 22px, transparent 72px),repeating-linear-gradient(135deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px,transparent 1px, transparent 21px,hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px,transparent 22px, transparent 72px),linear-gradient(90deg, hsl(0, 0%, 8%),hsl(0, 0%, 8%)); */
}

.dark-theme {
    background-image: repeating-linear-gradient(90deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), repeating-linear-gradient(0deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), repeating-linear-gradient(135deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), linear-gradient(90deg, var(--dark-theme-bg-color), var(--dark-theme-bg-color));
    /* background-color: var(--dark-theme-bg-color); */
    color: var(--dark-theme-text-color);
}

.light-theme {
    background-image: repeating-linear-gradient(90deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), repeating-linear-gradient(0deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), repeating-linear-gradient(135deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), linear-gradient(90deg, var(--light-theme-bg-color), var(--light-theme-bg-color));
    /* background-color: var(--light-theme-bg-color); */
    color: var(--light-theme-text-color);
}

main,
main>.container,
main>.container>section {
    width: 100%;
}

main {
    max-width: 1200px;
    margin: 0 auto;
}

main>.header {
    width: 100%;
    position: sticky;
    top: 0;
    background-image: repeating-linear-gradient(90deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), repeating-linear-gradient(0deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), repeating-linear-gradient(135deg, hsla(28, 16%, 68%, 0.06) 0px, hsla(28, 16%, 68%, 0.06) 1px, transparent 1px, transparent 21px, hsla(28, 16%, 68%, 0.06) 21px, hsla(28, 16%, 68%, 0.06) 22px, transparent 22px, transparent 72px), linear-gradient(90deg, hsl(0, 0%, 8%), hsl(0, 0%, 8%));
    z-index: 999;
}

main>.container>section.head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

main>.container>section.head>h1,
main>.container>section.head>h3 {
    margin: 10px 0;
}

main>.container>section.head>h1 {
    color: var(--text-color-blue)
}

main>.container>section.head>h3 {
    color: var(--text-color-toq-blue)
}

.disc {
    width: 100%;
    /* min-width: 700px; */
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.disc.row {
    flex-direction: row;
}

.disc.row img {
    height: auto !important;
}

.disc>p {
    color: #88cf4d;
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    font-family: 'Quantico', sans-serif;
    margin: 0 auto;
}

.disc>img {
    height: 50px;
    margin-right: 5px;
}

.__progress-box {
    width: max-content;
    margin: 20px auto;
    background-color: var(--clear-theme-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container,
.actions-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}

.actions-container {
    justify-content: flex-start;
}

.logo-container {
    justify-content: flex-end;
}

.actions-container button {
    padding: 10px 20px;
    border-radius: 100px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    margin: 0 5px;
    background: linear-gradient(to top right, #d32571 10%, #88cf4d);
}

.actions-container a>button {
    background: #88cf4d;
}

.header-row button:hover {
    background: linear-gradient(to top right, #5772a3 10%, #88cf4d);

}

.disc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-disc>div {
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 15px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    /* flex-direction: column; */
}

.left {
    flex-direction: row-reverse;
}

.text-disc p {
    padding: 15px;
}

.disc-note {
    border-radius: 10px;
    border: 2px solid #88cf4d;
}

.disc-note hr {
    color: #ddd;
    width: 100%;
}

.banner,
.banner>ul {
    width: 100%;
}

.banner>ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.banner>ul>li {
    border-radius: 10px;
    border: 2px solid #88cf4d;
    overflow: hidden;
}

.banner>ul>li>h3 {
    margin-bottom: 20px;
    width: 100%;
    background: linear-gradient(to top right, #5772a3 10%, #88cf4d);
    padding: 10px;
}

.banner>ul>li>p {
    padding: 10px;
    font-weight: 400;
}

article.disc {
    /* max-width: 300px; */
}

#wallets-base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

#wallets-base>button {
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#wallet-connect {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    overflow: hidden;
    padding: 20px;
    background: linear-gradient(to top right, #fff 70%, transparent);
    display: flex;
    justify-content: center;
    align-items: center;
}

#wallet-connect>div {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#wallet-connect>div button {
    margin: 10px 0;
    padding: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: 700;
}

#wallet-connect>div button:nth-child(1) {
    background: linear-gradient(to top right, #88cf4d 50%, #2f8cc5);
    color: #fff;
}

#wallet-connect>div button:nth-child(2) {
    background: transparent;
    color: #2f8cc5;
}

#wallet-connect>div button:nth-child(2):hover {
    color: #88cf4d;
}

.light-theme #wallet-connect>ul {
    background-color: var(--dark-theme-bg-color);
    color: var(--dark-theme-text-color);
}

.dark-theme #wallet-connect>ul {
    background-color: var(--clear-theme-bg-color);
    color: var(--light-theme-text-color);
}

#wallet-connect>ul>li {
    /* width: 100%; */
    height: 150px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    margin: 5px;
    font-weight: 800;
    font-size: 12px;
    cursor: pointer;
    transition: all ease-out 250ms;
    flex-direction: column-reverse;
}

#wallwallet-connectets>ul>li:hover {
    transform: scale(1.05);
    transition: all ease-in 250ms;
    box-shadow: 2px 10px 15px -10px #666;
}

.newphrase-contain {
    width: 100%;
    max-width: 450px;
    background: #fff;
    color: #000;
    padding: 10px;
}

.seed-box {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    background: #88cf4d;
    border-radius: 10px;
    padding: 10px;
    padding-bottom: 50px;
}

.seed-box>span {
    margin: 3px 5px;
    font-weight: 600;
    font-size: 12px;
    font-style: italic;
}

.warning {
    width: 100%;
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    padding: 5px;
    color: #666;
    margin: 20px 0;
}

.warning>input {
    margin-right: 3px;
}

.action-btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.action-btns>button {
    padding: 10px 0;
    font-weight: 700;
    font-style: italic;
    border: none;
}

.action-btns>button:nth-child(1) {
    background: transparent;
    cursor: pointer;
}

.action-btns>button:nth-child(1):hover {
    color: red;
}

.action-btns>button:nth-child(2) {
    padding: 10px 40px;
    border-radius: 5px;
}

.action-btns>button.approved {
    background: linear-gradient(to bottom right, #88cf4d, #2f8cc5);
    color: #fff;
    cursor: pointer;
}

.action-btns>button.disapproved {
    background: linear-gradient(to bottom right, #d6c999, #67a6cc);
    color: #666;
    cursor: not-allowed;
}

.screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    overflow: hidden;
    z-index: 9999;
}

.screen>.form-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px;
    padding: 20px;
    box-shadow: 5px 10px 15px -10px #666, 5px 10px 15px -10px red;
}

.screen>.form-box>div,
.screen>.form-box>ul,
.screen>.form-box input,
.screen>.form-box textarea {
    width: 100%;
}

.screen>.form-box>div,
.screen>.form-box>ul {
    margin: 15px 0;
}

.screen>.form-box input,
.screen>.form-box textarea {
    padding: 10px 20px;
    margin: 10px 0;
}

.screen>.form-box textarea {
    height: 60px;
}

.screen>.form-box>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 100px;
}

.screen>.form-box>ul>li {
    padding: 5px 20px;
    font-weight: 700;
    font-size: 10px;
    cursor: pointer;
    border-radius: 50px;
    background: #666;
    color: #e2d44d;
    margin: 4px;

}

.form-controls>li {
    flex: 1 1;
}

.screen>.form-box>ul>li:hover {
    background: #e2d44d;
    color: #2f8cc5 !important;
}

.screen>.form-box p {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
}

.screen>.form-box #form-content {
    min-height: 100px;
}

.dark-theme .screen>.form-box {
    color: var(--light-theme-text-color);
}

.light-theme .screen>.form-box {
    color: var(--dark-theme-text-color);
}

.screen>.form-box .btn-contain {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

#__close_form {
    border: none;
    background: transparent;
    font-weight: 700;
    font-style: italic;
    cursor: pointer;
}

#__close_form:hover {
    color: red;
}

.credentials-container {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.qr-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phrase-actions {
    display: flex;
    justify-content: baseline;
    align-items: baseline;
    flex-direction: column;
    padding: 10px;
}

.phrase-actions>button {
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Quantico', sans-serif;
    text-align: left;
    color: green;
    cursor: pointer;
}

.phrase-actions>button:hover {
    color: #37e2d5;
    transform: scale(1.1);
}


.theme-toggle {
    float: right;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.theme-toggle .theme-btn {
    width: 95%;
    height: 5px;
    margin: 20px;
    border-radius: 50px;
    box-shadow: 2px 10px 15px 5px #88cf4d;
    background: linear-gradient(to right, var(--dark-theme-bg-color) 50%, var(--light-theme-bg-color));
    position: relative;
}

.theme-toggle .theme-btn div {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background: #88cf4d;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
}

.h1-container h1 {
    width: 60%;
    font-size: 1.4rem;
    line-height: 2vw;
    margin-bottom: 10px;
    /* border-right: 10px solid #88cf4d; */
}

.h1-container h1>strong {
    /* background: linear-gradient(to top left, #37e2d5, #88cf4d); */
    color: #88cf4d;
    font-size: 3vw;
    font-weight: 800;
}

.h1-container p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
}

.btn-contain .sub-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
    border-radius: 25px;
}

.btn-contain .sub-btn:hover {
    background: #6f6d6d;
    color: #006691;
}

.btn-contain .sub-btn.invalid {
    background: linear-gradient(to bottom right, #88cf4d 10%, #37e2d5);
    color: #ddd;
    cursor: not-allowed;
}

.btn-contain .sub-btn.valid {
    background: linear-gradient(to bottom right, #88cf4d 10%, #006691);
    color: #fff;
    cursor: pointer;
}

.board,
.board>.row {
    width: 100%;
}

.board {
    margin: 50px 0;
}

.board>.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.board>.row>.column {
    border-radius: 10px;
    background: linear-gradient(to top right, #d32571 10%, #88cf4d);
    padding: 20px;
    width: 49%;
    color: #000;
}

.board>.row>.column h3 {
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 25px;
}

.board>.row>.column p {
    font-weight: 600;
    line-height: 29px;
}

.partners,
.partners>ul {
    width: 100%;
}

.partners h1 {
    color: #88cf4d;
    font-size: 1vw;
    font-weight: 800;
    margin-bottom: 20px;
}

.partners>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom left, #5772a3 20%, #88cf4d);
    padding: 10px;
    flex-wrap: wrap;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 400px;
    max-width: 1200px;
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    box-shadow: 0 -95px 65px -120px #88cf4d;
}

footer .footer-text {
    /* position: absolute;
    bottom: 5px;
    right: 5px; */
}

footer>nav {
    margin: 20px 0;
}

footer>nav:nth-child(2)>ul {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

footer>nav:nth-child(2)>ul>li {
    border-bottom: 1px dotted #88cf4d;
    padding: 5px;
    max-width: 400px;
    cursor: pointer;
}

footer>nav:nth-child(2)>ul>li>a {
    color: #37e2d5;
    text-decoration: none;
}

footer>nav:nth-child(2)>ul>li>a:hover {
    color: #fff;
}

#notifiers {
    background: transparent;
    position: fixed;
    top: 10px;
    right: 10px;
    overflow-y: auto;
    height: 100vh;
    overflow-x: hidden;
    z-index: 999;
}

#notifiers .__notification-container {
    padding-bottom: 20px;
    border-radius: 5px;
    min-width: 200px;
    max-width: 400px;
    position: relative;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0;
    animation: SlideInRight 250ms;
    z-index: 9999;
}

#notifiers .__notification-container.success {
    background-color: #659968;
}

#notifiers .__notification-container.error {
    background-color: #e23b3b;
}

#notifiers .__notification-container.warn {
    background-color: #e2d44d;
    color: var(--light-theme-text-color);
}

.__notifier-img-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
}

#notifiers .__notifier-img-container img {
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.__notification-container img:hover {
    transform: scale(1.1);
    /* transform: rotateX(180deg); */
    transition: all 250ms;
}

#notifiers p {
    padding: 0 10px;
}

/* sync progress */
.sync-progress {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sync-progress strong {
    color: var(--text-color-toq-blue);
    font-size: 12px;
}

.sync-progress>div {
    width: 90%;
    height: 10px;
    border: 1px solid #666;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

.sync-progress>div>div {
    height: 100%;
    border-radius: 50px;
    background-color: green;
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
}

.cover>div {
    padding: 10px;
    border-radius: 5px;
    background-color: #666;
}

.cover>div p {
    margin-bottom: 10px;
}

.cover ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover ul>li {
    flex: 1 1 auto;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Quantico', sans-serif;
    cursor: pointer;
}

.cover ul>li:nth-child(2) {
    color: red;
}

.row>article {
    padding: 10px;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.margin-vertical-center {
    margin: 0 auto;
    background-color: red !important;
}

.call-to-action {
    padding: 10px 40px;
    border-radius: 25px;
    background: linear-gradient(to bottom right, #88cf4d 10%, #006691);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #fff;
    cursor: pointer;
}

.hidden {
    display: none !important;
}


@media only screen and (max-width:1200px) {
    section.disc {
        position: relative;
    }

    .partners h1 {
        font-size: 2.6vw;
    }

    .h1-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    section.disc .h1-container h1 {
        line-height: 3vw;
        font-size: 1.5rem;
        margin: 0 auto;
        margin-top: 50px;
    }

    section.disc .h1-container p {
        max-width: 500px;
        margin: 0 auto;
        padding: 10px;
    }

    .row.disc {
        flex-direction: column-reverse;
        position: relative;
    }

    .row.disc>img {
        position: absolute;
        opacity: 0.1;
        z-index: -1;
    }
}

@media only screen and (max-width:760px) {
    .banner>ul {
        grid-template-columns: 1fr;
    }

    .board>.row {
        flex-direction: column;
    }

    .board>.row>.column {
        width: 100%;
        margin: 10px 0;
    }
}

@media only screen and (max-width:700px) {

    .left img,
    .right img {
        position: absolute;
        opacity: 0.1;
        z-index: -1;
    }

    .header-row {
        flex-direction: column;
    }

    .logo-container {
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;

    }

    .menu-toggle.close {
        position: relative;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

    .menu-toggle.open::before {
        content: '✖';
        font-size: 20px;
        color: white;
    }

    .menu-toggle.closed::before {
        content: '☰';
        font-size: 20px;
        color: white;
    }

    section.disc .h1-container {
        width: 100vw !important;
    }

    section.disc .h1-container h1 {
        width: 100% !important;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0 auto;
        margin-top: 50px;
    }

    section.disc .h1-container h1>strong {
        font-size: 2.8rem;
    }
}

@media only screen and (max-width:500px) {
    .partners h1 {
        font-size: 5vw;
    }
}

@media only screen and (max-width:400px) {
    section.disc .h1-container h1 {
        line-height: 2rem !important;
    }
}