.image-and-callout {
  border: solid 0.6px #58595B;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 15px 0 0;
  padding: 32px 0;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .image-and-callout {
    padding: 48px;
  }
}

.image-and-callout__title {
  align-items: center;
  background-color: #fff;
  color: #58595B;
  display: flex;
  height: auto;
  justify-content: center;
  left: 50%;
  max-width: 340px;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 0;
  width: max-content;
}

.image-and-callout__title p {
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
}

.image-and-callout__title.image-and-callout__title--move-up {
  top: -15px;
}

@media (min-width: 768px) {
  .image-and-callout__title {
    max-width: 610px;
    padding: 10px;
    width: 90%;
  }

  .image-and-callout__title.image-and-callout__title--move-up {
    top: -5px;
  }
}

@media (min-width: 855px) {
  .image-and-callout__title.image-and-callout__title--move-up {
    top: 0;
  }
}

@media (min-width: 1024px) {
  .image-and-callout__title {
    max-width: 630px;
    width: max-content;
  }
}

.image-and-callout__images {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .image-and-callout__images .image-mobile {
    display: block;
  }

  .image-and-callout__images .image-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .image-and-callout__images .image-mobile {
    display: none;
  }

  .image-and-callout__images .image-desktop {
    display: block;
  }
}

.image-and-callout__images.image-and-callout__images--add-scroll {
  display: grid;
  grid-template-columns: minmax(100px, 1fr);
  overflow-x: scroll;
}

@media (min-width: 1024px) {
  .image-and-callout__images.image-and-callout__images--add-scroll {
    display: block;
    overflow-x: auto;
    width: 100%;
  }
}

.image-and-callout__images img {
  display: block;
  margin: 0 auto;
  width: auto;
}

@media (min-width: 768px) {
  .image-and-callout__images img {
    max-width: 100%;
  }

  .image-and-callout__images.image-and-callout__images--add-scroll img {
    max-width: none;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .image-and-callout__images.image-and-callout__images--add-scroll img {
    max-width: 100%;
  }
}

.image-and-callout__callout {
  box-sizing: border-box;
  color: #2b2b2b;
  display: block;
  margin: 32px auto 0;
  width: 90%;
}

@media (min-width: 768px) {
  .image-and-callout__callout {
    margin-top: 40px;
    width: 100%;
  }
}

.image-and-callout__callout p {
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.image-and-callout__callout--none-bolded-format p {
  font-family: 'FuturaPTBook', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.image-and-callout__callout--center-format {
  color: #58595B;
  text-align: center;
}

.image-and-callout__callout--center-format p {
  font-size: 16px;
  line-height: 20px;
}

.image-and-callout__callout-reference {
  display: block;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .image-and-callout__callout--line-height-inherit p {
    line-height: inherit;
  }
}

@media (min-width: 768px) {
  .image-and-callout__callout-reference {
    margin-top: 10px;
  }
}

.image-and-callout__callout-reference p {
  color: #2b2b2b;
  font-family: 'FuturaPTBook', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.image-and-callout__callout {
  border-left: solid 8px;
  padding-left: 14px;
}

/* When no color is selected */
.image-and-callout__callout.image-and-callout__callout--no-color {
  border-left: none;
  padding-left: 0;
}

.image-and-callout__callout.image-and-callout__callout--as {
  border-left-color: #76BD22;
}
.image-and-callout__callout.image-and-callout__callout--cimzia {
  border-left-color: #00945F;
}
.image-and-callout__callout.image-and-callout__callout--nr-axspa {
  border-left-color: #00A19B;
}
.image-and-callout__callout.image-and-callout__callout--psa {
  border-left-color: #48D597;
}
.image-and-callout__callout.image-and-callout__callout--blue {
  border-left-color: #0047BB;
}
