/* General, buttons, navbar, etc */
body {
    background: #0B0A17;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    color: #D0D0D0;
}

html, body {
    overflow-x: hidden;
}

.navbar-nav a, .navbar-nav a:hover, .navbar-nav a:active, .navbar-nav a:focus, .navbar-nav .nav-link.active {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
}

.navbar-nav a:not(.btn):hover {
    color: #893DE9;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar {
    padding-top: 40px;
    padding-bottom: 40px;
}

p strong {
    font-weight: 700;
}

p {
    line-height: 28px;
}

header {
    background: url("../img/hero-lines-bg.png") bottom;
    background-size: cover;
}

.header-border-bottom {
    border-bottom: 0.5px solid #ffffff1c;
}

.btn {
    padding: 5px 24px !important;
    border: 1px solid white;
    border-radius: 50px;
    color: white !important;
    transition: 0.3s ease-in-out all;
}

.btn:hover {
    border-color: #893DE9;
    opacity: 0.8;
}

.btn-primary {
    background: linear-gradient(322deg, #7318E6 0%, #893DE9 100%);
    border-color: transparent !important;
    color: #0B0A17;
}

.nav-item {
    padding-left: 50px;
}

button.navbar-toggler {
    background: linear-gradient(322deg, #7318E6 0%, #893DE9 100%);
}

h2 {
    color: white;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 48px;
}


/* Hero */
.hero {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.glow-image-left {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    z-index: -1;
}

.glow-image-right {
    position: absolute;
    top: -15%;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: -1;
}

span.hero-header {
    font-size: 16px;
    color: #ffffffd1;
    font-weight: 200;
    margin-bottom: 12px;
    display: inline-block;
}

h1.hero-title {
    color: white;
    font-size: 58px;
    font-weight: 500;
}

p.hero-description {
    font-size: 18px;
    margin-top: 25px;
    line-height: 32px;
}

.hero .btn-primary {
    padding: 12px 28px !important;
    margin-top: 20px;
    margin-bottom: 30px;
}

.hero-img {
    width: 100%;
    max-width: 600px;
    margin-top: 36px;
}



/* Our impact in numbers */
div#ourImpact {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

span.impact-number {
    font-size: 44px;
    color: white;
    font-weight: 600;
}

.impact-card {
    text-align: center;
    border-right: 1px solid #ffffff1f;
}

.impact-card:last-child {
    border-right: none;
}

.impact-number ins {
    background: linear-gradient(322deg, #7318E6 0%, #893DE9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

span.impact-description {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

h2.smallerHeader {
    font-size: 24px;
    margin-bottom: 50px;
}



/* Benefits */
#benefits {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

#benefits h2 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

#benefits .subHeader {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
}

.benefitCard {
    max-width: 380px;
    padding: 30px;
    margin-top: 40px;
}

p.benefitCardDescription {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}

h3.benefitCardTitle {
    margin-top: 35px;
    color: white;
    font-size: 24px;
}

.benefitCard {
    position: relative;
    z-index: 0;
    border-radius: 10px;
    overflow: hidden;
}

.benefitCard::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #1a232a;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent, #77627f, transparent 30%);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

.benefitCard::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #0B0D17;
    border-radius: 10px;
}

.glow-box {
    width: 150px;
    height: 150px;
    background-color: rgba(137, 61, 233, 0.4);
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(137, 61, 233, 0.6);
    filter: blur(61px);
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
}


/* Biogas chart */
.biogasChartInside {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

img.biogasImg {
    width: 100%;
    max-width: 560px;
    margin-left: 15px;
}

.biogasChartInside .glow-box {
    top: 40%;
    width: 100%;
    max-width: 400px;
    height: 300px;
    filter: blur(150px);
}

#biogasChart {
    padding-bottom: 70px;
    padding-top: 50px;
    background: url('../img/cow-bg.png') bottom;
    background-size:cover;
}

.video {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 100px rgba(152, 83, 204, 0.36);
    backdrop-filter: blur(5px);
    width: 100%;
    max-width: 700px;
    border-radius: 7px;
}

.video-container {
    margin-top: 50px;
}


/* Infrastructure */
#infrastructure {
    padding-top: 120px;
    padding-bottom: 50px;
}

.row.equal-height > .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.equal-height .benefitCard {
    height: 100%;
    transition: 0s ease-in all;
}

#infrastructure .benefitCard {
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(1000px);
}

.benefitCard:hover::before {
    opacity: 1;
}

.benefitCardImg {
    position: relative;
    transform: translateZ(20px)
}

#infrastructure .subHeader {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
}

.benefitCard .glow-box {
    top: -60px;
    right: -120px;
    left: auto;
    transform: translate(-50%, -50%);
}

.benefitCardGlow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(137, 61, 233, 0.6), transparent 80%);
    transform: translate(-50%, -50%);
    opacity: 0.5;
    mix-blend-mode: overlay;
    z-index: 1;
}


