

.form-infoSection.contents {
	max-width: 900px;
}

.form-infoSection #direct-mail {
    width: 200px;
    display: flex;
}

#direct-mail i {
    font-size: 1.7rem;
    margin: 3px 5px 0 0;
}
:host,:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}
.fa-envelope:before {
    content: "\f0e0"
}

.fa-solid {
	font-family: "Font Awesome 6 Free";
  font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display,inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
