body.widget-snippet .tailored-service .full-content .top-content p,
body.widget-snippet .tailored-service .full-content .middile-content .single-item a p{
  opacity: unset;
}
body.widget-snippet .tailored-service .full-content .middile-content .single-item {
  padding:10px;
}
.tailored-service {
  padding: 100px 0;
}
.tailored-service .full-content {
  max-width: 1400px;
  margin: 0 auto;
}
.tailored-service .full-content .top-content {
  padding: 0 0 40px;
}
.tailored-service .full-content .top-content h2 {
  padding: 0;
  margin: 0;
  color: #171733;
  text-align: center;
  font-family: 'Armin Grotesk';
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.tailored-service .full-content .top-content p{
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  font-family: Armin Grotesk;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  opacity: 0.85;
}
.tailored-service .full-content .middile-content {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-gap: 40px;
  margin: 0 0 45px;
}
.tailored-service .full-content .middile-content .single-item a{
  width:100%;
  height: 100%;
   text-decoration: none; 
  background: transparent;
  padding: 0;
  max-width: 100%;
}
.tailored-service .full-content .middile-content .single-item {
  margin: 0 0 30px;
}
.tailored-service .full-content .middile-content .single-item a img{
  border-radius: 6px;
}
.our-laundry-service .full-content .middile-content .single-item:hover a img{
  opacity: 0.7;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tailored-service .full-content .middile-content .single-item a h3{
  margin:30px 0 0;
  padding:0;
  color: #000;
  text-align: center;
  font-family: 'Armin Grotesk';
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.tailored-service .full-content .middile-content .single-item:hover h3{
  color:#024F82;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tailored-service .full-content .middile-content .single-item a p{
  margin:0;
  padding:0;
  color: #000;
  text-align: center;
  font-family: 'Armin Grotesk';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}
.tailored-service .full-content .bottom-content{
  max-width: 880px;
  margin: 0 auto;
}
.tailored-service .full-content .bottom-content p{
  padding: 0 0 20px;
  margin: 0;
  color: #171733;
  text-align: center;
  font-family: 'Armin Grotesk';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;  
}
.tailored-service .full-content .bottom-content a {
  margin: 10px auto 0;
  display: block;
}

@media screen and (max-width: 1400px) {
.tailored-service .full-content {
  max-width: 1300px;
}

}
@media screen and (max-width: 1300px) {
.tailored-service .full-content {
  max-width: 1200px;
}

}
