.msd-container {
    padding: var(--cmty-msd-container-p);
}
.msd-postion-relative {
  position: relative;
}
.msd-border-bottom {
  border-bottom: 1px solid var(--cmty-neutrals-web-gray10);
}.msd-bgColor-blue
{
	background: var(--cmty-communication-blue-shade30);
}
.msd-bgColor-green {
  background: var(--cmty-success-green);
}.msd-bgColor-red
{
	background: var(--cmty-error-red);
}.msd-bg-gray
{
	background-color: var(--cmty-neutrals-web-gray20);
}.msd-flex
{
	display: flex;
}.msd-flex-wrap
{
	flex-wrap: wrap;
}.msd-justify-content-center
{
	justify-content: center;
}.msd-justify-content-end
{
	justify-content: flex-end;
}.msd-align- items-center
{
	align-items: center;
}.msd-align-items-start
{
	align-items: flex-start;
}.msd-align-items-end
{
	align-items: flex-end;
}.msd-align-items-baseline
{
	align-items: baseline;
}.msd-justify-content-between
{
	justify-content: space-between;
}.msd-flex-grow
{
	flex-grow: 1;
}.msd-flex-end
{
	justify-content: flex-end;
}
.banner-content h1 + p {
  font-size: var(--cmty-font-size-lg);
  line-height: 24px;
  color: var(--cmty-black);
  width: 100% ;
 font-weight: normal;
}.msd-relative
{
	position: relative;
}.msd-flex
{
	display: flex;
}.msd-align-items-center
{
	align-items: center;
}.msd-justify-content-between
{
	justify-content: space-between;
}
.msd-flex {
 display: flex;
}
.msd-flex-wrap {
 flex-wrap: wrap;
}
.msd-justify-content-center {
 justify-content: center;
}
.msd-justify-content-end {
 justify-content: flex-end;
}   
.msd-align-items-center {
 align-items: center;
}
.msd-align-items-start {
 align-items: flex-start;
}
.msd-align-items-end {
 align-items: flex-end;
}
.msd-align-items-baseline {
 align-items: baseline;
}
.msd-justify-content-between {
 justify-content: space-between;
}
.msd-justify-content-start {
 justify-content: flex-start;
}
.msd-flex-grow {
 flex-grow: 1;
}
.msd-flex-end {
 justify-content: flex-end;
}
.msd-flex-break {
 flex-basis: 100%;
}
.msd-flex-gap-32 {
 gap:32px;
}
.msd-flex-gap-12 {
 gap:12px;
}
.msd-flex-gap-6 {
 gap:6px;
}