body {
    font-family: 'Montserrat', sans-serif; 
    background-color: #E5E5E5;
}

/* Main box styles */

.main {
display: flex;
flex-direction: row-reverse;
background-color: #E5E5E5;
width: 1200px;
margin: 0 auto;

}

/* main_content styles */

.main_content {
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.more_than {
    margin-bottom: 1px;
}


.work {
   padding-top: 30px;
     
}


.period {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #A8A8A8;
    margin-bottom: 5px;

}

.Company_name {
    color: #FB6D3A;
}

.position_text {
    margin-bottom: 45px;
}

.management {
    margin-bottom: 1px;
}

.cources {
    padding-top: 20px; 
}

/* sidebar styles */

.sidebar {
    background-color: #1E2939;
    padding-top: 40px;
    width: 370px;

}

.photo {
    width: 370px;
    margin-bottom: 30px;
}

.CORE_COMPETENCIES,
.TECHNICAL_SKILLS,
.Soft_Skills,
.LANGUAGES,
.CONTACTS {
   margin-left: 30px;
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 24px;
   color: #FFFFFF;
   margin-bottom: 40px; 
   padding-right: 10px;  
}


.sidebar_title {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .item {
    color: #FB6D3A;

  }

  .text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
  }