/* Miners & containers */
.minersBg, .containersBg {
    background: url('../img/miners_bg.png') center;
    background-size: cover;
    position: relative;
}

#imageDescriptions .glow-img {
    position: absolute;
    top: -48%;
    left: 0;
    width: 100%;
}

#imageDescriptions .glow-img.minersGlow {
    top: -30%;
}

#imageDescriptions > .row {
    padding-top: 50px;
    padding-bottom: 70px;
}


/* Invest */
#invest {
    padding-top: 30px;
    padding-bottom: 70px;
    text-align: center;
}

#invest .subHeader {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
}

.investCards {
    width: 100%;
    padding: 20px 0;
}

.investCard {
    display: flex;
    align-items: center;
    gap: 15px;
    /*background: rgba(255, 255, 255, 0.05);*/
    background: rgb(38 38 38 / 38%);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-bottom: 20px;
}

.checkSvg {
    width: 40px;
    height: 40px;
}

.investCardTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: left;
}

.investCardDescription {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
    margin-bottom: 0;
    position: relative;
}

.investCardContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .investCard {
        flex-direction: row;
        max-width: 90%;
    }

    .investCardContent {
        max-width: 100%;
    }
}


/* Hold Husby */
#holdHusby {
    text-align: center;
    position: relative;
}

#holdHusby h2 span {
    background: linear-gradient(322deg, #7318e6, #9956ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

#holdHusby h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div#holdHusby .glow-box {
    left: 0;
    top: 40%;
    width: 30%;
    filter: blur(103px);
    height: 72vh;
}


