@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

body {background:#fff;font-family: 'Montserrat', sans-serif;}

p {line-height: 1.5;}

.koraal-pos {position:relative;margin-bottom: -40px;}

.koraal-blue {
  background: #13387f;
  color: #fff;
  padding: 40px;
  height: 290px;
}

.koraal-head {
  position: absolute;
top: 80px;
left: 40px;
font-weight: bold;
color: #fff;
width: 20%;
font-size: 56px;
text-align: left;
text-transform: none;
}

.koraal-logo {margin-left: 40px;}

.koraal-cirkels {float: right;}


/* Desktop  */

@media only screen and (min-width: 1200px) {
	
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
}

/* Tablet  */
@media (max-width: 959px) and (min-width: 769px) {
	
}

/* Mobile Modes */
@media only screen and (max-width: 768px){
    
}
    
@media only screen and (max-width: 480px) {
	
.wrapper_D06A60EF {
    padding-left: 15px;
    padding-right: 15px;
}
	
.koraal-logo {
  margin-left: 0;
}	
	
.koraal-blue {
  background: #13387f;
  color: #fff;
  padding: 10px;
  height: 590px;
}	

.koraal-head {
  position: relative;
  left: 0;
  font-weight: bold;
  color: #fff;
  width: auto;
  font-size: 36px;
  text-align: left;
  text-transform: none;
  margin-left: 0;
  top: 0px;
  background: #13387f;
  margin-bottom: 0px;
  padding-left: 10px;
}
	
    }