body {
  background: #da382e;
  color: black;
  font-family: var(--ea-font-family-helvetica-now-display);
}
.model-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  padding-left: var(--ea-left-right-padding);
  padding-right: var(--ea-left-right-padding);
  margin-top: -261px;
  padding-top: calc(100vh * 0.25);
}
.scroll-model {
  display: flex;
  margin-top: 75px;
  font-size: var(--ea-font-size-medium);
  justify-content: space-between;
}

.agency-scroll-model {
  display: flex;
  justify-content: space-between;
  width: 26%;
}

.model-images-big-width {
  position: sticky;
  top: 24px;
  margin-left: 27%;
  z-index: 10000;
  width: fit-content;
}
.model-images-big-width img {
  width: 157px;
  height: 260px;
  z-index: 10000;
}
.model-images img {
  width: 157px;
  height: 260px;
  z-index: 10000;
  opacity: 0;
}
.agency-heading h1 {
  font-size: var(--ea-font-size-medium);
}
.agency-para p {
  width: 360px;
  line-height: 1.2;
}
.footer-model {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.heading-footer-model h2 {
  font-size: var(--ea-font-size-medium);
}
.model-made-in {
  font-family: var(--ea-font-family-locomotive-new);
  font-size: var(--ea-font-size-h1);
  font-size: 50px;
}
.line-break-small-width {
  display: none;
}
.para-agency {
  padding-left: var(--ea-left-right-padding);
  padding-right: var(--ea-left-right-padding);
}
.para-agency p {
  font-size: var(--ea-font-size-h1);
  font-family: var(--ea-font-family-locomotive-new);
  font-weight: initial;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.agency-mission {
  display: flex;
  justify-content: space-between;
  text-decoration: left;
  padding-left: var(--ea-left-right-padding);
  padding-right: var(--ea-left-right-padding);
  font-family: var(--ea-font-family-helvetica-now-display);
  gap: 25px;
  font-size: var(--ea-font-size-medium);
  line-height: 1.2;
}
.agency-mission p {
  width: 50%;
}
.agency-capabilities {
  display: flex;
  padding-left: var(--ea-left-right-padding);
  padding-right: var(--ea-left-right-padding);
  font-size: var(--ea-font-size-medium);
  line-height: 1.2;
  margin-top: 85px;
}
.boy-img {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 12px;
}
.boy-img img {
  width: 243px;
  height: 426px;
  object-fit: cover;
}
.boy-img h2 {
  font-size: var(--ea-font-size-medium);
  line-height: 1.2;
  font-weight: initial;
}
.capability-content {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.each-capability-details {
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}
.each-capability-details h3 {
  font-size: var(--ea-font-size-medium);
  line-height: 1.2;
}
.capability-cateogries {
  display: flex;
  flex-direction: column;
}
.award-recognitions {
  display: flex;
  flex-direction: column;
  padding-left: var(--ea-left-right-padding);
  padding-right: var(--ea-left-right-padding);
}
.award-recognitions-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: var(--ea-font-size-h1);
  font-family: var(--ea-font-family-locomotive-new);
}

.recognitions-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: var(--ea-font-size-medium);
  font-family: var(--ea-font-family-helvetica-now-display);
  line-height: 1.2;
  border-top: var(--ea-border);
}
.recognitions-cateogry {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.recognitions-type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.recognitions-type:not(:last-child) {
  border-bottom: var(--ea-border);
  padding: 0.2em 0;
}
.recognitions-type div:first-child {
  display: flex;
  justify-content: flex-start;
  width: 30%;
}
.recognitions-type div:last-child {
  display: flex;
  justify-content: flex-start;
  width: 70%;
}
@media (min-width: 700px) {
  .para-agency p {
    font-size: calc(min(var(--ea-font-size-h1), 4.5vw));
  }
}
@media screen and (max-width: 990px) {
  .model-container {
    margin-top: auto;
    padding-top: unset;
  }
  .scroll-model {
    flex-direction: column;
  }
  .model-images img {
    position: relative;
    z-index: 1;
    opacity: 1;
  }
  .model-images-big-width {
    display: none;
  }
  .agency-scroll-model {
    width: 100%;
    align-items: center;
  }
  .agency-para {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 36px;
  }
  .agency-para p {
    width: 376px;
  }
}

@media screen and (max-width: 700px) {
  .footer-model {
    flex-direction: column;
  }
  .agency-mission {
    flex-direction: column;
    gap: 5px;
  }
  .agency-mission p {
    width: 100%;
  }
  .line-break-small-width {
    display: block;
  }
  .model-made-in span {
    margin-top: -18px;
    display: block;
  }
  .heading-footer-model {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .model-made-in {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .agency-capabilities {
    flex-direction: column;
  }
  .boy-img {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .boy-img img {
    width: 50%;
    height: 501px;
  }
  .each-capability-details {
    justify-content: space-between;
  }
  .capability-content {
    width: 100%;
    margin-top: 30px;
  }
  .capability-cateogries {
    justify-content: flex-start;
    width: 50%;
  }
  .recognitions-cateogry {
    width: 60%;
  }
  .recognitions-list {
    align-items: flex-end;
    flex-direction: column;
  }
  .recognitions-name {
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .boy-img img {
    height: 327px;
  }
}
