.content_company {
  background-color: #edf9fe;
  text-align: center;
  height: 150px;
  width: 90%;
  border: 2px solid rgb(230, 227, 227);
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
}
.image_class {
  margin-top: 30px;
}
.heading {
  margin-top: 10px;
  font-size: 20px;
  text-decoration: none;

}
.content_company:hover {
  border: 3px solid #49c4f9;
}
.button_btn{
  margin-right:20px;
}
 .required label {
    font-weight: bold;
}
.required label:after {
    color: #e32;
    content: ' *';
    display:inline;
}