.explanationBox {
    background: rgb(38 38 38 / 38%);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.explanationBox h2 {
    color: white;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
}

.explanationBox .investCard {
    background: none;
    border: 0;
    padding: 7px 0px;
}

.investNumber {
    background: linear-gradient(322deg, #7318e6, #9956ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-size: 35px;
    font-weight: 700;
    padding: 0 10px;
    width: 45px;
}

.explanationBox .investCards {
    padding-bottom: 0;
}

.explanationBox .investCard:last-child {
    margin-bottom: 0;
}


/* Roadmap */
#roadmap {
    padding-top: 70px;
    padding-bottom: 30px;
}

.cd-container {
    margin: 0 auto;
}

.cd-container::after {
    content: "";
    display: table;
    clear: both;
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: #8c3eec;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 11px #6e6e6e5c, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
    background: linear-gradient(322deg, #7318e6, #9956ef);
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 20px;
        height: 20px;
        left: 50%;
        margin-left: -10px;
        margin-top: 15px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}
@media only screen and (max-width: 1169px) {
    .cd-timeline-img {
        width: 20px;
        height: 20px;
        top: 0px;
        left: 17px;
        margin-top: 15px;
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: rgb(38 38 38 / 38%);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 93%;
    margin-bottom: 20px;
}
.cd-timeline-content .timeline-content-info {
    background: #2B343A;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}
.cd-timeline-content .timeline-content-info i {
    margin-right: 5px;
}
.cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}
@media (max-width: 500px) {
    .cd-timeline-content .timeline-content-info .timeline-content-info-title, .cd-timeline-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}
.cd-timeline-content .content-goals {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.cd-timeline-content .content-goals li {
    display: block;
    padding: 2px 0px;
    color: rgba(255, 255, 255, 0.8);
    margin: 3px 2px;
    text-align: left;
    flex-grow: 1;
}

ul.content-goals li img {
    width: 20px;
    margin-top: -2px;
    margin-right: 6px;
}

.cd-timeline-content h2 {
    background: linear-gradient(322deg, #7318e6, #9956ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    font-weight: 700;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0;
    margin-bottom: 5px;
}

.cd-timeline-content p, .cd-timeline-content .cd-date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333C42;
}

.cd-timeline-content h2 {
    font-size: 20px;
}

.cd-timeline-content p {
    font-size: 16px;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        color: white;
        margin-left: 0;
        padding: 1.6em;
        width: 40%;
        margin: 0 5%;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: rgb(48 46 50);
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: rgb(48 46 50);
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .cd-timeline-content {
        width: auto;
        margin-left: 75px;
    }
}



/* How to buy */
#howtobuy {
    position: relative;
    padding-top:40px;
}

#howtobuy .singleCard {
    margin-bottom: 25px;
}

#howtobuy h2 {
    margin-bottom: 50px;
}

p.investCardDescription strong {
    line-break: anywhere;
}

@media (max-width: 767px) {
    .investCard {
        max-width: 100%;
    }
}

div#howtobuy .btn-primary {
    padding: 12px 28px !important;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

#howtobuy .glow-box {
    right: -10%;
    top: 30%;
    width: 22%;
    left: auto;
    filter: blur(103px);
    height: 72vh;
    transform: none;
    background: linear-gradient(322deg, #7318e6, #9956ef);
    opacity: 0.3;
}

img.copySvg {
    width: 18px;
    margin-left: 6px;
    margin-top: -2px;
    cursor: pointer;
}

.copied-tooltip {
    position: absolute;
    background: #6c5ce7;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    top: -2px;
    right: -75px;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: fadeInOut 1.5s ease-in-out;
}

.walletAddressHolder {
    position: relative;
    line-break: anywhere;
}

@media (max-width: 767px) {
    .copied-tooltip {
        position: initial;
        display: inline-block;
        left: auto;
    }
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(-5px); }
    20% { opacity: 1; transform: translateY(0); }
    80% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-5px); }
}



/* About team */
div#aboutTeam {
    padding-top: 100px;
    padding-bottom: 70px;
}

#aboutTeam h2 {
    margin-bottom: 10px;
}

#aboutTeam .benefitCard {
    max-width: 560px;
}

#aboutTeam .row > .col-md-6 {
    display: flex;
    justify-content: center;
}

.teamFooter h3 {
    font-size: 20px;
    display: inline-block;
    background: linear-gradient(270deg, #833fd9, #ad6dff);
    -webkit-background-clip: text;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}

.socialLinks a {
    text-decoration: none;
    margin-right: 4px;
}

#aboutTeam .glow-box {
    pointer-events: none;
}

.socialLinks {
    margin-top: 10px;
}


/* Gallery & modal */
div#gallery {
    position: relative;
    margin-top: 20px;
    background: url('../img/cow-bg.png') bottom;
    background-size: cover;
    padding-bottom: 40px;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}

.gallery-img {
    width: 100%;
    height: auto;
    transition: 0.3s ease-in-out all;
    border-radius: 8px;
}

.gallery-item:hover .gallery-img {
    opacity:0.8;
    transform: scale(0.97);
}

#gallery .glow-box {
    top: 22%;
    width: 29%;
    height: 56%;
    left: 0;
    opacity: 0.5;
}

