.another-question .content{display:flex;gap:32px;padding:80px 100px;background:#f7f7f7;border-radius:12px}.another-question .content .text-container{display:flex;flex-direction:column;gap:24px;width:470px;align-items:flex-start}.another-question .content .text-container .title{display:flex;flex-direction:column;gap:20px}.another-question .content .text-container .title .blue{color:#0e92fa}.another-question .content .text-container .text,.another-question .content .text-container .title .text{color:#666}.another-question .content .text-container .text .link{color:#0e92fa;transition:.3s}.another-question .content .text-container .text .link:hover{color:#3ea8fb}.another-question .content .text-container .input-form{display:flex;flex-direction:column;gap:10px;width:80%}.another-question .content .text-container .input-form .label{display:flex;flex-direction:column;color:#8f8f8f;padding:0;margin:0}.another-question .content .text-container .input-form .label .input{width:100%;padding:4px 0 12px;border-bottom:.5px solid #d2d2d2;background-color:transparent;box-sizing:border-box;resize:none;scrollbar-width:none;color:#202020}.another-question .content .text-container .input-form .label-off{color:transparent}.another-question .content .text-container .input-form .input::placeholder{color:#202020}.another-question .content .text-container .input-form .input:hover{border-bottom:.5px solid #0e92fa}.another-question .content .text-container .input-form .input:hover::placeholder{color:#0e92fa}.another-question .content .text-container .button{width:80%;padding:19px;border-radius:6px;background:#0e92fa;color:#fff;transition:.3s}.another-question .content .text-container .button:hover{background:#3ea8fb}.another-question .content .image-container{border-radius:12px;height:auto;width:470px;overflow:hidden}.another-question .content .image-container .image{height:100%;width:auto;max-width:unset;transform:translateX(-10%)}