/* EXPERIMENTAL CSS UNDA ERQVAS STYLE.CSS */
/* TU XMAROB TESTISTVIS ABOUTUS-tan */






  
  .about-section {
    padding-top: 100px;
    padding: 80px 0;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    font-family: "Noto Serif Georgian", serif;
    z-index: -1;
  }
  
.about-section-photo-1 {
    background-image: url("../images/logos/DigitalZone.png");
    background-size: contain;
    background-repeat: no-repeat;     
    background-position: center;      
    width: 600px;
    height: 150px;
    z-index: 1;
}
  
  
  .about-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: #212529;
    z-index: -1;
  }
  
  .about-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #495057;
    z-index: -1;
  }
