diff --git a/src/components/Candidate/Candidate.js b/src/components/Candidate/Candidate.js
index 67c6bcb5..8e8eee7c 100644
--- a/src/components/Candidate/Candidate.js
+++ b/src/components/Candidate/Candidate.js
@@ -1,5 +1,5 @@
 import React, { useEffect } from 'react';
-import { useHistory, useParams } from 'react-router-dom';
+import { useHistory, useParams, Link } from 'react-router-dom';
 import { useSelector, useDispatch } from 'react-redux';
 import { currentCandidate, selectCurrentCandidate } from '../../redux/outstaffingSlice';
 import style from './Candidate.module.css';
@@ -113,9 +113,11 @@ const Candidate = () => {
                 ) : (
                   
Описание отсутствует...
                 )}
-                
+                
+                  
+                
                 
               
             
diff --git a/src/components/Candidate/Candidate.module.css b/src/components/Candidate/Candidate.module.css
index da0ab9a8..e0758cd9 100644
--- a/src/components/Candidate/Candidate.module.css
+++ b/src/components/Candidate/Candidate.module.css
@@ -222,6 +222,7 @@
   margin-top: 60px;
   border-radius: 10px;
   margin-bottom: 60px;
+  flex-wrap: wrap;
 }
 
 @media (max-width: 575.98px) {
diff --git a/src/components/Description/Description.js b/src/components/Description/Description.js
index d94b8cdc..8738e68a 100644
--- a/src/components/Description/Description.js
+++ b/src/components/Description/Description.js
@@ -43,11 +43,13 @@ const Description = ({ onLoadMore }) => {
                   
                   
                   
-                    {el.skillValues.map((e) => (
-                      
-                        {e.skill.name}
-                      
-                    ))}
+                    
+                      {el.skillValues.map((e) => (
+                        
+                          {e.skill.name}
+                        
+                      ))}
+                    
                      
                   
-                    {el.skillValues.map((e) => (
-                      
-                        {e.skill.name}
-                      
-                    ))}
+                    
+                      {el.skillValues.map((e) => (
+                        
+                          {e.skill.name}
+                        
+                      ))}
+                    
                     