.section5{min-height:100vh;background-color:var(--black);position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;border-bottom:2px solid rgb(107,107,107);border-top:2px solid rgb(107,107,107)}.add-space{margin-bottom:2em}.top-section{padding:2em 0}.last-sentence{margin-bottom:1em}.final-page-button{display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width:1000px){.section5{padding-top:1em;padding-bottom:1em}.top-section{text-align:center}}.fwrap{width:100%;height:100%;border:2px solid white}.fimg{min-height:550px;width:100%;object-fit:cover;display:block}.fwrap{position:relative}.fcap{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;text-align:center;visibility:none;opacity:0;transition:opacity .5s}.fwrap:hover .fcap{visibility:visible;opacity:1}@media screen and (min-width:1000px){.fimg{width:100%;max-height:550px;object-fit:contain}}