/*Paragraph Spacing*/
body p {
margin: 0;
padding: 0;
}

/*Boxed Div*/
.boxedborder {
    background-color: #fff; /* White background */
    color: #666;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); /* Box shadow color set to #FFC700 with 0.5 opacity */
    padding: 10px;
}

/*Button to Div Bottom*/
.bottomdiv {
display: flex; 
  flex-direction: column;}
.buttondiv {
  margin-top: auto;
}

/*Intro Blog Remove Top Border*/
.boxed .blog-item {
box-shadow: 0 0 2px rgba(51, 57, 66, 0.1), 0 2px 5px rgba(51, 57, 66, 0.08), 0 5px 15px rgba(51, 57, 66, 0.08);
  margin-bottom: 20px;
  margin-top: 20px;
}

/*Home Service Titles Height*/
.homeservicetitle {
    height: 80px; 
    display: flex;
    align-items: top; /* Vertically alight the text */
  justify-content: center; /* Horizontally center the text */
}

/* Blog Layout for Services Only 

.itemid-320 .tck-blog .item-image img {
  	float: left;
	width: 230px;
  	padding-right: 20px;
}
.itemid-320 .tck-blog .tck-article {
  	display: block;
    border-bottom: #2da0ce 0.5px solid;
    margin-bottom: 10px;
  	text-align: left;
}*/