@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"); }

.how-it-works {
  display: flex; }
  @media only screen and (max-device-width: 1024px) {
    .how-it-works_is-catalogue {
      display: none; } }

.how-it-works__title-container {
  text-align: center;
  margin-bottom: 40px; }

.how-it-works__title {
  font-size: 36px;
  font-weight: 500;
  color: #00438E; }

.how-it-works__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  padding: 30px 20px;
  border-bottom: 8px solid #00A791;
  box-shadow: 1px -1px 20px -10px #00000059;
  transform: translateY(-60px);
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px; }
  @media only screen and (max-width: 600px) {
    .how-it-works__container {
      padding: 0 30px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .how-it-works__container {
      padding: 30px 10px; } }

.how-it-works__item-container {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 600px) {
    .how-it-works__item-container {
      flex-direction: column; } }

.how-it-works-item:nth-child(2n) {
  border-right: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  margin: 0 60px;
  padding: 0 60px; }
  @media only screen and (max-device-width: 1024px) {
    .how-it-works-item:nth-child(2n) {
      padding: 0 20px;
      margin: 0 20px; } }
  @media only screen and (max-width: 600px) {
    .how-it-works-item:nth-child(2n) {
      padding: 0 !important;
      margin: 0 !important;
      border: 0; } }

.how-it-works-item_is-arabic .how-it-works-item__image-container {
  margin-right: 0;
  margin-left: 10px; }

.how-it-works-item__image-container {
  margin-right: 10px;
  width: 50px; }
  @media only screen and (max-width: 600px) {
    .how-it-works-item__image-container {
      margin-right: 0; } }

.how-it-works-item__image {
  width: 100%; }

.how-it-works-item__container {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .how-it-works-item__container {
      padding-bottom: 20px;
      margin-bottom: 40px;
      border-bottom: 1px solid #ccc;
      justify-content: center;
      align-items: center;
      flex-direction: column; } }

.how-it-works-item__content {
  display: flex;
  flex-direction: column; }

.how-it-works-item__title {
  color: #00438E;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1; }
  @media only screen and (max-width: 600px) {
    .how-it-works-item__title {
      text-align: center; } }

.how-it-works-item__description {
  font-size: 14px;
  color: #444444; }
  @media only screen and (max-width: 600px) {
    .how-it-works-item__description {
      text-align: center; } }
