/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 14/05/2019, 17:41:29
    Author     : Renan
*/
.team-boxed {
  float: left;
  position: relative;
  left: 0;
  top: 0; }

.col {
  font-size: 1.6em; }

.desc {
  padding: 1%;
  width: 98%;
  margin-left: 2%;
  text-align: justify;
  font-size: 1.6em; }

@media (min-width: 992px) {
  .desc li {
    margin-top: 0.5%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .desc li {
    margin-top: 1%; } }
@media (max-width: 767px) {
  .desc li {
    margin-top: 3%;
    width: 96%;
    margin-left: 2%; } }

/*# sourceMappingURL=Sobre.css.map */
