#content {
  width: 100%;
  padding-bottom: 30px;
}
#content .banner {
  width: 100%;
  padding: 52px 30px 30px;
  background: linear-gradient(152deg, #5FD5B6 0%, #4BFE85 100%);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
#content .banner h1 {
  width: 818px;
  font-family: b;
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  line-height: 56px;
  text-align: center;
}
#content .banner p {
  width: 1000px;
  font-family: r;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  text-align: center;
  margin-bottom: 24px;
}
#content .banner .class_list {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 231px));
  grid-gap: 16px;
}
#content .banner .class_list .class_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 24px 0;
}
#content .banner .class_list .class_item img {
  width: 56px;
  height: 56px;
  margin-bottom: 12px;
}
#content .banner .class_list .class_item h3 {
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
#content .cont {
  width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}
#content .cont .mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
#content .cont .mission h3 {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}
#content .cont .mission p {
  max-width: 1088px;
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  text-align: center;
  margin-bottom: 4px;
}
#content .cont .mission .more {
  width: 230px;
  height: 44px;
  background: linear-gradient(152deg, #5FD5B6 0%, #4BFE85 100%);
  border-radius: 4px 4px 4px 4px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .cont .mission .more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
#content .cont .follow {
  width: 100%;
  padding: 24px 0;
  background: #F9FAFB;
  border-radius: 156px 156px 156px 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
#content .cont .follow .fo_img {
  width: 265px;
  height: 265px;
  margin-right: 76px;
}
#content .cont .follow .fo_r h3 {
  font-family: b;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  margin-bottom: 8px;
}
#content .cont .follow .fo_r p {
  width: 493px;
  font-family: r;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 20px;
}
#content .cont .follow .fo_r .form {
  display: flex;
  align-items: center;
}
#content .cont .follow .fo_r .form .enter {
  width: 334px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-right: 18px;
}
#content .cont .follow .fo_r .form .enter img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#content .cont .follow .fo_r .form .enter input {
  width: calc(100% - 40px);
  border: none;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
#content .cont .follow .fo_r .form button {
  border: none;
  width: 105px;
  height: 48px;
  background: #007AFF;
  border-radius: 6px 6px 6px 6px;
  font-family: b;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
#content .cont .credit_cards {
  margin-bottom: 38px;
}
#content .cont .credit_cards .cards_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
#content .cont .credit_cards .cards_top h3 {
  font-family: b;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}
#content .cont .credit_cards .cards_top .more {
  padding: 0 24px;
  height: 44px;
  background: linear-gradient(152deg, #5FD5B6 0%, #4BFE85 100%);
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont .credit_cards .cards_top .more span {
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
#content .cont .credit_cards .cards_top .more img {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
#content .cont .credit_cards .cards_cont {
  display: flex;
  justify-content: space-between;
}
#content .cont .credit_cards .cards_cont .cards_l {
  width: 601px;
  margin-right: 16px;
  position: relative;
}
#content .cont .credit_cards .cards_cont .cards_l .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
#content .cont .credit_cards .cards_cont .cards_l img {
  width: 601px;
  height: 325px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
#content .cont .credit_cards .cards_cont .cards_l .cards_title {
  padding: 10px 12px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(2, 2, 2, 0.6);
  border-radius: 0 0 8px 8px;
}
#content .cont .credit_cards .cards_cont .cards_r {
  width: 100%;
}
#content .cont .credit_cards .cards_cont .cards_r .cards_r_item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .cont .credit_cards .cards_cont .cards_r .cards_r_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont .credit_cards .cards_cont .cards_r .cards_r_item .item_cover {
  width: 187px;
  height: 115px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #FFFFFF;
  margin-right: 16px;
  object-fit: cover;
  border-radius: 8px;
}
#content .cont .credit_cards .cards_cont .cards_r .cards_r_item .item_r {
  width: calc(100% - 203px);
}
#content .cont .credit_cards .cards_cont .cards_r .cards_r_item .item_r span {
  font-family: r;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
}
#content .cont .credit_cards .cards_cont .cards_r .cards_r_item .item_r h4 {
  font-family: s;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .cont .credit_cards .cards_cont .cards_r .cards_r_item:hover .item_r h4 {
  color: #007AFF;
}
#content .cont .credit_cards .cards_cont .cards_r .cards_r_item:last-child {
  margin-bottom: 0;
}
#content .cont .savings {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#content .cont .savings .sav_l {
  width: 583px;
}
#content .cont .savings .sav_l .tab {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  margin-bottom: 12px;
  display: block;
}
#content .cont .savings .sav_l h3 {
  font-family: b;
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  line-height: 48px;
}
#content .cont .savings .sav_l p {
  font-family: r;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
