.PFA {
	background: #051438;
	color: #fff;
	position: relative;
}

.PFA .b-frame::before,
.PFA .b-frame::after {
	content: "";
	display: block;
	overflow: hidden;
}

.PFA .b-column:last-child {
	align-self: flex-end;
}

.PFA .content {
	position: relative;
}

.PFA .content h5 + p .b-button {margin-top:15px;}
.PFA .content p + p .b-button {margin-top:10px;}

.PFA .image .b-image {overflow:visible;}
.PFA .image .b-image img {filter:drop-shadow(15px 15px 70px rgba(0,0,0,0.15)); will-change:filter;}

.PFA.alt-home .image {position:relative; max-width:540px; transform:translate(40px, 0);}
.PFA.alt-home .image .b-image {overflow:hidden; border-radius:100%; transform:translate(0,0);}
.PFA.alt-home .image img {filter:none;}
.PFA.alt-home .deco-home {
	position: absolute;
	top: -17%;
	left: -26.5%;
	bottom: -23%;
	right: -22.5%;
	background: no-repeat url(images/deco-home.svg);
	background-size: contain;
}

.PFA.alt-home .deco-home .bubble {
	position: absolute;
	width: 30%;
	height: 9%;
	border-radius: 10px;
	background: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 15px 70px rgba(0,0,0,0.15);
}

.PFA.alt-home .deco-home .bubble h6 {
	opacity: 0.6;
	text-align: center;
	line-height: 1.1;
}

.PFA.alt-home .deco-home .bubble::after {
	content: "";
	display: block;
	border: 10px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -1px 0 0 -5px;
}

.PFA.alt-home .deco-home .bubble:nth-child(1) {bottom:41%; left:8%;}
.PFA.alt-home .deco-home .bubble:nth-child(2) {bottom:28.5%; left:12%;}
.PFA.alt-home .deco-home .bubble:nth-child(3) {bottom:16%; left:16%;}
.PFA.alt-home .deco-home .bubble:nth-child(3)::after {display:none;}

@media screen and (min-width: 901px) {
	.PFA {margin-bottom:100px;}
	.PFA .b-frame {padding-bottom:80px !important;}
	.PFA .image {margin:-50px 0 -180px 0;}
}

@media screen and (min-width: 1501px) {
	.PFA {border-radius:0 0 0 150px;}
	.PFA .b-columns {min-height:410px;}
	.PFA .image {margin-right:-100px; position:relative;}

	.PFA.alt-home .image {transform:translate(75px, -25px); margin-right:-50px;}
	.PFA.alt-home .image::before {
		content: "";
		display: block;
		position: absolute;
		top: -60px;
		left: 400px;
		width: 400px;
		height: 400px;
		border-radius: 100%;
		border: 35px solid #FF5757;
	}
}

@media screen and (max-width: 1200px) {
	.PFA .content br {display:none;}
	.PFA .content * {margin-right:0 !important}
	.PFA.alt-home .deco-home .bubble h6 {font-size:14px;}
}

@media screen and (max-width: 900px) {
	.PFA {padding-bottom:0;}
	.PFA .container {margin:0 -60px; padding:60px;}
	.PFA .image {margin:30px 0 0 0;}
	.PFA .content h5 + p .b-button {margin-top:10px;}
	.PFA .content p + p .b-button {margin-top:5px;}

	.PFA.alt-home .image {transform:scale(0.85);}
}
