.arselectronica .item-text {
    text-align: center;
    width: 70vw;
    margin: 200px auto 100px;
}

.arselectronica footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.arselectronica footer .quote {
	padding-right: 40px;
}

@media (max-width: 991px) {  
    .arselectronica .social {
        grid-area: 1 / 5 / span 1 / span 4;
    }
    .arselectronica .quote {
        grid-area: 1 / 9 / span 1 / span 5;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .arselectronica .item-text {
       width: 85vw;
       margin: 110px auto 50px;
    }
    .arselectronica footer .quote {
        text-align: center;
        padding-right: 0;
    }
 }