#experience{
  padding-top: 20px;
}

.h1-experience{
  padding-bottom: 20px;
  margin-left: 20px;
  text-align: left;
  margin-top: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 28px;
}

.row{
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 40px;
  background-color: #f0932b;;
  border-radius: 60px;
  margin-top: 20px;
  background-color: rgb(240, 147, 43, 0.6);
}

.date-experience{
  margin: 10px 0 20px 20px;
  color:white;
  text-align: left;
}

.li-experience{
  margin-bottom: 5px;
  box-sizing: border-box;
  display: list-item;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  color:white;
  list-style-type: disc;
}

.company-site{
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  padding-right: 30px;
  font-weight: bold;
}


@media (min-width: 1281px) {
  #experiences{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .row{
    padding: 1.8rem;
  }
  .row:hover {
    transform: scale(1.01) perspective(0px);
    box-shadow: 0 3px 3px rgb(255, 131, 0,1);
  }
  #title-experience,#projects{
    margin: 0 auto;
    width: 50%;
  }
  #title-projects{
    margin-top: 55px;
  }
  .company-site:hover{
    text-shadow:0px 0px 1px black;
  }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px){
  .company-site{
    font-size: 33px;
  }
}
