ol li::marker {
  color: #008272;
  font-size: 32px;
  font-weight: 900;
}


@media (min-width: 768px) {

   .g-container-bienvenida-amigos {
        position: absolute;
        bottom: 15%;
        left: 30%;
        max-width: 500px;
    }

}

@media (min-width: 576px) {
	
    .g-container-bienvenida-amigos{
		position: absolute;
	    bottom: 15%;
	    left: 10%;
	    max-width: 500px;
	}

}


@media (min-width: 500px){
	.g-bienvenida-amigos-img--lg {
	    position: absolute;
	    bottom: 0;
	    right: 4px;
	    max-width: 372px;
	}
	.g-cuenta-img--lg {
	    position: absolute;
	    bottom: 0;
	    right: 4px;
	    max-width: 372px;
	}
}

@media (min-width: 800px){
	.g-bienvenida-amigos-img--lg {
	    position: absolute;
	    bottom: 0;
	    right: 0px;
	    max-width: 372px;
	}
	.g-cuenta-img--lg {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-width: 372px;
}
}

@media (min-width: 1000px){
	.g-bienvenida-amigos-img--lg {
	    position: absolute;
	    bottom: 0;
	    right: -50px;
	    max-width: 500px;
	}
	.g-cuenta-img--lg {
	    position: absolute;
	    bottom: 0;
	    right: 100px;
	    max-width: 400px;
	}
}

@media (min-width: 1900px){
	.g-bienvenida-amigos-img--lg {
	    position: absolute;
	    bottom: 0;
	    right: 300px;
	    max-width: 500px;
	}
}

@media (min-width: 1200px) {
	.g-container-bienvenida-amigos {
		position: absolute;
		bottom: 15%;
		left: 20%;
		max-width: 500px;
	}

	.g-bienvenida-amigos-img--xl {
		position: absolute;
		bottom: 0;
		right: 249px;
		max-width: 500px;
	}

}
