* {
  padding: 0;
  margin: 0;
}
body {
  font-size: 13px;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  font-family: "Barlow Semi Condensed", serif;
  font-style: normal;
  background-color: hsl(210, 46%, 95%);
}
.container {
  display: grid;
  grid-template-columns: repeat(4, 325px);
  grid-template-rows: 325px 325px;
  gap: 30px;
}
.danielo-image-border {
  width: 35px;
  border: 3px solid hsl(283, 42%, 57%);
  border-radius: 100%;
}
.patrick-image-border {
  width: 35px;
  border: 2px solid hsl(263, 55%, 52%);
  border-radius: 100%;
}

.jeanette-kira {
  font-size: 12px;
  color: hsl(219, 29%, 14%);
}
.p-j-d {
  font-size: 12px;
}
.name {
  font-size: 14px;
  font-weight: 500;
}
.main-image {
  width: 35px;
  border-radius: 100%;
}
.personal-info {
  display: flex;
  align-items: center;
  gap: 5px;
  color: hsl(0, 0%, 81%);
  margin-bottom: 20px;
}
.section-title {
  font-weight: 600;
  font-size: 25px;
  color: hsl(210, 46%, 95%);
  margin-bottom: 30px;
}
.section-title-j {
  font-weight: 600;
  font-size: 30px;
  color: hsl(219, 29%, 14%);
  margin-bottom: 25px;
}
.section-title-k {
  font-weight: 600;
  font-size: 30px;
  color: hsl(219, 29%, 14%);
  margin-bottom: 40px;
}
.section-descraption {
  font-size: 14px;
  line-height: 1.7;
  color: hsl(0, 0%, 81%);
}
.section-descraption-j {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: hsl(217, 19%, 35%);
}
.section-descraption-k {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: hsl(217, 19%, 35%);
}
.box-1 {
  border: 2px solid hsl(0, 0%, 100%);
  grid-row: 1/2;
  grid-column: 3/1;
  background-color: hsl(263, 55%, 52%);
  color: white;
  padding: 30px;
  border-radius: 10px;
}
.box-2 {
  border: 2px solid hsl(0, 0%, 100%);
  grid-column: 4/3;
  grid-row: 1/2;
  background-color: hsl(217, 19%, 35%);
  color: hsl(210, 46%, 95%);
  padding: 30px;
  border-radius: 10px;
}
.box-3 {
  border: 2px solid hsl(0, 0%, 100%);
  grid-column: 2/1;
  grid-row: 2/3;
  background-color: hsl(0, 0%, 100%);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.box-4 {
  border: 2px solid hsl(0, 0%, 100%);
  grid-column: 2/4;
  grid-row: 2/3;
  background-color: hsl(219, 29%, 14%);
  color: hsl(210, 46%, 95%);
  padding: 30px;
  border-radius: 10px;
}
.box-5 {
  border: 2px solid hsl(0, 0%, 100%);
  grid-column: 4/5;
  grid-row: 1/3;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
