.product-care {
  max-width: 1100px;
  margin: 0 auto;
}
.product-care .title {
  margin: 80px auto 60px;
  max-width: 1030px;
  text-align: center;
}
.product-care .title h1{
  color: #000;
  text-align: center;
  font-family: Didot;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 1.2px;
  padding:0;
  margin:0 0 23px;
}
.product-care .title p{
  padding:0;
  margin:0 0 15px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.28px;
}
.product-care .title p:last-of-type{
  margin:0;
}

.product-care .content .item {
  display: flex;
  flex-wrap: wrap;
  margin:0 0 100px;
  align-items: center;
}
.product-care .content .item.one .left-part,
.product-care .content .item.two .right-part {
  width: 36%;
}
.product-care .content .item.one .right-part,
.product-care .content .item.two .left-part{
  width: 64%;
}
.product-care .content .item.one .right-part{
  padding: 0 0 0 80px;
}
.product-care .content .item.two .left-part{
  padding: 0 80px 0 0;
}
.product-care .content .item h2{
  color: #000;
  font-family: Didot;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  padding: 0;
  margin:0 0 10px;
}
.product-care .content .item p{
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  margin: 0 0 5px;
}
.product-care .content .item img.bottom-img{
  margin: 24px 0 0;
}
.product-care .bottom-text{
  max-width:520px;
  margin:0 auto 100px;
  text-align:center;
}
.product-care .bottom-text p{
  color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  margin: 0 0 5px;
}
.product-care .bottom-text p a{
    color: #000;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-decoration:underline;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-care .bottom-text p a:hover{
   text-decoration:underline;
  opacity:0.6;
}
