/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-two-row-items/block-two-row-items.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
.two-row-items {
  padding: 50px 0; }
  .two-row-items__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1730px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .two-row-items__container {
        padding: 0 24px; } }
    @media screen and (min-width: 1921px) {
      .two-row-items__container {
        max-width: 90.1vw; } }
  .two-row-items__item {
    position: relative;
    max-width: 46%;
    width: 100%;
    padding: 32px;
    margin: 2%;
    min-height: 330px;
    background-color: #fff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.07);
    transition: 350ms ease; }
    @media screen and (max-width: 768px) {
      .two-row-items__item {
        max-width: 100%;
        margin: 0;
        margin-bottom: 24px;
        background-color: #e95208; } }
    @media screen and (min-width: 1921px) {
      .two-row-items__item {
        padding: 1.66vw;
        min-height: 17.18vw;
        box-shadow: 0 0.2vw 2vw rgba(0, 0, 0, 0.07); } }
    .two-row-items__item:hover {
      background-color: #e95208; }
      .two-row-items__item:hover .two-row-items__background-image {
        opacity: 1; }
      .two-row-items__item:hover .two-row-items__title {
        color: #fff; }
      .two-row-items__item:hover .logo_one {
        opacity: 0; }
      .two-row-items__item:hover .logo_two {
        opacity: 1;
        display: block; }
      .two-row-items__item:hover .two-row-items__entry-content {
        color: #fff; }
      .two-row-items__item:hover .two-row-items__button {
        background-color: #e95208 !important;
        border: 2px solid #fff !important; }
        .two-row-items__item:hover .two-row-items__button .btn__text-wrap {
          color: #fff !important; }
        .two-row-items__item:hover .two-row-items__button:hover {
          background-color: #fff !important; }
          .two-row-items__item:hover .two-row-items__button:hover .btn__text-wrap {
            color: #e95208 !important; }
  .two-row-items__background-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    transition: 350ms ease;
    opacity: 0;
    width: auto; }
    @media screen and (max-width: 768px) {
      .two-row-items__background-image {
        opacity: 1; } }
    @media screen and (min-width: 1921px) {
      .two-row-items__background-image {
        max-height: 13.8vw;
        height: 100vh; } }
  .two-row-items__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .two-row-items__content-img {
    position: relative;
    margin-bottom: 16px;
    max-width: 48px;
    max-height: 48px;
    height: 48px; }
    @media screen and (min-width: 1921px) {
      .two-row-items__content-img {
        margin-bottom: 0.83vw;
        max-height: 2.5vw;
        max-width: 2.5vw;
        height: 2.5vw;
        width: 100%; } }
  .two-row-items__logo {
    width: 100%;
    transition: 350ms ease; }
    @media screen and (max-width: 768px) {
      .two-row-items__logo.logo_one {
        opacity: 0; } }
    .two-row-items__logo.logo_two {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .two-row-items__logo.logo_two {
          opacity: 1; } }
  .two-row-items__title {
    color: #000;
    max-width: 420px;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    transition: 350ms ease; }
    @media screen and (max-width: 768px) {
      .two-row-items__title {
        color: #fff; } }
    @media screen and (min-width: 1921px) {
      .two-row-items__title {
        font-size: 1.56vw;
        max-width: 21.87vw;
        margin-bottom: 0.41vw; } }
  .two-row-items__entry-content {
    max-width: 420px;
    margin-bottom: 32px;
    transition: 350ms ease;
    color: #000;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .two-row-items__entry-content {
        color: #fff; } }
    @media screen and (min-width: 1921px) {
      .two-row-items__entry-content {
        max-width: 21.87vw;
        font-size: 0.83vw;
        margin-bottom: 1.66vw; } }
  .two-row-items__button {
    background-color: #fff !important; }
    .two-row-items__button .btn__text-wrap {
      color: #e95208 !important;
      text-transform: uppercase; }

