

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

    /* body{

      border-right: 10px solid blue;
    } */

    h2 {

      font-size: 40px !important;
      line-height: 50px !important;

    }

    .home h3 {

      font-size: 25px !important;
      line-height: 30px !important;

    }


}

/*  Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {

  /* body{

    border-right: 10px solid yellow;
  } */

  h2 {

    font-size: 50px !important;
    line-height: 60px !important;

  }

  h3 {

    font-size: 25px !important;
    line-height: 30px !important;

  }



}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1199px) {

  /* body{

    border-right: 10px solid red;
  } */

  h2 {

    font-size: 50px !important;
    line-height: 60px !important;

  }

  h3 {

    font-size: 25px !important;
    line-height: 30px !important;

  }


}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1599px) {

  /* body{

    border-right: 10px solid green;
  } */

  h2 {

    font-size: 70px !important;
    line-height: 80px !important;

  }


}

/* Body: Large Screens */
/* @media (min-width: 1600px) {


} */
