.profil_flex{
display: flex;    
flex-wrap: wrap;
}

.relab_box {
display: flex;
  gap: 5px;
  margin-top: 5px;
}

.rela_box {
margin-top: 5px;
}

.rela_descr {
height: 79px;
  overflow: auto;
  padding: 0 3px;
  text-align: justify;
}

.relab_box img {
width: 90px;
}

.relaname {
text-align: center;
  background: #41301f;
  color: #f1ecec;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px;
}

.relas{
width: 48%;
height: 280px;
margin: 5px;
}

.relas_td img{
width: 80px;
    height: auto;
}

.relas_innerbox{
overflow: auto;
  height: 250px;
  display: flex;
  flex-wrap: wrap;
}

.relation{
height: 200px; 
overflow: auto;     
}

.relakat{
    color: #f1ecec;
    border-bottom: 1px solid #41301f;
    padding: 8px;
    font-weight: bold;
	text-transform:uppercase;
	font-size:15px;
}

.rela_facts{

color: #333;
font-size: 11px;
text-decoration: none;
display: inline;
text-transform: uppercase;
font-weight: 600;
}  