.branding-matters-container img.title {
  width: 350px;
  margin: 55px 0 40px 0;
  max-width: 75%;
}

.branding-matters-container h1 {
  text-align: left;
  line-height: 45pt;
  margin-top: 55px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 800;
}


.branding-matters-container h3 {
text-align: center;
  margin-top: 100px;
  font-size: 28pt;
}

.branding-matters-container img {
  width: 100%;
}

.info {
   border-left: 3px #ebebeb solid;
  margin: 15px 0px 0px 0px;
  padding: 0 25px;
   max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease-out;
}



.deco-banner {

    transition: 0.4s;
  text-align: left;
  width: 100%;
position: relative;
  left: 50%;
  transform: translateX(-50%);
}


.deco-title, .learn-more {
  
  position: absolute;
margin-left: 25px
}

.deco-title {
  top: 37%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 12pt;
    color: white;
  text-transform: uppercase;
}

.learn-more {
  top: 68%;
  transform: translateY(-50%);
  color: black;
  background-color: white;
  border-radius: 2px;
  padding: 3px 7px;
  font-size: 8pt;
}



.stitch{
margin-top: 50px; 
}


ul {
  margin: 25px 0px;
  padding: 0;
}




.active, .deco-banner:hover {
 width: 103%;
  transition: 0.5s;
}


.deco-image {
  display: inline-block;
  min-width: 200px;
  margin: 20px 20px 20px 0;
  width: 20%;
    max-width: 250px;
}

/*
div:nth-child(1 of .deco-image){
  margin-left: 0px;
}
*/
.deco-image h4, .deco-image p {
  text-align: center;

}
.info .deco-image h4 {
  font-size: 14pt;
  font-weight: bold;
  margin-top: 10px;
}

.image-gallery ul li {
  font-size: 9pt;
  list-style-type: disc;
  line-height: 13pt;
  margin-top: 4px;
  margin-left: 12px;
}

.info ul li{

  list-style-type: disc;
  line-height: 18pt;
  margin-left: 14px;
}

.embroidery ul li {
line-height: 22pt;
}

.info h4 {
  font-weight: bold;
  font-size: 16pt;
}





@media only screen and (min-width: 550px) {



.deco-title {
  top: 39%;
  font-size: 18pt;
}

.learn-more {
  top: 66%;
  border-radius: 2px;
  padding: 5px 8px;
  font-size: 8pt;
}

}



@media only screen and (min-width: 1000px) {



.deco-title {
  top: 41%;
  font-size: 22pt;
}

.learn-more {
  top: 63%;
  border-radius: 2px;
  padding: 7px 10px;
  font-size: 10pt;
}

}
