.p2deli {
  margin: 50px 0;
}

.p2deli h2 {
  text-align: center;
  color: #cc6600;
  font-size: 40px;
  font-weight: normal;
}

.p2deli-boxes {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.p2deli-txts {
  margin-right: 15px;
}

.p2deli-txts h3 {
  color: #cc6600;
  font-size: 35px;
  font-weight: normal;
  width: 60%;
}

.p2deli-txts p {
  font-size: 18px;
  margin-top: 30px;
}

.p2deli-txts span {
  background-color: #ffffdd;
}

.p2deli-imgs {
  width: 100%;
  max-width: 350px;
}

.p2deli-img1,
.p2deli-img2 {
  max-width: 250px;
  width: 100%;
  height: 250px;
  border-radius: 100%;
  object-fit: cover;
}

.p2deli-img2 {
  margin-left: 100px;
}

.p2deli-boxes2 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.p2deli-img3 {
  max-width: 250px;
  width: 100%;
  height: 250px;
  border-radius: 100%;
  object-fit: cover;
}

.p2deli-txts2 {
  margin-left: 15px;
}

.p2deli-txts2 h3 {
  color: #cc6600;
  font-size: 35px;
  font-weight: normal;
}

.p2deli-txts2 p {
  font-size: 18px;
  margin-top: 30px;
}

.p2deli-boxes3 {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.p2deli-txts3 {
  margin-right: 15px;
}

.p2deli-txts3 h3 {
  color: #fda247;
  font-size: 35px;
  font-weight: normal;
}

.p2deli-txts3 p {
  font-size: 18px;
  margin-top: 30px;
}

.p2deli-img4 {
  max-width: 250px;
  width: 100%;
  height: 250px;
  border-radius: 100%;
  object-fit: cover;
}

.p2deli-buttons {
  text-align: center;
  margin-top: 50px;
}

.p2deli-button {
  background-color: #ffffff;
  color: #cc6600;
  font-size: 20px;
  padding: 10px 20px;
  border: 1px solid #cc6600;
  transition: background-color 1s;
  transition: all 1s;
}

.p2deli-button:hover {
  background-color: #cc6600;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p2deli h2 {
    font-size: 30px;
  }

  .p2deli-boxes {
    flex-direction: column;
  }

  .p2deli-txts h3 {
    font-size: 25px;
  }

  .p2deli-txts p {
    font-size: 16px;
  }

  .p2deli-imgs {
    display: flex;
    max-width: unset;
    margin-top: 30px;
  }

  .p2deli-imgs img {
    margin-left: 0;
    width: 50%;
    max-width: unset;
    border-radius: 0;
    height: 200px;
  }

  .p2deli-boxes2 {
    flex-direction: column-reverse;
  }

  .p2deli-txts2 h3 {
    font-size: 25px;
  }

  .p2deli-txts2 {
    margin-left: 0;
  }

  .p2deli-txts2 p {
    font-size: 16px;
  }

  .p2deli-img3,
  .p2deli-img4 {
    max-width: unset;
    border-radius: unset;
    margin-top: 30px;
    height: 200px;
  }

  .p2deli-boxes3 {
    flex-direction: column;
  }

  .p2deli-txts3 h3 {
    font-size: 25px;
  }

  .p2deli-txts3 p {
    font-size: 16px;
  }

  .p2deli-button {
    font-size: 18px;
  }
}
