.experience {
  padding: 20px;
  background-color: rgb(253, 242, 228);
  transform: skew(-180deg, 5deg);
  padding-bottom: 300px;
  margin-bottom: -150px;
}

.experience-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

#experience-section1 {
  flex-direction: column;
}

.experience-section>h1 {
  transform: skew(180deg, -5deg);
  text-align: center;
  margin-top: 60px;
  font-family: 'Poppins';
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: rgb(61, 61, 61);
}

.experience-section>h2 {
  transform: skew(180deg, -5deg);
  text-align: center;
  margin-top: 30px;
  font-family: 'Poppins';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: rgb(61, 61, 61);
}

#experience-details {
  transform: skew(180deg, -5deg);
}

.experience-images {
  transform: skew(180deg, -5deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.experience-item>h3 {
  text-align: center;
  margin-top: 20px;
  font-family: 'Poppins';
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: rgb(61, 61, 61);
}

.experience-item-details {
  max-width: 500px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.experience-item-details>h1 {
  font-size: 20px;
  font-family: 'Poppins';
  font-weight: 300;
}

.experience-item-details>h2 {
  font-size: 12px;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  margin-top: 10px;
}

.experience-item-details>p {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 200;
  text-align: center;
  padding: 10px;
}

.project-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-size: 14px;
  border: 2px solid white;
  border-radius: 30px;
  margin-top: 20px;
}

.live-btn {
  background-color: rgb(255, 115, 0);
  padding: 10px 20px 10px 20px;
  border-radius: 30px 0px 0px 30px;
  color: white;
  transition: all .5s ease-in-out;
}

.src-btn {
  padding: 10px 20px 10px 20px;
  border-radius: 0px 30px 30px 0px;
  transition: all .5s ease-in-out;
  font-style: italic;
}

.src-btn:hover {
  background-color: white;
  transition: all .5s ease-in-out;
}

.live-btn:hover {
  background-color: rgb(204, 92, 0);
  transition: all .5s ease-in-out;
}

#TRR-img,
#TRR-img2 {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 0px 30px 30px 30px;
  padding: 10px;
  margin: 15px;
  background-color: white;
  border: 1px solid white;
  transition: all .5s ease-in-out;
}

#TRR-img2:hover,
#TRR-img:hover {
  transition: all .5s ease-in-out;
  border: 1px solid red;
}