.connect-title{font-size:60px;margin-bottom:75px;}.connect{width:100vw;height:1080px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--gradient);}.connect form{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;}.form-label{font-family:var(--montserrat);font-size:30px;font-weight:700;}.form-input{width:500px;height:30px;font-family:var(--montserrat);font-size:20px;border:none;border-bottom:2px solid white;margin-bottom:30px;outline:none;background:none;color:white;}.form-input::placeholder{font-family:var(--montserrat);font-weight:700;color:white;}.form-input:focus{border-bottom:3px solid white;}#comments{resize:none;height:60px;}.submit{font-family:var(--montserrat);font-weight:700;color:var(--red);background-color:white;border:none;box-shadow:var(--shadow);height:56px;width:100px;outline:none;}.submit:hover{background-color:transparent;color:white;border:2px solid white;cursor:pointer;transition:1.5s;}.response-message{display:none;color:white;font-family:var(--montserrat);font-weight:700;font-size:20px;margin:20px;}.us{width:100vw;height:450px;position:relative;background:white;display:flex;align-items:center;justify-content:center;}.employee-container{width:900px;height:500px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;z-index:3;}.employee{width:300px;height:350px;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;}.employee-image img{max-height:100%;width:150px;border-radius:50%;}.employee-name h2{font-size:35px;color:var(--red);}.employee-name,.employee-info{flex-direction:column;}.employee-info a{font-family:var(--montserrat);font-weight:500;font-size:16px;color:var(--dark-gray);line-height:30px;}@media screen and (max-width:1000px){.employee-container{width:700px}}@media screen and (max-width:720px){.us{height:720px}.employee-container{height:700px;flex-direction:column}}@media screen and (max-width:550px){.form-input{width:300px}.connect-title{font-size:45px;margin-bottom:50px}.employee-container{width:300px}.employee-info a{font-size:14px}}@media screen and (max-width:370px){.connect-title{font-size:40px}}