#gallery h2 {
    margin-bottom: 40px;
}



/* Mining stats */
#miningStats .hero {
    text-align: center;
}

#miningStats .cardGlass {
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5px );
    border-radius: 11px;
    z-index: 10;
    color: whitesmoke;
    overflow: hidden;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#miningStats table {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#miningStats #loading i {
    margin-right: 10px;
    color: white;
}

#miningStats #loading {
    font-size: 1.2em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.onlineStatus {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00ff00, #008000);
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}


#miningStats .subHeader {
    margin-top: 30px;
    font-size: 15px;
}

#dataTable tr td:first-child {
    border-left: none;
}

#dataTable tr td:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    thead {
        display: none; /* Ukrywamy nagłówki kolumn */
    }

    tbody tr {
        border-radius: 8px;
        padding: 10px;
        margin: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    tbody tr td {
        border: none;
        padding: 8px 12px;
        position: relative;
    }

    tbody tr td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #ddd;
        display: block;
        margin-bottom: 4px;
    }
}



/* CTA element */
.ctaElement h2 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0;
}

.ctaElement {
    background: linear-gradient(322deg, #7318E6 0%, #893DE9 100%);
    padding: 55px;
    border-radius: 25px;
}

#ctaSection .btn {
    padding: 12px 28px !important;
    color: black !important;
    font-size: 16px;
    font-weight: 500;
}


/* Footer */
.copyrightText {
    font-size: 14px;
}

.secondColumn {
    display: flex;
    justify-content: end;
    padding-top: 20px;
}

img.dextoolsLogo {
    margin-top: 20px;
}

.secondColumn li {
    color: white;
    margin-bottom: 20px;
}

.secondColumn ul li img {
    margin-right: 8px;
}

footer hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

li.list-inline-item a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    text-decoration: none;
    transition: 0.3s ease-in-out all;
}

li.list-inline-item {
    margin-right: 60px !important;
}

footer li.list-inline-item {
    margin-right: 30px !important;
}

li.list-inline-item a:hover {
    opacity: 0.6;
}


/* Animations */
@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes opacityChange {
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacityChange {
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* Media */
@media (max-width: 991px) {
    #navbarContent {
        background: #ffffff14;
        margin-top: 20px;
        border-radius: 20px;
        padding: 20px;
    }

    #navbarContent .nav-item {
        padding-left: 0;
    }

    #navbarContent .btn {
        margin-top: 15px;
    }

    h1.hero-title {
        font-size: 45px;
    }
}


@media (max-width: 767px) {
    .hero {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    #benefits {
        margin-top: 0;
    }

    #biogasChart {
        padding-top: 20px;
    }

    h1.hero-title {
        font-size: 36px;
    }

    img.hero-img {
        margin-top: 40px;
    }

    .impact-card {
        margin-bottom: 25px;
        border:0;
    }

    h2 {
        font-size: 32px;
    }

    p.hero-description {
        font-size: 16px;
        margin-top: 25px;
        line-height: 28px;
    }

    .equal-height > .col-md-4 {
        align-items: center;
        text-align: center;
    }

    #infrastructure .benefitCard {
        margin-top: 0;
    }

    #infrastructure {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .minersBg, .containersBg {
        margin-bottom: 25px;
    }

    div#imageDescriptions, #ctaSection, footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    div#imageDescriptions {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    #imageDescriptions > .row {
        padding-top: 20px;
    }

    #invest {
        padding-top: 0;
    }

    .ctaElement {
        text-align: center;
        padding: 30px;
    }

    #ctaSection h2 {
        margin-bottom: 20px;
    }

    li.list-inline-item {
        margin-right: 15px !important;
    }

    ul.list-inline {
        text-align: center;
    }

    .secondColumn {
        justify-content: start;
    }

    html, body {
        overflow-x: hidden;
    }

}
