#technologies{
  font-size: 40px;
  text-align: center
}

#technologies .tech_info{
  position: relative;
  display: inline-block;
  text-align: center;
}
#technologies > .tech_info > .glyphs{
  border:3px #ddd solid;
  border-color:var(--general-group-background-1);
  border-radius:50%;
  padding:13px 15px;
  background:#f0f0f0;
  line-height: 1;
  position: relative;
  width:75px;
  height:75px;
  display: inline-block;
}

#technologies > .tech_info .text{
  font-size:14px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color:#000;
  color:var(--main-color);
  display: block;
}

.snapshot_row{
  background:#eee;
  background:var(--general-group-background-3);
  margin: 0 -25px;
  padding: 25px;
}

.snapshot_row .frame{
  background: #ddd;
  background:var(--general-group-background-1);
  font-size: 16px;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.snapshot_row .frame p{
  margin: 0;
  font-style: italic;
}

.gallery h2, .gallery p{
  text-align: center !important;
}

.snapshot_row img{
  border:1px #aaa solid;
}
