.top-sec {
  margin: 10px 0;
  border-top: solid 1px  #c00;
  border-bottom: solid 1px  #c00;
  padding: 5px 2px;
  box-sizing: border-box;
  overflow: hidden;
}
.top-sec .text {
  float: left;
  width: 63%;
}
.top-sec .photo {
  float: right;
  width: 35%;
  text-align: right;
}
.top-sec h3 {
  font-size: 20px;
  font-weight: bold;
  color: #c00;
  background-color: #ededed;
  padding: 2px;
  margin: 0 0 10px 0;
}
@media screen and (max-width:480px) { 
.top-sec .text {
  float: none;
  width: 100%;
}
.top-sec .photo {
  float: none;
  width: 100%;
  text-align: center;
}

}
