.Page-Banner {
background-image: url(/SiteData/Images/Decorations/Embroidery3.jpg);
  background-color:grey;
background-position: 70%;
}  

.descriptive-text-container {
  margin: 100px 0 50px 0;
}

.descriptive-text-container ul {
  list-style-type: disc;
}



.descriptive-text-container h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 30pt;
  text-align: center;
}

.descriptive-text-container h2 {
  margin: 25px 0;
}

.descriptive-text-container p {
  margin-bottom: 60px;
}
a.email-link{
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 2px;
}
}



.row-1, .row-2 {
  position: relative;
  height: 250px;
  margin: 60px 0;
}



.column-1 {
  margin-right: 25px
  
}


.column-1, .column-2 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 25px;
}
.gray-bg {
  background-color: #ebebeb;
}
.column-1 h3, .column-2 h3 {

  font-size: 27pt;
  text-transform: uppercase;
  line-height: 30pt;
  margin: auto;
  top: 46%;
  transform: translateY(-50%);
  position: relative;
}

.column-1 h3 {
  width: 181px;
}

.column-2 h3 {
  width: 260px;
}


.Left-Column, .Right-Column {
 display: inline-block;

}



.Check-Mark-Container {
  display: inline-block;
  width: 31%;
  margin: 0 auto;
  text-align: center;
  max-width: 350px;
}
.Quick-Facts-Container {
  background-color: #eaeaea;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  padding: 30px;
  width: 100vw;
  margin: 70px 0 130px;
}
.Check-Mark-Container svg {
  margin-bottom: 15px;
  max-width: 50px;
}

.Check-Mark-Container p {
  margin: unset;
  font-weight: 450;
  font-size: 14pt;
  line-height: 21pt;
}


.Left-Column{
   margin-right: 4%;
}


.Vector-Art-Container {
  margin-top: 130px;
}

@media screen and (min-width: 900px) {
  
  

.Vector-Art-Container .Right-Column {
  width: 50%;

}

.Vector-Art-Container .Left-Column {
  width: 45%;
  vertical-align: top;
}

.Vector-Art-Container img {
  width: 100%;
}

 .Digitizing-Container .Left-Column {
  width: 50%;

}

.Digitizing-Container .Right-Column {
  width: 45%;
  vertical-align: top;
}

.Digitizing-Container img {
  width: 100%;
 
}
 
  
}



@media screen and (min-width: 1100px) {
  
  

.Vector-Art-Container .Right-Column {
  width: 35%;
}

.Vector-Art-Container .Left-Column {
  width: 60%;

}


 .Digitizing-Container .Left-Column {
  width: 35%;

}

.Digitizing-Container .Right-Column {
  width: 60%;

}




  
}


 
  