@media only screen and (max-width: 600px){

    .error_main_section {
        margin-top: 120px;
        padding-top: 40px;
        padding-bottom: 40px;
        height: 100%;
        background: url(../img/error_bg_phone.png);
    
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .error_h1 {
        color: var(--Dark, #030318);

        /* Mobile/H1 */
        font-family: 'Gilroy';
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
     }
    
     .error_h3 {
        color: var(--Blue-grey, #1A1A31);

        /* Mobile/H3 */
        font-family: 'Gilroy';
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
     }
     .error_p {
        color: var(--Blue-grey, #1A1A31);
        text-align: center;

        /* Mobile/Body */
        font-family: 'Gilroy';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
     }

     .error_return_home {
       /* display: flex; */
       height: 48px;
       padding: 10px 15px;
       /* justify-content: center; */
       align-items: center;
       background: var(--Coral, #FC5252);
       color: var(--White, #FFF);
       /* text-align: center; */
    
       /* Desktop/header */
       font-family: 'Gilroy';
       font-size: 14px;
       font-style: normal;
       font-weight: 600;
       line-height: normal;
       text-transform: uppercase;
       margin: 0px 0px 80px 0px;
       border: none;
     }
     .term_h2 {
      color: var(--Dark, #030318);

      /* Mobile/H3 */
      font-family: 'Gilroy';
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
   }
   .term_h2_p {
      color: var(--Dark, #030318);

      /* Mobile/Body */
      font-family: 'Gilroy';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%; /* 20.8px */
   }


   .term_services_h3 {
      color: var(--Dark, #030318);

      /* Mobile/H3 */
      font-family: 'Gilroy';
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
   }
   .term_services_p {
      color: var(--Blue-grey, #1A1A31);

      /* Mobile/Body */
      font-family: 'Gilroy';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
   }
   .term_consult_h3 {
      color: var(--Dark, #030318);

      /* Mobile/H3 */
      font-family: 'Gilroy';
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
   }
   .term_consult_p {
      color: var(--Blue-grey, #1A1A31);

      /* Mobile/Body */
      font-family: 'Gilroy';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
   }

   .term_payments_h3 {
      color: var(--Dark, #030318);

      /* Mobile/H3 */
      font-family: 'Gilroy';
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
   }
   .term_payments_p {
      color: var(--Blue-grey, #1A1A31);

      /* Mobile/Body */
      font-family: 'Gilroy';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
   }

   .term_cancellations_h3 {
      color: var(--Dark, #030318);

      /* Mobile/H3 */
      font-family: 'Gilroy';
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
   }
   .term_cancellations_p {
      color: var(--Blue-grey, #1A1A31);

      /* Mobile/Body */
      font-family: 'Gilroy';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
   }

   .term_digital_h3 {
      color: var(--Dark, #030318);

      /* Mobile/H3 */
      font-family: 'Gilroy';
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
   }
   .term_digital_p {
      color: var(--Blue-grey, #1A1A31);

      /* Mobile/Body */
      font-family: 'Gilroy';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
   }




















   .right_o_b {
      width: 215px;
      position: absolute;
      right: 0px;
      bottom: -123px;
      opacity: 0.2;
  }

  .left_o_b {
   width: 233px;
   position: absolute;
   left: 0px;
   bottom: -165px;
   opacity: 0.2;
}

}

@media only screen and (min-width: 786px) and (max-width:992px) {
   .left_o_b {
      width: 180px;
      position: absolute;
      left: -43px;
      bottom: -103px;
  }
  .right_o_b {
   width: 180px;
   position: absolute;
   right: 0px;
   bottom: -103px;
   }
}

@media only screen and (min-width: 993px) and (max-width:1199px) {
   .left_o_b {
      width: 315px;
      position: absolute;
      left: -92px;
      bottom: -103px;
  }
  .right_o_b {
   width: 315px;
   position: absolute;
   right: 0px;
   bottom: -103px;
}
}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
   .left_o_b {
      position: absolute;
      left: -147px;
      bottom: -103px;
  }
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
   .left_o_b {
      position: absolute;
      left: -110px;
      bottom: -103px;
  }
}
@media only screen and (min-width: 1440px) and (max-width:1499px) {
   .left_o_b {
      position: absolute;
      left: -98px;
      bottom: -103px;
  }
}
@media only screen and (min-width: 1500px) and (max-width:1599px) {
   .left_o_b {
      position: absolute;
      left: -70px;
      bottom: -103px;
  }
}
@media only screen and (min-width: 1600px) and (max-width:1699px) {
   .left_o_b {
      position: absolute;
      left: -56px;
      bottom: -103px;
    }
    
}
@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}
@media only screen and (min-width: 1800px) and (max-width:1919px) {
    
}