.about-title{
  text-transform: uppercase;
  font-size: 16px;
  display: none !important;
}
.about-layout {
  max-width:100%;
  padding: 0 20%;
}
.about-layout img{
  max-width: 100%;
  max-height: 100%;
  padding: 1rem 0rem;
}
.about-layout img.animated-gif{
  width: 120%;
  height: auto;
}
.about-layout item{
  background-color : #362e2e;
  color: #d1d3d2;
  padding : 2px;
}

.about-layout h1{
  text-transform: uppercase;
}
.about-layout li{
  list-style-type: circle;
  margin-bottom: 1.1  rem;
}

/*.manual-layout p:first-child {
  text-indent: 0px;
}*/

.about-layout p {
  text-indent: 0px;
  margin-bottom: 1em;
}

.about-layout table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.about-layout td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.about-layout tr:nth-child(even) {
  background-color: #dddddd;
}

@media screen  and (max-width: 768px)  {
  .about-layout {
    max-width: 100%;
    padding: 0 0%;
  }

  ul li  {
    margin-left: 15px;
    list-style-type: square !important;
  }

}

.about-layout item {
  background-color: #eee !important;
  color: #888 !important;
  padding: 2px 4px;
  border-radius: 5px;
}

.about-layout item a {
  background-color: #eee !important;
  color: #888 !important;
  padding: 2px 4px;
  border-radius: 5px;
}

pre {
  border-radius: 5px;
}

ul li  {
  list-style-type: square !important;
}

.menu  ul li{
  list-style-type: none !important;
}



/*


.about-title{
  text-transform: uppercase;
  font-size: 18px;
  display: none;
}
.BOUT-layout {
  max-width:100%;
  padding: 0 20%;

}
.about-layout img{
  max-width: 100%;
  max-height: 100%;
  padding-bottom: 1rem;
}
.about-layout h1{
  text-transform: uppercase;
}
.about-layout li{
  list-style-type: circle;
}
.about-layout p{
  padding-bottom: 1rem;
}
.about-layout table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;
}

.about-layout td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.about-layout tr:nth-child(even) {
  background-color: #dddddd;
}

@media screen  and (max-width: 768px)  {
  .about-layout {
    max-width:100%;
    padding: 0 0%;
  }
}
*/