@import '../settings/variables';

.c-bunker-adjustment-info-box {
  background-color: $color-info-box-background;

  @include media-breakpoint-up(lg) {
    max-width: 18.75em;
  }

  &__image {
    width: 100%;
    height: 175px;
  }

  &__text {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: $margin-small;
    font-weight: $font-weight-normal;
  }

  &__sub-text {
    color: $color-dark-grey;
    font-size: $font-size-medium;
    font-family: $font-maersk-headline;
    letter-spacing: 0.1em;
    font-weight: $font-weight-normal;
  }
}
