/*-- 2 --*/
@media (min-width: 991px) and (max-width: 1350px) {
  .view-more .section:nth-child(2) {
    width: 280px;
  }
  .view-more .section:nth-child(1) {
    width: calc(100% - 510px);
  }
}

/*-- 3 --*/
@media (min-width: 768px) and (max-width: 990px) {
  .inner-banner-viewmore {
    display: none;
  }

  .view-more .top-sec {
    display: inline-block;
    text-align: center;
  }
  .view-more .section:nth-child(1) {
    width: 100%;
  }
  .view-more .section:nth-child(2) {
    width: 100%;
    margin: 20px 0px;
    margin-bottom: 5px;
  }
  .view-more .section:nth-child(3) {
    width: 100%;
  }
  .view-more .last-line {
    display: inline-flex;
  }

  .view-more .section h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .view-more .subscribe {
    margin: 0 auto;
  }
  .view-more .left-cont {
    width: 100%;
  }

  .view-more .right-cont {
    width: 100%;
  }
  .view-more .content {
    width: 100%;
    display: inline-block;
  }
}

/*-- 4 --*/

@media (max-width: 767px) {
  .inner-banner-viewmore {
    display: none;
  }
  .view-more .section1 {
    margin-top: 100px;
  }

  .view-more .top-sec {
    display: inline-block;
    text-align: center;
  }
  .view-more .section:nth-child(1) {
    width: 100%;
  }
  .view-more .section:nth-child(2) {
    width: 100%;
    margin: 20px 0px;
    margin-bottom: 5px;
  }
  .view-more .section:nth-child(3) {
    width: 100%;
  }
  .view-more .last-line {
    display: block;
  }

  .view-more .section h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .view-more .left-cont {
    width: 100%;
  }

  .view-more .right-cont {
    width: 100%;
  }
  .view-more .content {
    width: 100%;
    display: inline-block;
  }

  .view-more .content h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .view-more .left-cont {
    padding: 0px;
  }
  .view-more .left-cont h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .view-more .right-cont p {
    font-size: 20px;
    line-height: 30px;
  }
  .view-more .right-cont {
    padding: 20px 0px 0 0;
  }
  .view-more .last-line p:nth-child(1) {
    padding-right: 0px;
  }
}
