.work {
  font-weight: 800;
  text-decoration: solid underline #A1D2CE 2px;
}

.bottom {
  margin-bottom: 15%;
}

/*Body Content*/
.writingcontainer {
  text-align: center;
}

.bodytext {
  text-align: center;
  font-size: 18px;
  max-width: 1200px;
}

.bodycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: auto;
  padding: 1rem 7rem 1rem 7rem;
}

.bodytextcontainer {
  background-color: #ffffff;
  padding: 3% 5%;
}

.recentwork {
  text-align: center;
  margin-bottom: 100px;
}

.recentwork h2 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

/*CareerRipple Landing Page*/

.landingpage {
  display: flex;
  flex-direction: row;
  margin: 3% 20% 1% 20%;
  background-color: #A1D2CE;
  border-radius: 16px;
  padding: 2% 2%;
  align-items: center;
}

.landingpage img {
  width: 55%;
}

.landingpage-text {
  text-align: start;
  padding: 2% 5% 2% 7%;
}

.landingpage-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.landingpage-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*CareerRipple Design System*/

.designsystem {
  display: flex;
  flex-direction: row;
  margin: 2% 20% 1% 20%;
  background-color: #DBAD6A;
  border-radius: 16px;
  padding: 2% 2%;
  align-items: center;
}

.designsystem img {
  width: 60%;
}

.designsystem-text {
  text-align: start;
  padding: 2% 5% 2% 7%;
}

.designsystem-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.designsystem-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*PitchIn*/

.pitchin {
  display: flex;
  flex-direction: row;
  margin: 2% 20% 1% 20%;
  background-color: #82A4D3;
  border-radius: 16px;
  padding: 2% 2%;
  align-items: center;
}

.pitchin img {
  width: 60%;
}

.pitchin-text {
  text-align: start;
  padding: 2% 5% 2% 7%;
}

.pitchin-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.pitchin-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*Bakery*/

.bakery {
  display: flex;
  flex-direction: row;
  margin: 2% 20% 1% 20%;
  background-color: #A1D2CE;
  border-radius: 16px;
  padding: 2% 1%;
  align-items: center;
}

.bakery img {
  width: 60%;
}

.bakery-text {
  text-align: start;
  padding: 5% 5% 5% 0%;
}

.bakery-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.bakery-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*Let's Eat*/

.eat {
  display: flex;
  flex-direction: row;
  margin: 2% 20% 1% 20%;
  background-color: #DBAD6A;
  border-radius: 16px;
  padding-right: 4%;
  align-items: center;
}

.eat img {
  width: 65%;
}

.eat-text {
  text-align: start;
  padding: 5% 0%;
}

.eat-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.eat-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*Credits*/

.credits {
  display: flex;
  flex-direction: row;
  margin: 2% 20% 0 20%;
  background-color: #82A4D3;
  border-radius: 16px;
  padding: 1% 5% 1% 0;
  align-items: center;
}

.credits img {
  width: 65%;
  height: 100%;
  padding: 5% 5% 5% 5%;
}

.credits-text {
  text-align: start;
  padding: 5% 0 5% 0;
}

.credits-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.credits-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*Laptop*/
@media only screen and (min-width: 1080px) and (max-width: 1440px) {
  .bodycontainer {
      padding: 1rem 4rem;
      /* Adjust padding for better spacing */
  }
/*CareerRipple Landing Page*/

.landingpage {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 3% 20% 1% 20%;
  background-color: #A1D2CE;
  border-radius: 16px;
  padding: 2% 2%;
}

.landingpage img {
  width: 55%;
  height: 100%;
}

.landingpage-text {
  text-align: start;
  padding: 2% 5% 2% 7%;
}

.landingpage-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.landingpage-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*CareerRipple Design System*/

.designsystem {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2% 20% 1% 20%;
  background-color: #DBAD6A;
  border-radius: 16px;
  padding: 2% 2%;
}

.designsystem img {
  width: 50%;
  height: 100%;
}

.designsystem-text {
  text-align: start;
  padding: 2% 5% 2% 7%;
}

.designsystem-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.designsystem-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*PitchIn*/

.pitchin {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2% 20% 1% 20%;
  background-color: #82A4D3;
  border-radius: 16px;
  padding: 2% 2%;
}

.pitchin img {
  width: 60%;
  height: 100%;
}

.pitchin-text {
  text-align: start;
  padding: 2% 5% 2% 7%;
}

.pitchin-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.pitchin-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*Bakery*/

.bakery {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2% 20% 1% 20%;
  background-color: #A1D2CE;
  border-radius: 16px;
  padding: 2% 1%;
}

.bakery img {
  width: 55%;
  height: 100%;
}

.bakery-text {
  text-align: start;
  padding: 5% 5% 5% 0%;
}

.bakery-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.bakery-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*Let's Eat*/

.eat {
  display: flex;
  flex-direction: row;
  margin: 2% 20% 1% 20%;
  background-color: #DBAD6A;
  border-radius: 16px;
  padding-right: 4%;
}

.eat img {
  width: 65%;
}

.eat-text {
  text-align: start;
  padding: 5% 0%;
}

.eat-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.eat-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}

