.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.jumbotron_lifesmartfren {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 34px;
}

.content_lifesmartfren_left_padder {
  padding-left: 24px;
}

.content_lifesmartfren_right_padder {
  padding-right: 64px;
}

.container_lifesmartfren {
  margin-bottom: 64px;
  font-family: "TruenoLt";
  font-style: normal;
}

.box_lifesmartfren {
  font-style: normal;
  margin-bottom: 64px;
}

.title_lifesmartfren {
  font-weight: 700;
  font-size: 120px;
  line-height: 120px;
  font-family: "TruenoRg";
  font-style: normal;
  margin-bottom: 24px;
}

.subtitle_lifesmartfren-1 {
  font-size: 72px;
  font-family: "TruenoRg";
}

.subtitle_lifesmartfren {
  font-weight: 700;
  font-size: 90px;
  line-height: 120px;
  font-family: "TruenoRg";
  font-style: normal;
  margin-bottom: 24px;
}

.content_lifesmartfren {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #434343;
}

/* content digital */
.content_lifesmartfren_title_grow {
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  font-family: "TruenoSBd";
}

.content_lifesmartfren_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  font-family: "TruenoSBd";
  margin-bottom: 24px;
}

.content_lifesmartfren_text {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  font-family: "TruenoLt";
  font-style: normal;
  color: #434343;
}

.content_lifesmartfren_title_sub {
  margin-top: 12px;
  line-height: 32px;
}

.content_lifesmartfren_text_sub {
  margin-bottom: 32px;
}

.instagram_lifesmartfren {
  background-color: #e6e6e6;
  padding: 1em;
}

.instagram_lifesmartfren_text {
  font-family: "TruenoRg";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.instagram_lifesmartfren_icon {
  width: 56px;
  height: 56px;
}

.back_to_career_page {
  text-align: center;
}

.back_to_career_page a span {
  color: #000000;
  margin-right: 5px;
}

.back_to_career_page a {
  color: #FF1659;
  font-family: 'TruenoRg';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.back_to_career_page a:hover {
  color: #FF1659;
}

@media only screen and (max-width: 768px) {
  .jumbotron_lifesmartfren {
    margin-top: 18px;
  }

  .box_lifesmartfren {
    font-style: normal;
    margin-bottom: 24px;
  }

  .title_lifesmartfren {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .subtitle_lifesmartfren-1 {
    font-size: 32px;
  }

  .subtitle_lifesmartfren {
    font-size: 32px;
    line-height: 38px;
  }

  .content_lifesmartfren {
    font-size: 16px;
    line-height: 19px;
  }

  .container_lifesmartfren {
    margin-bottom: 32px;
  }

  .content_lifesmartfren_left_padder {
    padding-left: 0;
  }

  .content_lifesmartfren_right_padder {
    padding-right: 0;
  }

  .center_reponsive {
    text-align: center;
  }

  .content_lifesmartfren_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  .content_lifesmartfren_title_grow {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
  }

  .instagram_lifesmartfren_text {
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
  }

  .instagram_lifesmartfren_img {
    height: 217px;
    object-fit: cover;
  }

  .instagram_lifesmartfren_icon {
    width: 42px;
    height: 42px;
  }

  .footer-logo img {
    width: 40%;
  }

  .col-12-instagram {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .navbar-brand {
    padding-left: 12px;
  }

  .back_to_career_page {
    display: none;
  }
}