* {
  border-radius: 5px;
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  line-height: 0.85;
}
body {
  background-color: whitesmoke;
  font-family: "DM Sans", serif;
  letter-spacing: -0.9px;
}
h2 {
  font-weight: 500;
}
p {
  font-size: 15px;
}
img {
  height: 55px;
}
.two-boxes {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-top: 3%;
}
.box-1 {
  width: 14%;
  padding-top: 10px;
}
.box-1 .up {
  padding: 40px 17px 50px;
  background-color: hsl(31, 66%, 93%);
  margin-bottom: 15px;
}
.box-1 img {
  margin-top: 15px;
  height: 67px;
}
.puple {
  color: hsl(256, 67%, 59%);
  font-style: italic;
}
.box-1 .down {
  padding: 20px 17px 11px;
  background-color: hsl(39, 100%, 71%);
}
.down img {
  height: 144px;
  margin-top: 34px;
  margin-bottom: 8px;
}
.box-2 {
  width: 49%;
}
.up-1 {
  display: flex;
}
.left {
  width: 61%;
}
.top {
  background-color: hsl(256, 67%, 59%);
  padding: 30px 12px;
  margin-left: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 13px;
}
.top h2 {
  font-size: 38px;
  margin-bottom: 2%;
  margin-top: 2%;

  color: white;
}
.yellow {
  color: hsl(39, 100%, 71%);
}
.top img {
  height: 20px;
  margin-top: 10px;
}
.top p {
  color: wheat;
  margin-top: 0%;
  margin-bottom: 5%;
}
.bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 20px;
}
.bottom-left {
  background-color: white;
  padding: 7px 12px;
  width: 48%;
}
.bottom-left img {
  height: 45.5px;
  position: absolute;
  clip: rect(0px, 158px, 100px, 0px);
  background-color: white;
}
.bottom-left h2 {
  padding-top: 55px;
}
.bottom-right {
  background-color: hsl(39, 100%, 71%);
  width: 48%;
  height: 170px;
  padding: 10px 13px;
}
.bottom-right img {
  height: 105px;
  margin-top: 14px;
  position: absolute;
  clip: rect(0px, 200px, 65px, 0px);
}
.right {
  background-color: hsl(254, 88%, 90%);
  width: 27.5%;
  margin-top: 10px;
  margin-left: 15px;
  padding: 20px 12px 20px;
  margin-bottom: 15px;
}
.right img {
  height: 215px;
  margin-top: 14px;
  padding-left: 8px;
  position: absolute;
  clip: rect(0px, 158px, 300px, 0px);
}
.right p {
  position: relative;
  margin-top: 165%;
  padding-bottom: 10px;
}
.down-1 {
  display: flex;
  margin-left: 20px;
  margin-top: 1px;
}
.small {
  background-color: white;
  margin-right: 11px;
  padding: 10px 14px;
  width: 29%;
}
.small h2 {
  font-size: 45px;
}
.small p {
  padding-top: 10px;
}
.small img {
  height: 44px;
  margin-top: 20px;
}
.large {
  display: flex;
  width: 59.5%;
  background-color: hsl(256, 67%, 59%);
}
.large img {
  height: 130px;
  margin: 10px 16px;
}
.large h2 {
  padding-top: 30px;
  color: white;
}