#content .cont .savings .sav_l .read_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
}
#content .cont .savings .sav_l .read_more span {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
#content .cont .savings .sav_l .read_more img {
  width: 24px;
  height: 24px;
}
#content .cont .savings .sav_img {
  width: 618px;
}
#content .cont .card_box {
  margin-bottom: 40px;
}
#content .cont .card_box .card_title {
  font-family: b;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  display: block;
  margin-bottom: 12px;
}
#content .cont .card_box .card_list {
  display: grid;
  grid-template-columns: repeat(5, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont .card_box .card_list .card_item img {
  width: 100%;
  border-radius: 8px;
}
#content .cont .card_box .card_list .card_item span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
}
#content .cont .card_box .card_list .card_item h3 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont .card_box .card_list .card_item:hover h3 {
  color: #007AFF;
}
#content .cont .offers {
  display: flex;
  justify-content: space-between;
}
#content .cont .offers .off_l {
  width: 458px;
}
#content .cont .offers .off_l h3 {
  font-family: b;
  font-weight: bold;
  font-size: 38px;
  color: #000000;
  margin-bottom: 30px;
}
#content .cont .offers .off_l .que_box {
  margin-bottom: 24px;
}
#content .cont .offers .off_l .que_box .q {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 4px;
}
#content .cont .offers .off_l .que_box .read_more {
  width: 365px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #000;
}
#content .cont .offers .off_l .que_box .read_more span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
#content .cont .offers .off_l .que_box .read_more img {
  width: 24px;
  height: 24px;
}
#content .cont .offers .off_list {
  width: 725px;
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 17px;
}
#content .cont .offers .off_list .off_item img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  margin-bottom: 8px;
  border-radius: 8px;
}
#content .cont .offers .off_list .off_item span {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #333333;
}
#content .cont .offers .off_list .off_item h3 {
  font-family: s;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
