.big-ten__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f3f3f3;
  position: relative;
  z-index: 9;
  border-radius: 0 0 150px 0;
  padding-top: 140px;
  padding-bottom: 130px;
}

.big-ten__left {
  width: 260px;
}

.big-ten__right {
  width: calc(100% - 414px);
}

.big-ten__text--title h2 {
  font-family: "Druk";
  color: #ef1e4a;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 2.1px;
  margin-bottom: 9px;
  line-height: 70px;
}

.big-ten__text--title p {
  font-family: ff-good-web-pro-wide, sans-serif;
  color: #363636;
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
}

.big-ten__btn a {
  font-family: ff-good-headline-web-pro-con, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ef1e4a !important;
  position: relative;
  text-decoration: none;
}

.big-ten__btn a:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 4px;
  bottom: -6px;
  left: 0;
  background-color: #ef1e4a;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s;
}

.big-ten__btn a:hover:after {
  visibility: visible;
  width: 100%;
}

.big-ten__btn {
  padding-top: 35px;
}

.big-ten__cards {
  display: flex;
  flex-wrap: wrap;
}

.big-ten__cards--item {
  width: 50%;
}

.big-ten__cards--item__inner {
  max-width: 398px;
}

.big-ten__cards--item:nth-child(2n + 2) {
  display: flex;
  justify-content: flex-end;
}

.big-ten__wrap {
  margin: 0px auto;
}

.big-ten__cards--item h3 {
  font-family: "Druk";
  color: #363636;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin: 0px;
  padding-bottom: 11px;
}

.big-ten__cards--item p {
  margin: 0 px;
  font-family: ff-good-web-pro-wide, sans-serif;
  color: #363636;
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
}

.big-ten__cards--item {
  width: 50%;
  margin-bottom: 65px;
}

.big-ten:after {
  content: "";
  background-color: #f3f3f3;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.big-ten {
  position: relative;
  margin-bottom: 117px;
  overflow:hidden;
}

/* .big-ten__wrap:before {
  content: "";
  background-color: #6748ff;
  width: 135px;
  height: calc(100% - 130px);
  position: absolute;
  top: 0;
  right: -130px;
  z-index: 99;
}
 */

.big-ten__cards--item:nth-last-child(-n + 2) {
  margin-bottom: 0px;
}

.big-ten__wrap:before {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  right: -140px;
  background-color: #f3f3f3;
  z-index: -1;
  border-radius: 0 0 230px 0;
}

.big-ten__wrap:after {
  content: "";
  border-left: 140px solid #fff;
  border-top: 140px solid transparent;
  border-bottom: 140px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right: -180px;
  bottom: -97px;
}

.big-ten__outter {
  position: relative;
}

