.slottreport-box{
	margin-bottom: 110px;	
}
.blue-box h3{
	color: #FFFFFF;
	margin-bottom: 0;
}
.blue-box p, .blue-box{
	color: #FFF;
}
.blue-box a:not([class]){
	color: #FFF;

}
.blue-box h4{
	text-transform: inherit;
	color: #FFF;
	font-family: Roboto;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	letter-spacing: 0.1px;
}
.slottreport__head{
	display: flex;
	align-items: center;
	margin-bottom: 47px;
	padding-bottom: 64px;
	position: relative;

}
.slottreport__head-line{
	position: absolute;
	width: calc(100% + 188px);
	height: 1px;
	background:	#001D3D;
	bottom: 0;
	left: 50.68%;
	transform: translateX(-50%);
}
.slottreport__head	img{
	max-height: 82px;
	margin-right: 65px;
}
.slottreport__col img{
	width: 100%;
}
.slottreport__col{
	text-align: center;
}
/*.slottreport__wrap{
	display: grid;
    grid-template-columns: repeat(2,minmax(0, 1fr));
    grid-column-gap: 70px;
    align-items: center;
}*/
.slottreport__wrap p{
	font-family: "Noto Sans";
}
 .slottreport__link{
	color: #fff;
    font-weight: bold;
    font-family: "Noto Sans";
}
 .slottreport__link:hover{
 	color: #5B94D0;
 }
.slottreport__link svg{
	max-width: 27px;
    height: auto;
    margin-left: 15px;
}
.slottreport-box .btn-container{
	margin-top: 60px;
}
@media (max-width: 850px) {
	.slottreport__head-line{
		width: calc(100% + 92px);
	}
}
@media (max-width: 800px) {
  .slottreport__head{
    margin-bottom: 27px;
    padding-bottom: 30px;
  }
  /*.slottreport__wrap{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px;
  }*/
  .slottreport__col:last-child{
    order: -1;
  }
}
@media (max-width: 560px) {
	.slottreport__head img{
		display: none;
	}
}
@media (max-width: 500px) {
	.slottreport__head-line {
    width: calc(100% + 55px);
  } 
}