body.widget-snippet .perfume-bottom .single-bottom p{
  padding:10px;
}
.perfume{
max-width: 1100px;
margin:0 auto;
}
.perfume-top {
  display: flex;
    margin: 30px 0 10px;
}

.perfume-bottom {
  margin: 30px 0;
}

.perfume-top .perfume-left {
  margin:0 20px 0 0;
  width: 75px;
  flex: 0 0 75px;
  max-width: 75px;
}
.perfume-top .perfume-left img {
    width:100%;
  height:100%;
  object-fit: cover;
}
.perfume-top .perfume-right {
  width: auto;
  flex: 1 1 auto;
}
.perfume-top .perfume-right h1{
 font-size: 15px; 
  margin: 0;
 line-height: 25px;
 color: #4d4d4d;
 font-weight: 700;
}
.perfume-bottom p{
   font-size: 13px; 
  display: block;
   line-height: 20px;
   color: #4d4d4d;
}
.perfume-bottom .single-bottom p {
  display: flex;
  padding: 0 0 10px 0;
}
.perfume-bottom .single-bottom p b:first-child{
  width: 90px;
  flex: 0 0 90px;
  max-width:90px;
  font-weight: normal;
}
.perfume-bottom .single-bottom p b{
    width: auto;
  flex: 1 1 auto;
    font-weight: normal;
}
