.philosophy {
  position: relative;
  padding: 64px 0; }
  @media screen and (max-width: 751px) {
    .philosophy {
      padding: 48px 0; } }
  @media screen and (max-width: 751px) {
    .philosophy .title_wrap {
      margin-top: 0; }
      .philosophy .title_wrap h3 {
        margin-top: 0; }
    .philosophy .row.mt-80 {
      margin-top: 64px; } }
  .philosophy .white_wrapp {
    display: flex;
    padding-right: 32px; }
    @media screen and (max-width: 751px) {
      .philosophy .white_wrapp {
        flex-direction: column;
        margin: 0 8px;
        padding-right: 16px; } }
    .philosophy .white_wrapp .philosophy_img_wrapp {
      max-width: 208px;
      width: 100%; }
      @media screen and (max-width: 751px) {
        .philosophy .white_wrapp .philosophy_img_wrapp {
          max-width: 272px;
          padding-top: 0; } }
      @media screen and (max-width: 991px) {
        .philosophy .white_wrapp .philosophy_img_wrapp {
          padding-top: 8px; } }
      .philosophy .white_wrapp .philosophy_img_wrapp img {
        width: 100%;
        width: 100%;
        border-radius: 10px; }
    .philosophy .white_wrapp .philosophy_info_wrapp {
      display: flex;
      flex-direction: column;
      max-width: 656px;
      justify-content: center;
      padding-left: 32px; }
      @media screen and (max-width: 751px) {
        .philosophy .white_wrapp .philosophy_info_wrapp {
          padding: 16px 0 0; } }
      .philosophy .white_wrapp .philosophy_info_wrapp h5 {
        color: #46515C;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
        margin-top: 0; }
        @media screen and (max-width: 751px) {
          .philosophy .white_wrapp .philosophy_info_wrapp h5 {
            font-size: 16px; } }
      .philosophy .white_wrapp .philosophy_info_wrapp p {
        color: #46515C;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 0; }
