.blurb {
	padding: 88px 74px;;
}

.blurb h2 {
	font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;	
}

.blurb h3 {
	max-width: 440px;	
	font-size: 36px;
	line-height: 46px;
	font-weight: 600;
	color: white;
	margin-bottom: 36px;
}

.blurb-wrapper {
	width: 591px;
	height: auto;
	border-radius: 30px;
	padding: 47px;
}

.blurb-bump {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blurb-text {
	font-family: 'stolzl';
	font-size: 14px;
	line-height: 18px;
	color: white;
	text-align: center;
	font-weight: 200;
}

.blurb-item {
    text-align: center;
    padding: 5px;
    min-height: 168px;
}

.blurb-item img {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.blurb, .blurb-wrapper {
     	margin: 48px auto;
	}
	.blurb .blurb-bump {
		display: none;
	}
}

.blurb-t1 {
	background-color: #F2E1BB;
	padding: 56px 0;
	text-align: center;
}

.blurb-t1 h2 {
    font-size: 30px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (min-width: 768px) {
	.blurb-t1 h2 {
		font-size: 48px;
	}
}

.blurb-t1 h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 18px;
}

.blurb-t1 p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
}

.blurb-t1 .item-wrapper {
    background-color: white;
    width: 250px;	
    padding: 34px 20px;
    border-radius: 30px;
	min-height: 353px;
	border-bottom: 12px solid;
	margin: 0 8px 16px;
	height: 100%;
	display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.blurb-t1 .item-wrapper img {
	margin-bottom: 17px;
}

.blurb-t1 .item-wrapper p {
    font-size: 14px;
    line-height: 18px;	
}

.blurb-t1 .blurb-item-container div:nth-child(1) .item-wrapper, .blurb-t1 .blurb-item-container div:nth-child(5n) .item-wrapper {
	border-color: #43B02A !important;
}


.blurb-t1 .blurb-item-container div:nth-child(2) .item-wrapper, .blurb-t1 .blurb-item-container div:nth-child(6n) .item-wrapper {
	border-color: #DD265D !important;
}

.blurb-t1 .blurb-item-container div:nth-child(3) .item-wrapper, .blurb-t1 .blurb-item-container div:nth-child(7n) .item-wrapper {
	border-color: #129BDB !important;
}

.blurb-t2 h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 56px;
}

.blurb-t2 h3 {
	color: white;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 30px;
}

.blurb-t2 h4 {
	color: #43B02A;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}

.blurb-t2 { 
	padding: 72px 20px;
}

.blurb-t2 .blurb-container {
	background-color: #43B02A;
	padding: 52px 10px;
	margin: auto;
	border-radius: 30px;
}

.blurb-t2 .item-wrapper {
    width: 194px;
    min-height: 172px;
    margin: 20px auto;
    background-color: white;
    text-align: center;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blurb-t2 .item-wrapper img {
	margin-bottom: 17px;
}

.blurb-t3 .b-col {
	min-width: 340px;
	padding: 10px;
}

.blurb-t3 .b-wrapper {
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 360px;
    justify-content: flex-start;
	height: 100%;
}

.blurb-t3 .b-wrapper h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 15px;
}

.blurb-t3 .b-wrapper p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;	
}

.blurb-t3 .b-wrapper .b-icon {
	margin-bottom: 20px;
}

.blurb-t4 .cont-wrapper {
    max-width: 390px;
    margin: 35px auto;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
}

.blurb-t4 .row {
	min-height: 430px;
}

.blurb-t4 .cont-col {
	display: flex;
}

.blurb-t4 .img-col {
    background-size: cover;
    background-position: center;
}

.blurb-t4 .b-icon {
	margin-bottom: 28px;
}

.blurb-t4 h2 {
	font-size: 46px;
	line-height: 54px;
	font-weight: bold;	
}

@media only screen and (max-width: 992px) {
	.blurb-t4 h2 {
		font-size: 26px;
		line-height: 32px;
	}	
}