.block_e97ba55123af4ce480b62ce34979544c{
    text-align: center;
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_f441e7fa5863413c8918aa948827f9e4{ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f441e7fa5863413c8918aa948827f9e4 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}


.accordion {
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  background-color: #34495e;
  color: #fff;
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  font-size:32px;
  justify-content: center;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.bold-content{
  font-size:20px;
  font-weight:bold;
}
.sub-bold-content{
  font-size:16px;
  font-weight:600;
}

@media(max-width:767px) {
.accordion-item-header {

  line-height: 1.50rem;
  font-size:18px;

}
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;800;900&display=swap');










/* Homepage services - Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_a3494b0522134bcc878d92647e1ef908 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_a3494b0522134bcc878d92647e1ef908 > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}

/* Change item class here */
.items_a3494b0522134bcc878d92647e1ef908 > .item a.button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; 
}

/* Change item class here */
.items_a3494b0522134bcc878d92647e1ef908 > .item p {
    margin-bottom: 20px;
}