/*Start Path Block - Desktop*/
	.linked_title_block_list {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		flex-wrap: wrap;
		border-radius: 8px;
		background: #FFF;
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 2px 7px 0 rgba(0, 0, 0, 0.06), 0 12px 22px 0 rgba(0, 0, 0, 0.06);
	}
	.linked_title_block_single[class*="grid"] {
		/*border-right: 1px solid rgb(226, 223, 240);*/
		border-bottom: 1px solid rgb(226, 223, 240);
	    padding: 15px;
	    text-decoration: none;
	    margin-bottom: 12px;
	    max-width: calc(25% - 8px);
	    max-width: 25%;
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	    margin: 0;
	    position: relative;
	} 
	.linked_title_block_single[class*="grid"]:after {
		content: "";
		background: #F0F0F0;
		position: absolute;
		top: 5px;
		right: 0;
		width: 2px;
		height: calc(100% - 10px);
		visibility: visible;
		opacity: 1;

	}
	.linked_title_block_single[class*="grid"]:nth-child(4n + 4):after {
	    display: none;
	}
	.linked_title_block_single[class*="grid-50"] {
		max-width: calc(50% - 5px);
	}		
	.linked_title_block_content h2, .linked_title_block_content h2 a, .linked_title_block_content h3, .linked_title_block_content h3 a {
	    font-family: Outfit;
	    font-weight: 500;
	    font-size: 24px;
	    line-height: 100%;
	    letter-spacing: 0%;
	    color: #2F2C82;
	    margin: 0;
	}    	
	.linked_title_block_content p {
	    font-family: Public Sans;
	    font-weight: 400;
	    font-size: 18px;
	    line-height: 142%;
	    letter-spacing: 0%;
	    color: #4E4E4E;
	    margin: 0;
	}    
	.bordered_form_container iframe[src*="calendly"] {
	    height: 70vh;
	}
	body.single-project .linked_title_block_wrapper {
	    margin-top: 20px;
	}
	.linked_title_block_title h2 {
	    	margin: 0 0 10px;
	    	
		color: #2F2C82;
		font-family: "Public Sans";
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.linked_title_block_icon {
	    width: 45px;
	    height: 45px;
	    padding: 5px;
	    background-color: #f9f9fb;
	    border: 1px solid #f0f0f1;
	    border-radius: 2rem;
	    margin-right: 15px;
	    flex-shrink: 0;
	}
	.linked_title_block_icon img {
	    width: 100%;
	    height: auto;
	}
/*End Linked Title Block - Desktop*/

@media screen and (max-width: 767px) {
	.linked_title_block_single[class*="grid"] {
		max-width: 100%;
	}
	.linked_title_block_single:not(.grid-50):nth-child(3n + 2) {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.linked_title_block_single[class*="grid-50"]:nth-child(2n) {
	    margin-left: 0px;
	    margin-right: 0px;	
	}
}