html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Noto Sans', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum', 'tnum';
}
header {
  max-width: 1088px;
  margin: 0 auto;
  height: 56px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.header .header-logo {
  width: 93px;
}
@media (min-width: 767px) {
  .header {
    height: 70px;
  }
  .header .header-logo {
    width: 128px;
  }
}
@media (min-width: 992px) {
  .header {
    height: 80px;
    padding: 0 139px;
  }
  .header .header-logo {
    width: 145px;
  }
}
.footer {
  height: 143px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #181717;
}
.footer .logo {
  width: 146px;
  margin-bottom: 20px;
}
.footer .text {
  width: 100%;
  text-align: center;
  color: #b7b7b7;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .footer {
    height: 163px;
    padding: 0 139px;
  }
  .footer .text {
    font-size: 13px;
    line-height: 23px;
  }
}
.content {
  min-height: 76vh;
}
.main-content {
padding: 20px 36px 25px;
color: #181717;
max-width: 1088px;
margin: 0 auto;
}
@media (min-width: 992px) {
.main-content {
   padding: 8vh 139px 13vh;
}
}
.main-content &gt;
p {
max-width: 650px;
}
.main-content .title {
color: #000000;
font-size: 22px;
line-height: 40px;
text-align: left;
margin-top: 0;
}
.main-content .description {
color: #77787D;
font-size: 12px;
font-weight: normal;
line-height: 17px;
text-align: left;
}
@media (min-width: 992px) {
.main-content .title {
text-align: center;
font-size: 30px;
margin-top: 0;
}
.main-content .description {
text-align: center;
font-size: 18px;
line-height: 24px;
}
}
.alexion-cards {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));

}
.alexion-cards .card {
max-width: 208px;
margin: 0 auto;
}
@media (max-width: 991px) {
.alexion-cards {
column-gap: 1rem;
row-gap: 1rem;
}
.alexion-cards .card {
max-width: none;
margin: 0;
grid-column: span 2 / span 2;
}
.alexion-cards .card .top .card-link {
  font-size: 9px;
  }
}
.alexion-cards .card .top {
display: flex;
flex-direction: column;
border-bottom: 2px solid #20329A;
padding: 0 0 7px;
margin: 0 0 8px;
}
.alexion-cards .card .top .card-link {
margin: 0 auto;
font-size: 13px;
}
.alexion-cards .card .bottom .card-text {
font-size: 10px;
line-height: 21px;
}
.main-content .main-content--title {
padding: 0 20px;
margin-bottom: 15px;
position: relative;
}
@media (min-width: 992px) {
.main-content .main-content--title {
   padding: 0 30px;
   margin-bottom: 27px;
}
}
.main-content .main-content--title::after {
content: &#39;
&#39;
;
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3px;
background-color: #20329a;
border-radius: 5px;
}
@media (min-width: 992px) {
.main-content .main-content--title::after {
   width: 5px;
}
}
.main-content .main-content--title h3 {
font-size: 18px;
line-height: 24.5px;
font-weight: 600;
margin-bottom: 5px;
}
@media (min-width: 992px) {
.main-content .main-content--title h3 {
   margin-bottom: 7px;
   font-size: 25px;
   line-height: 30.5px;
}
}
.main-content .main-content--title p {
color: #77787d;
}
@media (min-width: 992px) {
.main-content .main-content--title p {
   font-size: 18px;
   line-height: 17px;
}
}
.banner {
display: flex;
align-items: center;
padding: 0 30px;
}
.banner .left-side {
width: 50%;
padding: 0 0 0 24px;
max-height: 65px;
position: relative;
}
.banner .left-side:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 100%;
background: #20329A;
border-radius: 7px;
}
.banner .left-side .banner-title {
font-size: 25px;
line-height: 25px;
margin: 3px 0 13px;
}
.banner .left-side .banner-description {
font-size: 18px;
font-weight: normal;
line-height: 24px;
color: #77787D;
margin: 0;
}
.banner .right-side {
width: 50%;
}
@media (max-width: 991px) {
.banner {
flex-direction: column;
align-items: center;
padding: 0;
}
.banner .left-side {
width: auto;
margin: 0 0 14px;
}
.banner .left-side .banner-title {
font-size: 17px;
line-height: 20px;
margin: 3px 0 10px;
}
.banner .left-side .banner-description {
font-size: 12px;
line-height: 17px;
}
.banner .right-side {
width: auto;
display: flex;
justify-content: center;
}
}