.big-ten__outter:before {
  content: "";
  position: absolute;
  background-image: url(https://f.hubspotusercontent20.net/hubfs/5994026/Web-2021/Bad-ads-defined/big-ten-top.svg);
  background-repeat: no-repeat;
  width: 351px;
  height: 120px;
  background-position: center;
  top: -59px;
  right: -235px;
  background-size: contain;
  z-index: 9;
}

.big-ten__outter:after {
  content: "";
  position: absolute;
  background-image: url(https://f.hubspotusercontent20.net/hubfs/5994026/Web-2021/Bad-ads-defined/big-ten-bottom.svg);
  background-repeat: no-repeat;
  width: 351px;
  height: 83px;
  background-position: center;
  bottom: -23px;
  left: -90px;
  background-size: contain;
  z-index: 9;
}

/****** Responsive  ******/

@media screen and (max-width: 1650px) {
  .big-ten__outter:before {
    right: 0px;
  }

  .big-ten__outter:after {
    left: 0;
  }

  .big-ten__wrap {
    border-radius: 0 0 100px 0;
  }

  /*
  .big-ten__wrap:after {
    content: "";
    border-left: 60px solid #fff;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    right: -10px;
    bottom: -43px;
  }
  */

  .big-ten__wrap {
    overflow: hidden;
  }
  
  .big-ten__right {
      width: calc(100% - 350px);
  }

  .big-ten__wrap {
      padding-right: 40px;
  }

  
  .big-ten__wrap:after {
      content: "";
      border-left: 90px solid #fff;
      border-top: 90px solid transparent;
      border-bottom: 90px solid transparent;
      position: absolute;
      transform: rotate(45deg);
      right: -25px;
      bottom: -98px;
  }

  .big-ten__wrap {
      border-radius: 0 0 100px 0;
  }
}

@media screen and (max-width: 1440px) {
  .big-ten__right {
    width: calc(100% - 350px);
  }

  .big-ten__wrap {
    padding-right: 40px;
  }

  .big-ten__cards--item p {
    margin: 0px 30px 0px 0px;
  }
}

@media screen and (max-width: 1280px) {
  .big-ten__wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .big-ten__cards--item {
    width: 48%;
  }

  .big-ten__cards {
    justify-content: space-between;
  }
}

@media (max-width: 1080px) {
  .big-ten__wrap:after {
    content: "";
    border-left: 40px solid #fff;
    border-top: 50px solid transparent;
    border-bottom: 60px solid transparent;
    position: absolute;
    transform: rotate(42deg);
    right: 4px;
    bottom: -32px;
  }

  .big-ten__wrap {
    padding-left: 0;
  }

  .big-ten__right {
    width: calc(100% - 320px);
  }

  .big-ten__cards--item {
    width: 47%;
  }

  .big-ten__wrap {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media (max-width: 990px) {
}

@media (max-width: 800px) {
  .big-ten__left {
    width: 230px;
  }

  .big-ten__right {
    width: calc(100% - 270px);
  }

  .big-ten__cards--item h3 {
    font-size: 34px;
  }

  .big-ten__wrap {
    padding-right: 35px;
  }
}


@media screen and (max-width: 1024px) and (min-width: 768px) {
    .big-ten__left {
        width: 100%;
        padding-bottom: 80px;
    }
  
    .big-ten__right {
        width: 100%;
    }
  

    .big-ten__text--box {
        max-width: 350px;
    }

}






@media (max-width: 767px) {
  .big-ten__wrap {
    padding-top: 80px;
  }

  .big-ten__left {
    width: 100%;
    padding-bottom: 107px;
  }

  .big-ten__right {
    width: 100%;
  }

  .big-ten__text--box {
    max-width: 270px;
  }

  .isotope-pager a.pager {
    margin: 0 2px 30px 2px;
  }
}

@media (max-width: 479px) {
  .isotope-pager {
    max-width: 350px;
    margin: 0 auto;
  }
  .isotope-pager a.pager {
    width: 37px;
  }
  

  .big-ten__outter:before {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/5994026/Web-2021/Bad-ads-defined/big-ten-before-mobile.svg);
    width: 161px;
    height: 122px;
    top: -61px;
    right: -21px;
  }

  .big-ten__outter:after {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/5994026/Web-2021/Bad-ads-defined/big-ten-after-mobile.svg);
    width: 161px;
    height: 46px;
    background-position: center;
    bottom: -70px;
    left: 4px;
  }

  .big-ten__cards--item {
    width: 100%;
    margin-bottom: 55px;
  }

  .big-ten {
    margin-bottom: 141px;
  }
  .big-ten__text--title h2 {
    font-size: 50px;
  }
  .big-ten__text--title p {
    font-family: ff-good-web-pro, sans-serif;
  }
  .big-ten__btn {
    font-size: 26px;
  }

  .big-ten__cards--item:nth-last-child(-n + 2) {
    margin-bottom: 50px;
  }

  .big-ten__cards--item:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 360px) {
   .isotope-pager a.pager {
    width: 30px;
  }
}
