#home-container {
    padding: 10rem;
    margin: 0;
    color: #FEFEFE;
}

@media screen and (min-width: 64em) {
    #home-container {
        padding: 9rem;
    }

    #home-content-banner {
        font-size: 4.375rem;
    }

    #home-text {
        font-size: 1.25rem;
    }

    #home-member-link {
        padding: 1.125rem 5rem;
    }
}

@media screen and (max-width: 64em) {
    #home-container {
        padding: 4rem;
    }

    #home-content-banner {
        font-size: 2.375rem;
    }

    #home-text {
        font-size: 1rem;
    }

    #home-member-link {
        padding: 1.125rem 2rem;
    }
}

#home-content-banner {
    max-width: 80.5rem;
    font-weight: 600;

    margin-left: auto;
    margin-right: auto;
    text-shadow: var(--home-text-shadow);
}

#home-text {
    max-width: 80.5rem;
    line-height: 1.6;
    font-weight: 600;

    margin-left: auto;
    margin-right: auto;
    text-shadow: var(--home-text-shadow);
}


#home-member-link {
    color: var(--with-bg-txt-color);
    background-color: var(--expressive-color-alt);
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    min-width: 212px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    border: var(--main-buttons-border);
    border-radius: var(--default-border-radius);
    white-space: nowrap;
}

#home-member-link:hover {
    background: var(--expressive-color);
}

.info-block {
	background: var(--devices-gradient-color-1);
	background: linear-gradient(to right, var(--devices-gradient-color-1) 0, var(--devices-gradient-color-2) 50%, var(--devices-gradient-color-1) 100%);
	padding: 2.1875rem 0;
	font-size: 1.25rem;
	color: #333
}

.info-block .device-icon {
	float: left;
	width: 97px;
	text-align: center;
	margin: 0 1rem 0 0
}



.info-block .device-title {
	display: block;
	overflow: hidden;
	margin: 1.25rem 0 0
}
.info-block .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	max-width: 87.5rem;
	margin-left: auto;
	margin-right: auto;
}


.first-2-device {
    display: flex;
    justify-content: space-evenly;

    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
	flex-grow: 1;
}

.last-2-device {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
	flex-grow: 1;
}

.editableText {
    min-height: 3.8rem;
    margin: 1rem auto;
}

.column {
	min-width: 17rem;
}

.grey-right, .grey-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.grey-right .editableText {
    display: flex;
}

.grey-right .editableText span {
    margin: 0 6px;
}

.grey-section {
    padding: 1.5rem;
	position: relative;
    background: #FEFEFE;
}

.grey-section:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 20px;
    background: #FEFEFE;
}

.grey-section.dark:before {
	background: #333
}

.greatest-content {
    display: flex;
}

.info h2 span {
    font-weight: 700;
    color: var(--expressive-color);
}

.info h2 {
    font-size: 2.5rem;
}

.info p {
    margin: 0;
    line-height: 1;
}

.grey-right h2 {
    display: inline;
    font-weight: 400;
}

.grey-right p {
	font-size: 1.25rem;
    font-weight: 400;
	white-space: nowrap;
}

.info .row {
    display: flex;
    /*max-width: 87.5rem;*/
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.button.secondary:focus, .button.secondary:hover {
    background: var(--expressive-color);
    color: var(--with-bg-txt-color);
}
.link-button {
	padding: 1.125rem 1rem 1.125rem 9rem;
	position: relative;
	font-weight: 600;
	min-width: auto;
	border-radius: 0;
	max-height: 15rem;
	min-height: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.button.secondary {
	background: var(--join-now-button-color);
	color: #FEFEFE;
	min-width: 212px;
}

.arrow-icon {
	margin-left: 5rem;
	font-size: 1rem;
	top: 20px;
}

.image-section {
	    background: #FEFEFE;
}

.image-section img {
    width: 100%;
}

.info-section {
	    background: #FEFEFE;
}

.info-section .row {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.left-image {
	min-width: 20rem;
	flex: 1;
}

.right-text {
	min-width: 20rem;
	flex: 1;
}


.background-img {
	background-image: url(/static/images/left.jpg);
	min-height: 868px;
background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative;
	height: 100%
}

.right-text {
	min-width: 20rem;
	flex: 1;
	text-align: left;
	min-height: 868px;
}

.info-section .list-info {
    margin: 0;
    padding: 7rem 0 3rem;
    list-style: none;
	text-align: left;
}

.info-section {
    font-size: 1.125rem;
    color: #333;
}

.info-section h3 {
    font-style: normal;
    color: inherit;
    line-height: 1.4;
    text-transform: uppercase;
	font-weight: 600;
}


.info-section .editableText {
	min-height: 1rem;
	max-width: 40rem;
	display: block;
    margin: 1rem 0;
}

.info-section li {
	text-align: left;
	padding: 0 1rem 4rem 6rem;
}

@media screen and (max-width: 768px) {
    .grey-right p {
        white-space: unset;
    }

    .grey-right .editableText {
        display: block;
        line-height: 1.3;
    }

    .editableText {
        max-width: initial;
    }

    .info-section li {
        padding: 1rem;
    }
}

@media screen and (max-width: 420px) {
    #header {
        flex-direction: column;
    }
}