@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
.rep_card{
  background: -webkit-linear-gradient( top left, rgb(210, 255, 218) 38% , rgba(61, 172, 52, 0.83));
  background:linear-gradient( top left, rgb(210, 255, 218) 38% , rgba(61, 172, 52, 0.83));
  width: 700px;
  margin: 10px auto;
  padding:10px 20px;
  border: 1px solid #BAB8B8;
  position: relative;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{border:0px ;}
.rep_card .td_img{width: 150px;text-align: center;}
.card._img {
    width: 125px;
}
td.td_img a {
  text-decoration: none;
  font-weight: 600;
  color: #051C5A;
  display: block;
  margin-top: 5px;
}
.rep_card .td_img .logo_img{margin-top: 10px;}
td.card_content {
  text-align: center;
}
td.card_content h5 {
  font-size: 20px;
}
td.card_content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-top: 25px;
}
td.card_content p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 36px;
  color: #051C5A;
}
.card_content .name{
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
  color: #051C5A;
  margin-right: 36px;
}
.card_content .deg{
  text-align: right;
  margin-right: 36px;
  font-size: 14px;
  font-weight: 600;
  color: #051C5A;
}
p.rep_text {
  position: absolute;
  bottom: 3px;
  text-align: center;
  left: 0;
  right: 0px;
  font-size: 15px;
    color: #313030;
}
/* second block */
.rep_denmark {
    margin: 20px 0px;
}
.rep_block_two {
  text-align: center;
}
.rep_block_two h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 9px;
}
.rep_block_two p{
  font-size: 14px;
  font-weight: 600;
  color: #051C5A;
}
.rep_block_two a {
  font-weight: 600;
  color: #0459A2;
  text-decoration: underline;
}
.rep_block_two .rb_image{
  width: 50px;
  height: 280px;
  margin: 0 auto;
}
.logo_img1 {
    width: 185px;
} 
.card_outer table {text-align : center;}