
.manager{ display: table; width: 100%;}
.manager .images-manager, .manager .text-manager{ display: table-cell; padding: 8px; vertical-align: top; line-height: 1.5;}
.manager .text-manager .greeting{ font-size: 18px; }
.manager .text-manager p{ color: #000; font-weight: bold; margin: 8px auto;}
.manager .text-manager .button-management{ background: #52a8fc; color: #fff; float: right; display: inline-block; font-size: 16px; padding: 2px 13px; border-radius: 20px; font-weight:300; letter-spacing:0.2px;}

.business-content .title-search{ padding: 4px; text-align: left; margin: 10px 0;  color: #000;     font-size: 18px;}
.business-content .title-search i{ font-size: 18px; color: #343998;}
.business-content .img-business img{ width: 100%;}

.business-content .company-profile{ background: #e4f4fe; border-radius: 22px;}
.business-content .company-profile ul{ display: table; width: 100%;}
.business-content .company-profile ul li{ display: table-row;}
.business-content .company-profile ul li div{ display: table-cell; padding: 12px; border-bottom: 1px solid #fff; line-height: 1.5; font-size: 14px;}
.business-content .company-profile ul li div:first-child{ width: 150px; text-align: right;}


@media( max-width:768px){
  .manager .images-manager, .manager .text-manager{ display: block; width: 100%;}
  .manager .images-manager { text-align: center;}
}
