
#linegf2 {
    position: fixed;
    width: 224px;
    height: 195px;
    right: -2%;
    bottom: 60%;
    z-index: 10;

}
#linegf2 img {
	width: 87%;
    margin: 0 auto;	
}

#linegf2 b {
    position: absolute;
    top: 85%;              
    left: 50%;            
	width: 84%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    letter-spacing: 2.5px;
    color: red;	
}
	


@media only screen and (max-width: 1100px) {

#linegf2 img {
	width: 60%;
	margin: 0 auto;	
}

#linegf2 {
    position: fixed;
    width: 224px;
    height: 195px;
    right: -8%;
    bottom: 50%;
    z-index: 10;
	justify-content: center;
	align-items: center;	
}

#linegf2 b {
     position: absolute;
    top: 58%;              
    left: 50%;            
	width: 96%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: red;	

}

}