/*! Place your custom styles here */

/* Adds line breaks so that long words don't break layout */
body {
    overflow-wrap: break-word;
}

/* Line this icon up better with button content */
.btn--icon .icon-Old-Telephone {
    line-height: 2;
}

/* Break text in buttons so that they don't break layout on mobile */
@media (max-width: 767px) {
    .btn {
        white-space: normal;
    }
}


.height-section-padding {
    padding: 5em 0;
}

@media all and (max-width: 767px) {
    .height-section-padding {
        padding: 4em 0;
    }
}

.btn-blue-custom{
	background-color:#1FA2BD;
	color: white;
}
.white-text{
	color: white;
}

@media (max-width: 575.98px) {
	.notification {
		max-width: 87vw;
	}
}
