.news-block-container a.news-item img {
    height: 320px !important;
}

footer .desc {
 margin: 2.5% auto;
	text-align: center;
}



.rounded img {
    border-radius: 25px;
}

.wp-block-button__link {
    color: #fff;
    background-color: unset;
    padding: unset;
    font-size: unset; 
}

a:hover {
  outline: 2px dotted rgb(55, 147, 201);
}

.full-width-bg {
  background-color: #EDF2F7; /* Desired background color */
  padding: 20px 0; /* Example padding */
  position: relative; /* Essential for positioning */
  left: 50%;
  right: 50%;
  margin-left: -50vw; /* Pulls the element to the left edge */
  margin-right: -50vw; /* Pulls the element to the right edge */
  width: 100vw; /* Ensures it spans the full viewport width */
}

.wp-block-button.has-custom-width.wp-block-button__width-100.btn.orange-btn {
	  font-family: Poppins;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    background: #eb6f2d;
    border: 1px solid #eb6f2d;
    padding: 15px 25px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.wp-block-button.has-custom-width.wp-block-button__width-100.btn.orange-btn:hover {
background: transparent;
    color: #293158;
    border-width: 1px;
    border-color: rgb(55, 147, 201);
    outline-offset: 4px;
    outline: 2px dotted rgb(55, 147, 201);
}
.wp-block-button.has-custom-width.wp-block-button__width-100.btn.orange-btn:hover a {
background: transparent;
    color: #293158;
}
.wp-block-button.has-custom-width.btn.orange-btn a:hover {
  outline: unset !important;
	 color: #293158;
}

h2.wp-block-heading.has-text-align-center.orange {
	   font-family: Poppins;
    font-weight: normal;
    font-size: 42px !important;
    text-align: center;
    color: #eb6f2d;
}

/* .block-callout-banner-block.banner-container svg {
    width: 35% !important;
} */