#content .cont .offers .off_list .off_item:hover h3 {
  color: #007AFF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .banner {
    width: 100%;
    padding: 12px;
    margin-bottom: 32px;
  }
  #content .banner h1 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  #content .banner p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  #content .banner .class_list {
    grid-template-columns: repeat(5, minmax(100px, 231px));
    grid-gap: 12px;
  }
  #content .cont {
    width: 100%;
    padding: 0 12px;
  }
  #content .cont .mission {
    margin-bottom: 16px;
  }
  #content .cont .mission .more {
    margin-top: 6px;
  }
  #content .cont .follow {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .cont .follow .fo_img {
    display: none;
  }
  #content .cont .follow .fo_r h3 {
    font-family: b;
    margin-bottom: 0px;
    text-align: center;
  }
  #content .cont .follow .fo_r p {
    width: 100%;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .cont .follow .fo_r .form {
    justify-content: center;
  }
  #content .cont .follow .fo_r .form .enter {
    width: calc(100% - 123px);
    margin-right: 8px;
  }
  #content .cont .credit_cards {
    margin-bottom: 16px;
  }
  #content .cont .credit_cards .cards_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont .credit_cards .cards_top h3 {
    font-family: b;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
  }
  #content .cont .credit_cards .cards_top .more span {
    display: none;
  }
  #content .cont .credit_cards .cards_top .more img {
    margin-left: 0;
  }
  #content .cont .credit_cards .cards_cont {
    flex-direction: column;
  }
  #content .cont .credit_cards .cards_cont .cards_l {
    width: 100%;
    margin: 0 0 12px 0;
  }
  #content .cont .credit_cards .cards_cont .cards_l img {
    width: 100%;
  }
  #content .cont .credit_cards .cards_cont .cards_r {
    width: 100%;
  }
  #content .cont .savings {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
  #content .cont .savings .sav_l {
    width: 100%;
  }
  #content .cont .savings .sav_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 34px;
  }
  #content .cont .savings .sav_img {
    width: 100%;
  }
  #content .cont .card_box {
    margin-bottom: 16px;
  }
  #content .cont .card_box .card_title {
    font-family: b;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
  }
  #content .cont .card_box .card_list {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont .offers {
    flex-direction: column;
  }
  #content .cont .offers .off_l {
    width: 100%;
  }
  #content .cont .offers .off_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
  }
  #content .cont .offers .off_l .que_box .read_more {
    width: 100%;
  }
  #content .cont .offers .off_list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .banner {
    width: 100%;
    padding: 12px;
    margin-bottom: 32px;
  }
  #content .banner h1 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  #content .banner p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  #content .banner .class_list {
    grid-template-columns: repeat(4, minmax(100px, 231px));
    grid-gap: 12px;
  }
  #content .cont {
    width: 100%;
    padding: 0 12px;
  }
  #content .cont .mission {
    margin-bottom: 16px;
  }
  #content .cont .mission .more {
    margin-top: 6px;
  }
  #content .cont .follow {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .cont .follow .fo_img {
    display: none;
  }
  #content .cont .follow .fo_r h3 {
    font-family: b;
    margin-bottom: 0px;
    text-align: center;
  }
  #content .cont .follow .fo_r p {
    width: 100%;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .cont .follow .fo_r .form {
    justify-content: center;
  }
  #content .cont .follow .fo_r .form .enter {
    width: calc(100% - 123px);
    margin-right: 8px;
  }
  #content .cont .credit_cards {
    margin-bottom: 16px;
  }
  #content .cont .credit_cards .cards_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont .credit_cards .cards_top h3 {
    font-family: b;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
  }
  #content .cont .credit_cards .cards_top .more span {
    display: none;
  }
  #content .cont .credit_cards .cards_top .more img {
    margin-left: 0;
  }
  #content .cont .credit_cards .cards_cont {
    flex-direction: column;
  }
  #content .cont .credit_cards .cards_cont .cards_l {
    width: 100%;
    margin: 0 0 12px 0;
  }
  #content .cont .credit_cards .cards_cont .cards_l img {
    width: 100%;
  }
  #content .cont .credit_cards .cards_cont .cards_r {
    width: 100%;
  }
  #content .cont .savings {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
  #content .cont .savings .sav_l {
    width: 100%;
  }
  #content .cont .savings .sav_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 34px;
  }
  #content .cont .savings .sav_img {
    width: 100%;
  }
  #content .cont .card_box {
    margin-bottom: 16px;
  }
  #content .cont .card_box .card_title {
    font-family: b;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
  }
  #content .cont .card_box .card_list {
    grid-template-columns: repeat(5, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont .offers {
    flex-direction: column;
  }
  #content .cont .offers .off_l {
    width: 100%;
  }
  #content .cont .offers .off_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
  }
  #content .cont .offers .off_l .que_box .read_more {
    width: 100%;
  }
  #content .cont .offers .off_list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .banner {
    width: 100%;
    padding: 12px;
    margin-bottom: 32px;
  }
  #content .banner h1 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  #content .banner p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  #content .banner .class_list {
    grid-template-columns: repeat(3, minmax(100px, 231px));
    grid-gap: 12px;
  }
  #content .cont {
    width: 100%;
    padding: 0 12px;
  }
  #content .cont .mission {
    margin-bottom: 16px;
  }
  #content .cont .mission .more {
    margin-top: 6px;
  }
  #content .cont .follow {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .cont .follow .fo_img {
    width: 100%;
    object-fit: cover;
    margin-right: 0;
  }
  #content .cont .follow .fo_r h3 {
    font-family: b;
    margin-bottom: 0px;
    text-align: center;
  }
  #content .cont .follow .fo_r p {
    width: 100%;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .cont .follow .fo_r .form {
    justify-content: center;
  }
  #content .cont .follow .fo_r .form .enter {
    width: calc(100% - 123px);
    margin-right: 8px;
  }
  #content .cont .credit_cards {
    margin-bottom: 16px;
  }
  #content .cont .credit_cards .cards_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont .credit_cards .cards_top h3 {
    font-family: b;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
  }
  #content .cont .credit_cards .cards_top .more span {
    display: none;
  }
  #content .cont .credit_cards .cards_top .more img {
    margin-left: 0;
  }
  #content .cont .credit_cards .cards_cont {
    flex-direction: column;
  }
  #content .cont .credit_cards .cards_cont .cards_l {
    width: 100%;
    margin: 0 0 12px 0;
  }
  #content .cont .credit_cards .cards_cont .cards_l img {
    width: 100%;
  }
  #content .cont .credit_cards .cards_cont .cards_r {
    width: 100%;
  }
  #content .cont .savings {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
  #content .cont .savings .sav_l {
    width: 100%;
  }
  #content .cont .savings .sav_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 34px;
  }
  #content .cont .savings .sav_img {
    width: 100%;
  }
  #content .cont .card_box {
    margin-bottom: 40px;
  }
  #content .cont .card_box .card_title {
    font-family: b;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
  }
  #content .cont .card_box .card_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont .offers {
    flex-direction: column;
  }
  #content .cont .offers .off_l {
    width: 100%;
  }
  #content .cont .offers .off_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
  }
  #content .cont .offers .off_l .que_box .read_more {
    width: 100%;
  }
  #content .cont .offers .off_list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .banner {
    width: 100%;
    padding: 12px;
    margin-bottom: 32px;
  }
  #content .banner h1 {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  #content .banner p {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  #content .banner .class_list {
    grid-template-columns: repeat(2, minmax(100px, 231px));
    grid-gap: 12px;
  }
  #content .cont {
    width: 100%;
    padding: 0 12px;
  }
  #content .cont .mission {
    margin-bottom: 16px;
  }
  #content .cont .mission .more {
    margin-top: 6px;
  }
  #content .cont .follow {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  #content .cont .follow .fo_img {
    width: 100%;
    margin-right: 0;
  }
  #content .cont .follow .fo_r h3 {
    font-family: b;
    margin-bottom: 0px;
    text-align: center;
  }
  #content .cont .follow .fo_r p {
    width: 100%;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  #content .cont .follow .fo_r .form {
    justify-content: center;
  }
  #content .cont .follow .fo_r .form .enter {
    width: calc(100% - 123px);
    margin-right: 8px;
  }
  #content .cont .credit_cards {
    margin-bottom: 16px;
  }
  #content .cont .credit_cards .cards_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  #content .cont .credit_cards .cards_top h3 {
    font-family: b;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
  }
  #content .cont .credit_cards .cards_top .more span {
    display: none;
  }
  #content .cont .credit_cards .cards_top .more img {
    margin-left: 0;
  }
  #content .cont .credit_cards .cards_cont {
    flex-direction: column;
  }
  #content .cont .credit_cards .cards_cont .cards_l {
    width: 100%;
    margin: 0 0 12px 0;
  }
  #content .cont .credit_cards .cards_cont .cards_l img {
    width: 100%;
  }
  #content .cont .credit_cards .cards_cont .cards_r {
    width: 100%;
  }
  #content .cont .savings {
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
  #content .cont .savings .sav_l {
    width: 100%;
  }
  #content .cont .savings .sav_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    line-height: 34px;
  }
  #content .cont .savings .sav_img {
    width: 100%;
  }
  #content .cont .card_box {
    margin-bottom: 40px;
  }
  #content .cont .card_box .card_title {
    font-family: b;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
  }
  #content .cont .card_box .card_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont .offers {
    flex-direction: column;
  }
  #content .cont .offers .off_l {
    width: 100%;
  }
  #content .cont .offers .off_l h3 {
    font-family: b;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
  }
  #content .cont .offers .off_l .que_box .read_more {
    width: 100%;
  }
  #content .cont .offers .off_list {
    width: 100%;
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
