.living-carpenters-details {
  background: #fff;
  padding: 20px 0 120px;
  border-bottom: 1px solid #e5e5e5;
}
.living-carpenters-details .inner-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.living-carpenters-details .inner-content .left-content {
  width: 45%;
  max-height: 700px;
  overflow: hidden;
}
.living-carpenters-details .inner-content .right-content {
  width: 55%;
  padding: 0 0 0 100px;
}
.living-carpenters-details .inner-content .right-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #221F20;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
}
.living-carpenters-details .inner-content .right-content p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: rgba(34, 31, 32, 0.9);
}
.living-carpenters-details .inner-content .right-content p a{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: rgba(34, 31, 32, 0.9);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: underline;
}
.living-carpenters-details .inner-content .right-content p a:hover{
  color: #484848;
}
.living-carpenters-details .inner-content .right-content p:last-of-type{
  margin: 0 !important;
}
.living-carpenters-details .inner-content .left-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.living-carpenters-details .inner-content .right-content a.contact-btn{
  max-width: 200px;
  height: 56px;
  padding: 15px 10px;
  text-align: center;
  margin: 40px 0 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 0;
  display: block;
  width: 100%;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  background: #221F20;
}
.living-carpenters-details .inner-content .right-content a.contact-btn:hover{
  color: #fff;
  background: #484848;
}
