@media (max-width: 1200px) {
  .case-details-wrapper .w1200 {
    width: 90%;
  }
  .case-details-wrapper .main-content .content-header {
    height: 980px;
    background-position: 0px 0px;
  }
  .case-details-wrapper .main-content .content-header .header-wrapper {
    padding: 80px 0;
  }
  .case-details-wrapper .main-content .content-header .header-left {
    width: 100%;
    top: 298px;
    padding: 64px 48px;
  }
  .case-details-wrapper .main-content .content-header .header-left .references {
    font-size: 32px;
  }
  .case-details-wrapper .main-content .content-header .header-left .case-title {
    font-size: 48px;
    line-height: 72px;
  }
  .case-details-wrapper .main-content .content-header .header-left .case-title-line {
    width: 132px;
    height: 6px;
    background-color: #3734A9;
    margin: 28px 0;
  }
  .case-details-wrapper .main-content .content-header .header-left .title-description {
    font-size: 28px;
    line-height: 48px;
  }
  .case-details-wrapper .main-content .content-header .header-right {
    width: 100%;
    height: 300px;
    top: 80px;
    border-radius: 48px;
  }
  .case-details-wrapper .main-content .content-center {
    margin-top: 338px;
  }
  .case-details-wrapper .main-content .content-center-left {
    width: 100%;
  }
  .case-details-wrapper .main-content .content-center-right {
    display: none;
  }
  .case-details-wrapper .main-content .content-center .item-title {
    font-family: SemiBold;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #3734A9;
  }
  .case-details-wrapper .main-content .content-center .section-info-sub {
    font-family: Regular;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .case-details-wrapper .main-content .content-center .section-info-point-li {
    font-family: 'Regular';
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 12px;
  }
  .case-details-wrapper .main-content .content-center .section-info-point .section-info-title {
    font-family: Regular;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #3734A9;
    text-align: left;
    margin-top: 26px;
  }
  .case-details-wrapper .main-content .content-center .section-info-point .section-info-subTitle {
    font-family: Regular;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #3734A9;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 16px;
  }
  .case-details-wrapper .main-content .content-center .section-info-point-content {
    width: calc(100% - 32px);
    color: #181433;
    font-family: 'Regular';
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    line-height: 48px;
    padding-left: 9px;
    margin-bottom: 32px;
  }
  .case-details-wrapper .main-content .content-center .section-info-box {
    display: block;
  }
  .case-details-wrapper .main-content .content-center .section-info-box .box {
    width: 100%;
    border-radius: 16px;
    padding: 30px 40px;
    margin-bottom: 20px;
  }
  .case-details-wrapper .main-content .content-center .section-info-box .box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .case-details-wrapper .main-content .content-center .section-info-box .box-content-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: capitalize;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect {
    margin-bottom: 32px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list {
    display: flex;
    justify-content: space-between;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item {
    border-radius: 32px;
    border: 1px solid rgba(55, 52, 169, 0.2);
    background: #F8F8FD;
    padding: 40px 32px 32px 32px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item.ccb-list-item {
    width: 100%;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item .item-title-icon {
    width: 56px;
    height: 56px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item .item-title-icon img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item .item-title {
    font-family: SemiBold;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #3734A9;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item .item-info {
    margin-top: 24px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item .item-info .item-info-title {
    font-family: Medium;
    color: #181433;
    margin-bottom: 36px;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item .item-info .item-info-content {
    font-family: Regular;
    margin-bottom: 36px;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    position: relative;
    padding-left: 24px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item .item-info .item-info-content .bold {
    font-weight: 600;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect .delivery-effect-list .list .list-item .item-info .item-info-content::after {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #181433;
    top: 9px;
    left: 12px;
    transform: translateX(-50%);
  }
  .case-details-wrapper .main-content .content-center .section-info {
    margin-bottom: 36px;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 32px;
  }
  .case-details-wrapper .main-content .content-center .section-info.section-info-top {
    margin-top: 32px;
  }
  .case-details-wrapper .main-content .content-center .section-info.section-info-bottom {
    margin-bottom: 88px;
  }
  .case-details-wrapper .main-content .content-center .section-info-point {
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
  }
  .case-details-wrapper .main-content .content-center .section-info-point .section-info-base {
    font-size: 24px;
    line-height: 36px;
  }
  .case-details-wrapper .main-content .content-center .section-info-point .section-info-point-content {
    font-size: 24px;
    line-height: 36px;
  }
  .case-details-wrapper .main-content .content-center .section-title {
    color: #373F41;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    margin-top: 64px;
    margin-bottom: 32px;
  }
  .case-details-wrapper .main-content .content-center .section-title::after {
    margin-top: 0px;
    top: 14px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect {
    margin-top: 0px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item {
    width: 100%;
    border-radius: 64px;
    border: 2px solid rgba(55, 52, 169, 0.2);
    background: #F8F8FD;
    padding: 64px 32px 48px 32px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item:nth-child(1) {
    width: 100%;
    margin-bottom: 32px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item:nth-child(2) {
    width: 100%;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item .item-title-icon {
    width: 112px;
    height: 112px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item .item-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item .item-info {
    margin-top: 32px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item .item-info .item-info-title {
    font-size: 28px;
    font-weight: 600;
    color: #181433;
    line-height: 48px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item .item-info .item-info-content {
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
    padding-left: 32px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item .item-info .item-info-content .item-info-content-title {
    font-size: 28px;
  }
  .case-details-wrapper .main-content .content-center .delivery-effect-list .list .list-item .item-info .item-info-content::after {
    width: 12px;
    height: 12px;
    top: 18px;
    transform: translateY(-50%);
    left: 16px;
    transform: translateX(-50%);
  }
  .case-details-wrapper .main-content .content-center .section-core .core-content .content-item .core-des {
    font-size: 24px;
    line-height: 36px;
  }
  .case-details-wrapper .main-content .content-center .at_a_glance .at_title {
    font-size: 26px;
  }
  .case-details-wrapper .main-content .content-center .at_a_glance .at_title::after {
    height: 4px;
    width: 64px;
  }
  .case-details-wrapper .main-content .content-center .at_a_glance .at_a_glance_wrapper .glance_item {
    font-size: 20px;
    line-height: 32px;
    padding-left: 28px;
  }
  .case-details-wrapper .main-content .content-center .at_a_glance .at_a_glance_wrapper .glance_item::after {
    width: 8px;
    height: 8px;
    margin-top: 0px;
    top: 12px;
  }
  .case-details-wrapper .main-content .content-footer .footer-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 72px;
  }
  .case-details-wrapper .main-content .content-footer .footer-title-info {
    font-size: 28px;
    line-height: 48px;
    margin-top: 16px;
    margin-bottom: 48px;
  }
  .case-details-wrapper .main-content .content-footer .footer-title-info a {
    font-size: 28px;
    line-height: 48px;
    text-decoration-line: none;
  }
  .case-details-wrapper .main-content .content-footer .footer-list {
    flex-direction: column;
    margin: 48px auto 75px;
  }
  .case-details-wrapper .main-content .content-footer .footer-list .item {
    width: 100%;
    height: auto;
    border-radius: 64px;
    padding: 80px 48px;
    margin-bottom: 32px;
    background: #FFF;
    border: 2px solid rgba(55, 52, 169, 0.2);
  }
  .case-details-wrapper .main-content .content-footer .footer-list .item img {
    max-width: 100%;
  }
  .case-details-wrapper .main-content .content-footer .footer-list .item .title {
    width: 380px;
    font-family: PoppinsBold;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    margin-top: 38px;
  }
  .case-details-wrapper .main-content .content-footer .footer-list .item .customer_des {
    color: #181433;
    font-family: Regular;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.3px;
    margin-top: 16px;
  }
  .case-details-wrapper .main-content .content-footer .footer-list .item .btn_wrapper {
    text-align: center;
    width: 270px;
    padding: 24px 48px;
    line-height: 48px;
    border-radius: 16px;
    border: 2px solid #3734A9;
    color: #3734A9;
    font-family: Medium;
    font-size: 28px;
    letter-spacing: 0.3px;
    margin-top: 32px;
    cursor: pointer;
    position: static;
  }
  .case-details-wrapper .main-content .content-footer .footer-list .item .btn_wrapper a {
    font-size: 28px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 750px) {
  .case-details-wrapper .main-content .content-footer .costomer-stories-more {
    width: 424px;
    height: 88px;
    line-height: 88px;
    font-size: 28px;
  }
  .case-details-wrapper .main-content .content-header .header-left {
    bottom: -110px;
  }
}