/*Credits*/

.credits {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2% 20% 0 20%;
  background-color: #82A4D3;
  border-radius: 16px;
  padding: 1% 5% 1% 0;
}

.credits img {
  width: 55%;
  height: 100%;
  padding: 5% 5% 5% 5%;
}

.credits-text {
  text-align: start;
  padding: 5% 0 5% 0;
}

.credits-text p {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.credits-text h4 {
  color: #121212;
  font-family: montserrat, sans-serif;;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 46.875% */
}
}

/*Tablet*/
@media only screen and (min-width: 700px) and (max-width: 1080px) {

  .bodycontainer {
    padding: 1rem 4rem;
    /* Adjust padding for better spacing */
}

  /*CareerRipple Landing Page*/

.landingpage {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 3% 10% 3% 10%;
  padding: 0;
}

.landingpage img {
  width: 55%;
  margin-top: 30px;
  padding: 0;
}

.landingpage-text {
  padding: 0% 5% 5% 7%;
}

.landingpage-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.landingpage-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*CareerRipple Design System*/

.designsystem {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 7% 10% 3% 10%;
  padding: 0;
}

.designsystem img {
  width: 55%;
  margin-top: 30px;
  padding: 0;
}

.designsystem-text {
  padding: 0% 5% 5% 7%;
}

.designsystem-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.designsystem-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*PitchIn*/

.pitchin {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 7% 10% 3% 10%;
  padding: 0;
}

.pitchin img {
  width: 55%;
  margin-top: 30px;
  padding: 0;
}

.pitchin-text {
  padding: 0% 5% 5% 7%;
}

.pitchin-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.pitchin-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 10px;
}

/*Bakery*/

.bakery {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 7% 10% 3% 10%;
  padding: 0;
}

.bakery img {
  width: 55%;
  margin-top: 30px;
  padding: 0;
}

.bakery-text {
  padding: 0% 5% 5% 7%;
}

.bakery-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.bakery-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*Let's Eat*/

.eat {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 7% 10% 3% 10%;
  padding: 0;
}

.eat img {
  width: 65%;
  margin-top: 30px;
  transform: scaleX(-1);
  padding: 0 20% 0 0;
}

.eat-text {
  padding: 0% 5% 5% 7%;
}

.eat-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.eat-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 20px;
}

/*Credits*/

.credits {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 7% 10% 3% 10%;
  padding: 0;
}

.credits img {
  width: 55%;
  margin-top: 30px;
  padding: 0;    
}

.credits-text {
  padding: 0% 5% 5% 7%;
}

.credits-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.credits-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

}

/*Mobile*/
@media only screen and (max-width: 700px) {

  /*Body Content*/
  .bodycontainer {
    padding: 1rem 2rem;
    /* Reduce padding for small screens */
}

/*CareerRipple Landing Page*/

.landingpage {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 3% 10% 3% 10%;
  padding: 0;
}

.landingpage img {
  width: 85%;
  margin-top: 30px;
  padding: 0;
}

.landingpage-text {
  padding: 0% 10% 5% 10%;
}

.landingpage-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.landingpage-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*CareerRipple Design System*/

.designsystem {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 10% 10% 3% 10%;
  padding: 0;
}

.designsystem img {
  width: 75%;
  margin-top: 30px;
  padding: 0;
}

.designsystem-text {
  padding: 0% 10% 5% 10%;
}

.designsystem-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.designsystem-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*PitchIn*/

.pitchin {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 10% 10% 3% 10%;
  padding: 0;
}

.pitchin img {
  width: 75%;
  margin-top: 30px;
  padding: 0;
}

.pitchin-text {
  padding: 0% 10% 5% 10%;
}

.pitchin-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.pitchin-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 10px;
}

/*Bakery*/

.bakery {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 10% 10% 3% 10%;
  padding: 0;
}

.bakery img {
  width: 85%;
  margin-top: 30px;
  padding: 0;
}

.bakery-text {
  padding: 0% 10% 5% 10%;
}

.bakery-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.bakery-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

/*Let's Eat*/

.eat {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 10% 10% 3% 10%;
  padding: 0;
}

.eat img {
  width: 90%;
  margin-top: 30px;
  transform: scaleX(-1);
  padding: 0;
}

.eat-text {
  padding: 0% 10% 5% 10%;
}

.eat-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.eat-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 20px;
}

/*Credits*/

.credits {
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 16px;
  margin: 10% 10% 3% 10%;
  padding: 0;
}

.credits img {
  width: 90%;
  margin-top: 30px;
  padding: 0;
}

.credits-text {
  padding: 0% 10% 5% 10%;
}

.credits-text p {
  font-size: 18px;
  padding-bottom: 10px;
}

.credits-text h4 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 30px;
}

}




