.result {
	background-color: rgba(24, 28, 30, 1);
}
.result .result_h2 {     text-align: center;
	font-size: 40px;
	line-height: 54px;    max-width: 68%;font-weight: 700;
	margin-bottom: 52px;
	text-transform: uppercase;
margin-right: auto;margin-left: auto;
}

.result .container {
	align-items: normal;
}
.result__wrapper {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}

.result__item {
	width: 47%;
	max-width: 47%;    background: rgba(47, 54, 58, 1);
	padding: 23px 35px 27px 20px;
	border-radius: 30px 0px 30px 0px;border-bottom: 6px solid rgba(215, 37, 40, 1);
}

.result__header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;    justify-content: center;

}
.result__header__title {    margin-bottom: 0;  font-family: TT Runs;font-weight: 500;
	font-size: 16px !important;
	max-width: 100%;
	text-align: left;    color: #ffffff;      z-index: 1;
  }
.result__header .title {
	margin-bottom: 0;
	font-size: 13px !important;
	font-weight: 700;
}

.result__row {
	display: flex;
	align-items: center;
}

.result__row .flag{
	max-width: 54px;
	margin-right: 10px;
}

.result .name {
	font-weight: 800;

	font-size: 16px;
	margin-bottom: 5px;line-height: 16px;
}

.result__text .club {
	font-size: 12px; font-family: TT Runs;
}



@media (max-width: 1030px) {
	.result .result_h2 {  font-size: 30px;line-height: 40px;    max-width: 51%;
	}
	.result {  padding-top: 38px !important; padding-bottom: 38px !important;}
}
@media (max-width: 940px) {
	.result .result_h2 {      max-width: 64%;}
	.result__item {      max-width: 52%;
		width: 32%;}
}
@media (max-width: 768px) {
	.result .result_h2 {      max-width: 100%;margin-bottom: 30px}
	.result {      padding-top: 60px !important;
		padding-bottom: 60px !important;}


}
@media (max-width: 600px) {
	.result__item {     max-width: 64%; width: 65%; }

}
@media (max-width: 400px) {
	.result {  padding-top: 30px !important; padding-bottom: 30px !important;}
}


@media (min-width:767px) {
	.result .title{
	  font-size: 25px;
	}

	.result__wrapper {
		justify-content: space-between;
		gap:20px 10px;
		margin-bottom: 60px;
	}

	.result__item {
		max-width: 23%;
		width: 23%;
	}
}