@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.mobile-banner_is-arabic .mobile-banner__container {
  justify-self: flex-end; }
  .mobile-banner_is-arabic .mobile-banner__container:after {
    transform: rotateY(180deg); }

.mobile-banner__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  height: 455px;
  display: flex;
  align-items: center;
  padding: 0 80px; }
  .mobile-banner__container:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("/public/img/mobile-banner.png");
    background-repeat: no-repeat;
    background-size: contain; }
  @media only screen and (max-device-width: 1024px) {
    .mobile-banner__container {
      padding: 0 10px; }
      .mobile-banner__container:after {
        background-size: cover; } }

.mobile-banner__sub-title {
  font-size: 21px; }

.mobile-banner__title {
  font-size: 31px; }

.mobile-banner__description {
  font-size: 18px;
  margin-bottom: 40px; }

.mobile-banner__content {
  color: #fff;
  z-index: 9; }
  @media only screen and (max-width: 600px) {
    .mobile-banner__content {
      width: 100%; } }

.mobile-banner__image {
  width: 100%; }

.mobile-banner__image-container {
  display: flex; }

.mobile-banner__image {
  width: 150px;
  cursor: pointer; }
  .mobile-banner__image:last-child {
    margin: 0 10px; }
  @media only screen and (max-width: 600px) {
    .mobile-banner__image {
      width: 120px; } }
