#azubi_apprenticeship_banner{
	background: #F8F7FC;
}
.azubi_apprenticeship_title{
	position: relative;
}
.azubi_apprenticeship_title h1{
	margin-bottom: 12px;
	color: #1A1A1A;
	line-height: 110%;
	font-size: 72px;
	font-weight: 800;	
	text-align: center;	
}
.azubi_apprenticeship_title h1 span{
	color: #3551E5;
}
.azubi_apprenticeship_title .star_2 {
	position: absolute;
	top: -16px;
	right: 0;
}
.azubi_apprenticeship_title .star_1 {
	position: absolute;
	bottom: -10px;
	left: -10%;
}
.azubi_apprenticeship_logo_points_container{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 682px; /* Adjust width as needed */
  height: 363px; /* Adjust height as needed */
  margin: 0 auto;
}

/* Styling for the circle in the center */
.azubi_apprenticeship_logo_points_container .circle {
	position: absolute;
	width: 110px;
	height: 110px;
	background-color: white;
	border-radius: 50%;
	z-index: 1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.azubi_apprenticeship_logo_points_container .circle{
	display: flex;
  align-items: center;
  margin: auto;	
}
.azubi_apprenticeship_logo_points_container .circle span{
	margin: auto;
}
.azubi_apprenticeship_logo_points_container .circle span img{
	height: 50px;
}

/* Styling for each box */
.azubi_apprenticeship_logo_points_container{
	margin-bottom: 90px;
	margin-top: 80px;
}
.azubi_apprenticeship_logo_points_container .box {
	position: absolute;
	max-width: 285px;
	width: fit-content;
	padding: 16px 31px;
	background-color: white;
	border-radius: 16px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	z-index: 2;
	text-align: center;
/*	color: ;*/
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #101010;
}
.azubi_apprenticeship_logo_points_container .box span{
	color: #6663F3;
}


/* Position each box around the circle */
.azubi_apprenticeship_logo_points_container .top-left {
	top: -5px;
	left: 60px;
}
.azubi_apprenticeship_logo_points_container .top-left::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: white;
}
/* Optional: Add a shadow around the tail */
.azubi_apprenticeship_logo_points_container .top-left::before {
	content: "";
	position: absolute;
	bottom: -24px;
	right: 36px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: white;
}
.azubi_apprenticeship_logo_points_container .top-right {
	top: 60px;
	right: -15px;
}

.azubi_apprenticeship_logo_points_container .top-right::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: white;
}

/* Optional: Add a shadow around the tail */
.azubi_apprenticeship_logo_points_container .top-right::before {
	content: "";
	position: absolute;
	left: -23px;
	bottom: 20px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-right-color: white;
}

.azubi_apprenticeship_logo_points_container .bottom-left {
	bottom: 50px;
	left: 5px;
	width: 270px;
}
.azubi_apprenticeship_logo_points_container .bottom-left::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 35%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-width: 10px 0 10px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}
.azubi_apprenticeship_logo_points_container .bottom-right {
	bottom: 4px;
	right: 65px;
	width: 270px;
}
.azubi_apprenticeship_logo_points_container .bottom-right::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 15%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
}
.azubi_apprenticeship_why_us .description_section{
	padding-left: 40px;
	margin: 40px 0;
}
.azubi_apprenticeship_why_us .azubi-titles,
.azubi_apprenticeship_why_us .azubi-titles span{
	color: #1A1A1A;
}
.azubi_apprenticeship_why_us .azubi-titles div span{
	color: #3551E5;
  	font-weight: 600;
  	font-size: 44px;
  	line-height: 120%;
  	text-transform: unset;
  	letter-spacing: 0;
}
.azubi_apprenticeship_why_us .description_section p{
	display: block;
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #1A1A1A;
	opacity: 80%;	
}
.azubi_apprenticeship_why_us{
	padding-top: 140px;
	padding-bottom: 150px;
}
.azubi_apprenticeship_why_us .image_section{
	background: url(/azubi_website/static/src/img/default/apprenticeship_why_us.jpg);
	height: 100%;
	background-size: cover;
	border-radius: 30px;
	background-repeat: no-repeat;
	position: relative;
}


.azubi_apprenticeship_why_us .image_section img {
	position: absolute;
	bottom: -55px;
	left: 8%;
}