
.panel-difference { padding:var(--padding-small) 0 var(--padding-small) 0; background:var(--blue); color:#fff; }
.panel-difference .heading-top { font-size:20px; font-weight:600; line-height:110%; text-transform:uppercase; }
.panel-difference .heading-bot { letter-spacing:-0.52px; margin-bottom:calc(var(--padding-small) - 12px); font-weight:500; }
.panel-difference .row { margin:0 -11px; justify-content: center; }
.panel-difference .col { padding:0 11px; }
.panel-difference .col .inner { border-radius: 12px; border: 1px solid #E0D3B4; margin-bottom:25px; padding:39px 15px 22px 24px; height: calc(100% - 25px); }
.panel-difference .col .inner:before { content:' '; display:block; position:absolute; left:24px; top:-14px; background:url("data:image/svg+xml,%3Csvg width='33' height='31' viewBox='0 0 33 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9606 0.591528C8.13417 1.70454 -1.19443 11.3831 0.124242 22.208C0.473623 25.0731 1.53672 27.7283 3.14631 30.0679C3.39917 30.4351 4.03812 30.4213 4.24476 30.0346C7.55232 23.8546 14.6297 19.2729 23.1902 18.5156C23.1752 18.5167 23.2051 18.5144 23.1902 18.5156C30.1356 17.8879 34.8217 11.7675 31.7942 5.80431C29.9888 2.24727 25.5203 0.194516 20.9606 0.59038V0.591528Z' fill='white'/%3E%3C/svg%3E%0A") 0 0 no-repeat; width:33px; height:30px; }
.panel-difference h4 { min-height:114px; margin:0; padding-right:18px; }
.panel-difference p { min-height:100px; font-size:17px; line-height:1.46; }
.panel-difference p:last-child { margin:0; }


@media (max-width: 767px) {
	.panel-difference h4 { min-height:var(--padding-small); }
	.panel-difference .col { margin-bottom:var(--padding-small); }
	.panel-difference .col .inner { margin:0; height:auto; }
	.panel-difference .col:last-child { margin-bottom:0; }
} 