.frame {
  width: 412px;
  height: 915px;
  background: #FFFFFF;
}

.header {
  width: 412px;
  height: 130px;
}

.rectangle1 {
  width: 412px;
  height: 36px;
  flex-shrink: 0;
  background: #005092;
}

.container1 {
  display: flex;
  width: 412px;
  height: 95px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #005092;
}

.logo {
  width: 110px;
  height: 80px;
  flex-shrink: 0;
  aspect-ratio: 11/8;
}

.title {
  display: flex;
  width: 273px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums tabular-  nums;
  font-family: Aleo;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.images {
  display: flex;
width: 368px;
align-items: center;
gap: 14px;
}

.image1 {
  width: 280px;
height: 203px;
flex-shrink: 0;
aspect-ratio: 40/29;
}

.image2{
  width: 280px;
height: 203px;
flex-shrink: 0;
aspect-ratio: 40/29;
}

.image3 {
  width: 280px;
height: 203px;
flex-shrink: 0;
aspect-ratio: 40/29;
}

.footer {
  width: 412px;
height: 141px;
flex-shrink: 0;
}

.rectangle11 {
  width: 137px;
height: 90px;
flex-shrink: 0;
  background: #005092;
}
.rectangle12 {
  width: 137px;
height: 90px;
flex-shrink: 0;
  background: #005092;
}