h1{
    margin: 0;
}
.entry-content {
 display: flex;
  width: 100%;
  padding: 40px 0;
}
.entry_content_con {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.entry_content_con_box_img {
width: 100%;
  display: flex;
  gap: 50px;
}
.entry_content_con_box_desc {
display: flex;
  width: 100%;
  margin: 40px 0 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #535252;
}
.entry_content_img {
  display: flex;
  width: 50%;
}
.entry_content_img_info {
  display: flex;
  width: 50%;
}
.entry_info {
display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.entry_info_title {
  display: flex;
  justify-content: space-between;
}
.entry_info_box {
  display: flex;
  flex-direction: column;
  flex: 3;
  justify-content: space-between;
}
.entry_info_items {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.entry_info_title_text h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: #535252;
}
#send_bid {
     min-width: 204px;
  min-height: 36px;
    font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  border: 1px solid #00A3FF;
  color: #fff;
  background-color: #00A3FF; 
}
#send_bid:hover{
    background-color: #fff;
    color: #00A3FF;
}
.entry_info_items {
display: flex;
  gap: 30px 80px;
  flex-wrap: wrap;
  align-items: center;
}
.entry_info_item {
 display: flex;
  gap: 20px;
  align-items: center;
  width: calc(50% - 76px);
}
.entry_info_item span {
  display: inline-flex;
}
.entry_info_box_btn a {
  min-width: 284px;
  min-height: 36px;
  font-family: "Montserrat", Sans-serif;
  font-weight: 500;
  border: 1px solid #00A3FF;
  color: #fff;
  background-color: #00A3FF;
}
.entry_info_box_btn a:hover{
  color: #00A3FF;
  background-color: #fff;
}
.entry_info_item_text {
  font-weight: 700;
}



@media screen and (max-width: 770px) {
.entry_content_con_box_img {
  width: 100%;
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.entry_content_img {
  width: 100%;
}
.entry_content_img_info {
  width: 100%;
}
.entry_info_title {
  flex-direction: column;
  gap: 20px;
}
.entry_info_items {
gap: 20px 0;
    flex-direction: column;
    align-items: unset;
}
.entry_info_item {
  width: 100%;
}
.entry_info_box {
  gap: 20px 0;
}
}