@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .nav,
  .nav-mob-sm,
  .articles-mob-sm,
  .latest-news-mob-sm,
  .funding-mob-sm,
  .mid-links-mob-sm,
  .deals-mob-sm,
  .footer-mob-sm,
  .mid-links > h2,
  .articles > h2 {
    display: none;
  }

  .nav-medium {
    position: fixed;
    z-index: 100;
  }

  .nav-medium-logo {
    height: 80px;
    background-color: rgb(218, 80, 80);
  }

  .nav-medium-logo img {
    width: 66px;
    height: 16px;
    float: right;
    padding: 0 15px;
  }

  .ft-links li {
    margin-right: 15px;
  }

  .u-clear-medium {
    justify-content: space-between;
    background-color: black;
    height: 32px;
    padding: 0 15px;
    transition: ease-out;
  }

  .art-2-box li,
  .nav-medium-sections-section > a,
  .art-2-ft-text a {
    font-size: 1em;
  }

  .articles li {
    margin: 5px;
  }

  .u-clear-medium > ul > li,
  .nav-medium-sections-section {
    margin: 0 5px;
  }

  .nav-medium-div-2 {
    background-color: white;
    height: 48px;
    justify-content: space-between;
  }

  .nav-medium-sections {
    padding-left: 15px;
  }

  .nav-medium-div-2 i {
    margin-right: 20px;
    padding-left: 20px;
  }

  .nav-medium-div-3 {
    background-color: rgb(250, 227, 100);
    height: 30px;
  }

  .nav-medium-div-3 > a {
    color: black;
    margin-left: 120px;
  }

  /* Articles Section */

  .articles {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    width: 98.5%;
    margin: 110px auto 0 auto;
  }

  .bg-img {
    background-image: url(../images/article-1-bg.png);
    background-size: cover;
    height: 550px;
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .bg-img-2 {
    background-image: url(../images/article-2-bg.jpg);
    background-size: cover;
    grid-column: 3/4;
    grid-row: 1/2;
    height: 270px;
  }

  .bg-img-3 {
    background-image: url(../images/article-3-bg.png);
    background-size: cover;
    max-width: 470px;
    grid-column: 3/4;
    grid: 2/3;
    height: 270px;
  }

  .article-1 {
    background: linear-gradient(to bottom, rgba(253, 39, 39, 0.377), black);
    justify-content: flex-end;
  }

  .article-1 > div {
    justify-content: space-between;
    padding: 20px;
  }

  .art-2-box img {
    height: 150px;
  }

  .ft-bottom-div img {
    height: 9px;
    width: 37.13px;
    margin-right: 5px;
  }

  .mid-div > img {
    float: right;
    height: 96px;
    width: 96px;
  }

  .deal-items img {
    height: 205px;
    margin-bottom: 5px;
  }

  .article-1 i,
  .article-3 i {
    margin-right: 5px;
  }

  .top-div > div {
    position: absolute;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(252, 252, 252, 0));
    justify-content: flex-end;
  }

  .mid-div > div {
    float: left;
    padding: 20px 0 0 10px;
  }

  .article-1 > div:first-of-type {
    display: none;
  }

  .article-1 > div:last-of-type {
    padding: 20px;
  }

  .latest-news h1 {
    font-size: 2.5em;
  }

  .articles-3 h2 {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .art-2-box h2 {
    margin: 2px 0 3px 1px;
  }

  .article-2 > h2 {
    font-size: 2em;
    padding: 20px;
  }

  .article-3 > h2 {
    font-size: 1.8em;
    padding: 20px 20px 0 20px;
  }

  .article-1 > div > h2 {
    font-size: 3em;
    width: 95%;
  }

  .article-2,
  .article-3 {
    max-width: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0), rgba(252, 252, 252, 0));
    justify-content: flex-end;
  }

  .article-3 ul {
    padding: 0 20px 20px 20px;
  }

  /* Latest News Section */

  .latest-news {
    width: 95%;
    margin: 0 auto;
  }

  .art-2-title {
    height: 80px;
  }

  .articles-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .art-2-box {
    height: 227px;
  }

  .mid-div a {
    line-height: 1.2;
    max-width: 70%;
    text-justify: auto;
  }

  .description a {
    color: #555;
    line-height: 1.5;
    max-width: 75%;
  }

  .funding-title-div > h2 > a {
    font-size: 2em;
  }

  .funding-title-div > p > a {
    line-height: 3;
  }

  .art-2-box a:first-of-type {
    color: black;
    line-height: 1.2;
  }

  /* Fundings Section */

  .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    margin-top: 20px;
  }

  .item {
    height: 269.13px;
    padding: 12px 0;
  }

  .item:last-child {
    display: none;
  }

  .head {
    background: #f42;
    padding: 12px;
    font-size: 1.2em;
  }

  .funding {
    width: 95%;
    margin: 0 auto;
  }

  .funding-title-div {
    height: 50px;
    margin: 10px 0;
    flex-direction: column;
  }

  .fund {
    background: rgba(255, 68, 34, 0.08);
    padding-left: 12px;
    height: 40px;
  }

  .fund > h5 {
    color: black;
    font-size: 1.4em;
  }

  .fund > p {
    color: #555;
    font-size: 1em;
  }

  .spec {
    height: 80px;
    padding-left: 12px;
    line-height: 1.5;
    color: #555;
  }

  .description {
    height: 80px;
    padding-left: 12px;
  }

  /* Mid Links Section */

  .mid-links {
    width: 95%;
    margin: 0 auto 40px auto;
  }

  .articles-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 0 auto;
  }

  .top-div {
    position: relative;
  }

  .top-div h4 {
    line-height: 1.5;
    padding: 0 0 0 10px;
  }

  .top-div h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
    padding: 5px 10px 5px 10px;
  }

  .bottom-div > ul > li {
    height: 51px;
  }

  .top-div > div > ul > li {
    margin: 0 8px;
  }

  .mid-div {
    background-color: #ff432215;
    height: 96px;
  }

  .mid-div h5 {
    font-size: 0.7em;
    margin-bottom: 5px;
  }

  .articles-3 ul {
    list-style: none;
  }

  .bottom-div > ul > li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  .bottom-div {
    width: 89%;
    height: 255px;
    padding: 20px;
  }

  /* Deals section */

  .deals-title {
    width: 95%;
    justify-content: space-between;
    margin: 0 auto;
  }

  .deals div h2 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }

  .deals div h4 {
    font-size: 1.1em;
  }

  .deals-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    width: 95%;
    margin: 0 auto;
  }

  .deal-items {
    height: 320px;
  }

  .font {
    font-size: 1.2em;
    height: 40px;
    margin-bottom: 20px;
  }

  .price {
    height: 26px;
    margin-bottom: 5px;
  }

  .new-price {
    font-size: 1.1em;
    color: #555;
    margin-left: 10px;
  }

  /* Footer Section */

  .footer {
    height: 257px;
  }

  .ft-top-div {
    background-color: #131313;
    height: 160px;
  }

  .ft-top-div i {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #333;
    margin-right: 20px;
    text-align: center;
    padding-top: 10px;
  }

  .ft-links {
    margin-top: 30px;
  }

  .ft-bottom-div {
    background-color: #000;
    height: 98px;
  }

  .ft-bottom-div p {
    margin-right: 5px;
  }
}
