.career-features__title {
    width: 70%;
 }


 #mln-hover {
   position: relative;
   cursor: pointer;
}

.mln-tooltip {
   display: none;
   position: absolute;
   background: white;
   width: 224px;
   border-radius:8px;
   bottom: 35%;
   right: 70px;
   border: 0.5px solid rgba(232, 232, 232, 1);
   padding: 12px 16px;
   font-size: 14px;
}

#mln-hover:hover + .mln-tooltip {
   display: block;
}


#mln-hover:focus + .mln-tooltip {
   display: block;
}  

 .career-hero__wrapper {
    position:relative;
 }

 .career-hero__img {
    position: relative;
 }

 .career-hero-sbp {
    position: absolute;
    left: 35px;
    bottom: 105px;
    width: 128px;
    height: 69px;
 }

 .sbp-white-block {
    width: 100%;
    min-height: 120px;
    padding: 32px;
    gap: 32px;
    border-radius: 18px;
    background: white;
    margin-bottom: 40px;
    box-sizing: border-box;
    display: flex;
}

.sbp-white-block div {
    width: 80%;
    text-align: left;

    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

 .career-hero__text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
 }
 .rating-section {
    display: none;
 }
 .career-two-elements {
    margin-top: 30px;
    display: flex;
    background: white;
    margin-bottom: 60px;
    padding: 32px;
    border-radius: 18px;
 }
 .career-two-elements-img {
    width: calc(50% - 32px);
    margin-right: 32px;
 }

 .career-two-elements-img + img {
   height: auto;
}

 .career-two-elements-block {
    width: calc(50% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: normal;
 }
 .career-two-elements-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
 }
 .career-two-elements-col {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
 }
 .career-two-elements-title {
    font-family: Squad;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 4px;
    color: rgba(34, 34, 34, 1);
 }
 .career-two-elements-text {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(34, 34, 34, 1);
 }
 .career-two-elements-second-text {
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: rgba(34, 34, 34, 1);
 }

 @media(min-width:768px) and (max-width: 1023px) {
   .mln-tooltip {
      bottom: 50%;
      right: 10px;
   }

   .career-two-elements {
      flex-direction: column;
      padding: 16px;
   }

   .career-two-elements-img {
      width: 100%;
      margin: 0;
      order: 2;
      margin-top: 15px;
      /* height: 430px; */
   }

   .career-two-elements-img img {
      height: 470px;
      width: 100%;
   }

   .career-two-elements-block {
      width: 100%;
      margin: 0;
      order: 1;
   }

   .section-mob__mobile div {
      width: 100%;
   }

   .blue-block-sbp img {
       display: none!important;
   }

   .career-hero-sbp {
      left: 15px;
      bottom: 55px;
      width: 74px;
      height: 40px;
   }
}


 @media(max-width: 767px) {
   .mln-tooltip {
      bottom: 35%;
      right: 0;
      left: 10px;
   }

    .career-hero-sbp {
       display: none;
    }

    .career-features__title {
       width: 100%;
       margin-bottom: 8px;
    }

    .career-hero__text {
       width: 100%;
    }

    .career-two-elements {
       flex-direction: column;
       padding: 16px;
    }

    .career-two-elements-img {
       width: 100%;
       margin: 0;
       order: 2;
       flex: 1;
       margin-top: 15px;
    }

    .career-two-elements-block {
       width: 100%;
       margin: 0;
       order: 1;
    }

    .career-two-elements-title {
       font-size: 20px;
    }

    .career-two-elements-text {
       font-size: 16px;
    }

    .section-mob__mobile div {
       width: 100%;
    }

    .sbp-white-block {
        flex-direction: column;
        height: auto;
    }

    .sbp-white-block div {
        width: 100%;
    }

    .sbp-white-block img {
        width: 54px;
        height: 54px;
    }

    .blue-block-sbp img {
        display: none!important;
    }
 }

