.results-quote-section{
	padding: 0 120px;
	background: linear-gradient(180deg, #252A3A 50%, #181625 100%);
}

 .results-quote {
  display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr; 
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  height: 100%;
  overflow: hidden;
}

.div1-quote  { grid-area: 1 / 1 / 2 / 2; }
.div2-quote { grid-area: 1 / 2 / 2 / 3; } 


.div1-quote {
		width: 100%;
		min-height: 280px;
}

.div1-quote .game-screen{
    max-width: 340px;
    width: 100%;
    border-style: solid;
    border-color: #384156;
    border-width: 11px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    position: absolute;
    top: 40px;
    right: 50px;

}

.game-stats-pt{
margin: 20% -20px auto auto;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 50%;
height: 180px;
width: 180px;

align-items: center;
display: flex;
}

.game-stats-pt p{
text-align: center;
padding: 1em;
margin: auto;
font-size: 16px;
font-family: var(--font-wt-Heavy);

}

.game-logo-pt {
  border-radius: 24px;
  max-width: 100px;
  position: absolute;
  bottom: 70px;
  left: 25%;
}

.div2-quote{
	color: #fff;
	padding: 116px 0;
}

.footer-quote{
	display: inline-flex;
	width: 100%;
}

.footer-quote img{
	max-width: 180px;
}

.footer-quote-text{
	display: flex;
	width: 100%;
    justify-content: space-between;
}

.speaker-quote-text{
	width: 70%;
}

.speaker-quote-text p{
	margin-bottom: 8px;
}

@media screen and (max-width: 1315px) {
	.game-logo-pt {

  left: 10%;
}
}

@media screen and (max-width: 1170px) {
	.game-logo-pt {

  left: 2%;
}
}
@media screen and (max-width: 1000px) {
  .game-stats-pt p {
  text-align: center;
  margin: auto;
}

 .results-quote {
grid-template-columns: 1fr;
grid-template-rows: initial; 
}

.div1-quote { grid-area: 2 / 1 / 3 / 2; }
.div2-quote{ grid-area: 1 / 1 / 2 / 2; } 

	.div1-quote img{
		width: 100%;
	margin: auto;
margin-bottom: 0;

}
.results-quote-section{
	padding:  80px 56px 0 56px;

}

.div2-quote{
	padding: 0; 
}
.div1-quote .game-screen {

  top: 40px;
  right: 0;
  left: 50px;
}

.game-stats-pt {
  margin: 12% 15% auto auto;
  }
.results-quote .div1-quote{
	min-height: 480px;
}
.game-logo-pt {
  border-radius: 24px;
  max-width: 100px;
  position: absolute;
  bottom: 70px;
  left: 190px;
}
.div1-quote .game-screen {
  max-width: 310px;
  }

}

@media screen and (max-width: 760px) {
.results-quote-section {
	padding:  64px 32px 0 32px;
	background-color: #F7F8FC;
}
.div1-quote img{
	margin-bottom: 0;
}
.speaker-quote-text{
	display: block;
}
.results-quote .div1-quote{
	min-height: 280px;
}

.div1-quote .game-screen {
  max-width: 180px;
  }

	.game-logo-pt {
max-width: 60px;
}
.game-stats-pt{
    width: 105px;
  height: 105px;
margin-left: 60%;
}

.game-stats-pt p{
font-size: 9.375px!important;
}

.game-logo-pt {
  border-radius: 15px;
  max-width: 59px;
  position: absolute;
  bottom: 70px;
  left: 25%;

}

.footer-quote-text{
  display: block;
}

}
