.homeContainer{display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%;background-repeat:no-repeat;background-size:cover}.homeContent{background:#fff;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);border:1px solid hsla(0,0%,100%,.18);padding:3rem;margin:3rem;flex:1 1;color:#212529}.homeContent h1{font-size:2rem;justify-self:center}.homeText{margin:2rem}.homeText h3{font-weight:700;font-size:1.5rem;margin:0 0 1rem;border-bottom:2px solid #212529}.textContainer{padding:1rem;display:flex;justify-content:space-between;align-items:center;height:7rem;background-color:#fcfcfc;cursor:pointer;transition:all .3s}.textContainer:hover{background-color:#bbb}.textContainer h4{font-size:1.2rem;font-weight:500}.textContainer>div.textContainerTitle{display:flex;gap:1rem;align-items:center}.textContainer>span{font-size:1rem;font-weight:500;color:#6c757d}@media only screen and (min-width:1280px) and (max-width:1365px){html{font-size:14px}}@media only screen and (min-width:1366px) and (max-width:1600px){html{font-size:13px}}@media only screen and (min-width:769px) and (max-width:1279px){html{font-size:12px}}@media only screen and (min-width:481px) and (max-width:768px){.textContainer{margin:.5rem}}@media only screen and (min-width:0px) and (max-width:480px){.textContainer{margin:.5rem}.homeContent{margin:0;padding:1rem}}