#why-choose-us {
  padding: 90px 50px 50px 50px;
  position: relative;
  min-height: 860px; }
  @media (max-width: 1145px) {
    #why-choose-us {
      padding: 70px 50px 90px 50px; } }
  @media (max-width: 767px) {
    #why-choose-us {
      padding: 50px 20px 50px 20px; } }
  #why-choose-us .hp-section-color-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--primaryColor);
    z-index: 1; }
  #why-choose-us picture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply; }
    #why-choose-us picture img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #why-choose-us .why-choose-us-inner {
    max-width: 1250px;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 2; }
    #why-choose-us .why-choose-us-inner .title {
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-size: 55px;
      line-height: 82px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      max-width: 1040px;
      margin: 0 auto 85px auto; }
      @media (max-width: 767px) {
        #why-choose-us .why-choose-us-inner .title {
          font-size: 45px;
          line-height: 65px;
          margin: 0 auto 50px auto; } }
      @media (max-width: 374px) {
        #why-choose-us .why-choose-us-inner .title {
          font-size: 30px;
          line-height: 50px; } }
    #why-choose-us .why-choose-us-inner .reasons-wrapper {
      display: flex; }
      @media (max-width: 1145px) {
        #why-choose-us .why-choose-us-inner .reasons-wrapper {
          flex-direction: column; } }
      #why-choose-us .why-choose-us-inner .reasons-wrapper .left {
        flex-basis: 575px;
        margin-right: 60px;
        flex-grow: 0;
        flex-shrink: 0; }
        @media (max-width: 1145px) {
          #why-choose-us .why-choose-us-inner .reasons-wrapper .left {
            margin-right: 0px;
            flex-basis: auto;
            width: 100%;
            margin-bottom: 50px;
            text-align: center; } }
        @media (max-width: 767px) {
          #why-choose-us .why-choose-us-inner .reasons-wrapper .left {
            text-align: left;
            margin-bottom: 20px; } }
        #why-choose-us .why-choose-us-inner .reasons-wrapper .left .reason {
          font-family: "Oswald", sans-serif;
          font-weight: 300;
          font-size: 35px;
          line-height: 52px;
          letter-spacing: 2.5px;
          text-transform: capitalize;
          color: #fff;
          border-bottom: 4px solid transparent;
          transition: border-color 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98);
          cursor: pointer;
          display: inline-block; }
          #why-choose-us .why-choose-us-inner .reasons-wrapper .left .reason.active {
            border-bottom: 4px solid var(--tertiaryColor); }
          @media (max-width: 767px) {
            #why-choose-us .why-choose-us-inner .reasons-wrapper .left .reason {
              font-size: 32px;
              line-height: 50px; } }
          @media (max-width: 374px) {
            #why-choose-us .why-choose-us-inner .reasons-wrapper .left .reason {
              font-size: 25px;
              line-height: 44px; } }
      #why-choose-us .why-choose-us-inner .reasons-wrapper .right {
        flex-grow: 1;
        position: relative; }
        #why-choose-us .why-choose-us-inner .reasons-wrapper .right .answer-box {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          opacity: 0;
          transition: opacity 0.5s cubic-bezier(0.17, 0.66, 0.34, 0.98); }
          #why-choose-us .why-choose-us-inner .reasons-wrapper .right .answer-box p {
            color: #fff; }
        #why-choose-us .why-choose-us-inner .reasons-wrapper .right .answer-box.active {
          opacity: 1;
          position: static; }
