/*section 1*/

.wrapper_title {
  margin-bottom: 8px;
  z-index: 2;
  position: relative;
  font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
    text-transform: uppercase;
    color: #0d0d19;
}
.wrapper_key {
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    z-index: 2; 
    position: relative;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
    letter-spacing: .3em;
    color: #909090;
}
.wrapper_line {
    z-index: 2;
    width: 220px;
    height: 4px;
    background: #F1592A;
    margin-bottom: 16px;
}

.wrapper_key span:nth-child(2) {
  display: inline-block;
  width: 1px;
  height: 15px;
  border-left: 1px solid black;
  background-color: #000;
  margin: 0 8px;
}
.wrapper_key span:nth-child(3) {
  color: #f1592a;
}
.container_cs{
    width: 100%;
    max-width: 1280px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .wrapper_title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .wrapper_key {
    font-size: 16px;
    justify-content: flex-start;
  }
  .wrapper_line {
    width: 140px;
    margin-bottom: 8px;
}
}
.section_banner_case_study {
    font-family: "Poppins", sans-serif;
  padding: 30px 0 0 80px;
  /*min-height: 864px;*/
  background-image: url(/wp-content/uploads/2023/09/CS_Background_pattern.png); 
  background-repeat: no-repeat;
  border: 1px solid white;
  position: relative;
  display: flex;
  justify-content: center;
}
.section_banner_case_study .container_cs{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.section_banner_case_study .img_CS_bg_circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 500px;
}
.section_banner_case_study .img_CS_bg_circle_mobile {
  display: none;
}
.section_banner_case_study .wrapper_left {
  /*width: 619px;*/
  width: 50%;
  margin-top: 40px;
  z-index: 10;
}
.section_banner_case_study .wrapper_left .wrapper_key {
  justify-content: flex-start;
    text-transform: uppercase;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
    letter-spacing: .3em;
    color: #909090;
}
.section_banner_case_study .wrapper_left .wrapper_title {
    margin-bottom: 8px;
}

.section_banner_case_study .wrapper_left .wrapper_description {
  color: #0d0d19;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 8px;
}
.section_banner_case_study .wrapper_left .wrapper_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #595969;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 16px;
}
.section_banner_case_study .wrapper_left .wrapper_list div img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.section_banner_case_study .wrapper_left .wrapper_button {
    display: flex;
    gap: 16px;
  margin-bottom: 10px;
}

.section_banner_case_study .wrapper_left .wrapper_button a:first-child{
   color: #fff;
   text-decoration: none;
   width: 160px;
   text-align: center;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
background: #F1592A;

font-size: 14px;
font-weight: 600;
line-height: 26px;
}
.section_banner_case_study .wrapper_left .wrapper_button a:last-child {
     color: #ff9132;
   text-decoration: none;
   width: 160px;
   text-align: center;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
    border: 1px solid #F1592A;
    font-size: 14px;
font-weight: 600;
line-height: 26px; 
}
.section_banner_case_study .wrapper_left .wrapper_button a:last-child:hover{
   text-decoration: none;
 color: #ff9132;
}
.section_banner_case_study .wrapper_right {
  height: 100%;
  /*width: calc(100%-619px);*/
    width: 50%;
  position: relative;
}
.section_banner_case_study .wrapper_right .img_CS_Smartphone {
    position: absolute;
    top: 0;
    right: 10%;
  width: 437px;
  height: 457px;
  z-index: 10;
  object-fit: contain;
}
.section_banner_case_study .wrapper_right .img_CS_Smartphone_mobile {
  display: none;
}
.section_banner_case_study .wrapper_right .img_CS_comment {
  position: absolute;
  top: -5%;
  left: -50%;
  width: 282px;
  height: 96px;
  z-index: 10;
  margin-top: 72px;
}
.section_banner_case_study .wrapper_right .img_CS_small_logo_mobile {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_banner_case_study {
    margin-top:0;
    background-image: url(/wp-content/uploads/2023/09/CS_Background_pattern_mobile.png); 
    padding: 0;
    height: auto;
    min-height: auto;
  }
   .section_banner_case_study .container_cs{
    flex-direction: column-reverse;
  }
  .section_banner_case_study .img_CS_bg_circle {
    display: none;
  }
  .section_banner_case_study .img_CS_bg_circle_mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 400px;
  }
  .section_banner_case_study .wrapper_left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 48px;
    padding: 0 16px;
  }
  .section_banner_case_study .wrapper_left .wrapper_key {
    font-size: 16px;
}
  .section_banner_case_study .wrapper_right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .section_banner_case_study .wrapper_right .img_CS_Smartphone {
    display: none;
  }
  .section_banner_case_study .wrapper_right .img_CS_Smartphone_mobile {
    display: block;
    width: auto;
    max-width: 308px;
  }
  .section_banner_case_study .wrapper_right .img_CS_comment {
      top: 0;
      left: 0;
    width: 108px;
    height: 38px;
    margin: 40px 0 0 64px;
  }
  .section_banner_case_study .wrapper_right .img_CS_small_logo_mobile {
      width: 48px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 16px 16px;
  }
  .section_banner_case_study .wrapper_left .img_CS_small_logo {
    display: none;
  }
  .section_banner_case_study .wrapper_left .wrapper_description {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .section_banner_case_study .wrapper_left .wrapper_list {
    gap: 12px;
    margin-bottom: 32px;
    font-size: 16px;
  }
  .section_banner_case_study .wrapper_left .wrapper_button {
    margin-bottom: 0;
  }
  .section_banner_case_study .wrapper_left .wrapper_button a:first-child{
    padding: 10px;
    font-size: 16px;
}
    .section_banner_case_study .wrapper_left .wrapper_button a:last-child {
       padding: 10px;
        font-size: 16px;
    }
}

/*Section slider CS*/
.slider_case_studies {
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
	height: 55px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    border-top: 1px solid rgba(235, 235, 235, 1);
}

.slider_case_studies div {
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	width: 300%;
	height: 30px;
	position: absolute;
	overflow: hidden;
	animation: marquee 30s linear infinite;
}
  
  .slider_case_studies .text_slider_CS {
	float: left;
	/* width: 50%; */
	color: #0D0D19;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
  }
  .slider_case_studies .circle_slider_CS {
	width: 8px;
	height: 8px;
	background: #0056E9;
	border-radius: 50%;
	margin: 0 24px;
  }
  
  
  @keyframes marquee {
	0% { left: 0; }
	100% { left: -100%; }
  }

 @media screen and (min-width: 0px) and (max-width: 430px) {
	.slider_case_studies .text_slider_CS_screen430 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen430 {
		display: none;
	  }
	  .slider_case_studies div{
	      width: 300%;
	  }
	  .slider_case_studies .circle_slider_CS {
	    margin: 0 16px;
  }
  }
  @media screen and (min-width: 0px) and (max-width: 570px) {
	.slider_case_studies .text_slider_CS_screen570 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen570 {
		display: none;
	  }
  }
   @media screen and (min-width: 0px) and (max-width: 650px) {
	.slider_case_studies .text_slider_CS_650 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_650 {
		display: none;
	  }
  }
  @media screen and (min-width: 0px) and (max-width: 768px) {
	.slider_case_studies .text_slider_CS_MB {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_MB {
		display: none;
	  }
  }
   @media screen and (min-width: 0px) and (max-width: 860px) {
		.slider_case_studies .text_slider_CS_screen860 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen860 {
		display: none;
	  }
  }
  @media screen and (min-width: 0px) and (max-width: 1000px) {
		.slider_case_studies .text_slider_CS_screen1000 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen1000 {
		display: none;
	  }
  }
  @media screen and (min-width: 0px) and (max-width: 1100px) {
		.slider_case_studies .text_slider_CS_screen1100 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen1100 {
		display: none;
	  }
  }
  @media screen and (min-width: 0px) and (max-width: 1200px) {
	.slider_case_studies .text_slider_CS_screen1200 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen1200 {
		display: none;
	  }
  }
  @media screen and (min-width: 0px) and (max-width: 1250px) {
	.slider_case_studies .text_slider_CS_screen1250 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen1250 {
		display: none;
	  }
  }
  @media screen and (min-width: 0px) and (max-width: 1440px) {
	.slider_case_studies .text_slider_CS_screen1440 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen1440 {
		display: none;
	  }
  }
  @media screen and (min-width: 0px) and (max-width: 1800px) {
	.slider_case_studies .text_slider_CS_screen1800 {
		display: none;
	  }
	 .slider_case_studies .circle_slider_CS_screen1800 {
		display: none;
	  }
  }


/*section_description_case_study*/
.section_description_case_study {
    font-family: "Poppins", sans-serif;
  padding: 120px 80px;
  display: flex;
  justify-content: center;
}
.section_description_case_study .container_cs{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.section_description_case_study .wrapper_text {
  width: 845px;
  text-align: justify;
  color: #2f2f41;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.section_description_case_study .wrapper_text span:first-child {
  color: #f1592a;
  font-weight: 700;
}
.section_description_case_study .wrapper_img {
  width: 411px;
  height: 288px;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_description_case_study {
    padding: 0 16px 64px 16px;
  }
  .section_description_case_study .container_cs{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }
  .section_description_case_study .wrapper_text {
    width: auto;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .section_description_case_study .wrapper_text span:first-child {
    font-weight: 400;
  }
  .section_description_case_study .wrapper_text span:last-child {
    display: block;
    margin-top: 12px;
  }
  .section_description_case_study .wrapper_img {
    width: 265px;
    height: 186px;
  }
}

/*section_description_case_study_no_image*/
.section_description_case_study_no_image {
    font-family: "Poppins", sans-serif;
  padding: 30px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_description_case_study_no_image div {
  width: 100%;
  text-align: justify;
  color: #2f2f41;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_description_case_study_no_image {
    padding: 24px 16px;
  }
  .section_description_case_study_no_image div {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}


/*section_requirements_case_study*/
.section_requirements_case_study {
    font-family: "Poppins", sans-serif;
  background-color: rgba(240, 247, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 80px;
}
.section_requirements_case_study::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(/wp-content/uploads/2023/09/CS_bg_requirements.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section_requirements_case_study .wrapper_requirements_text {
  margin: 120px 0 36px 0;
  width: 519px;
  z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section_requirements_case_study .wrapper_requirements_text .wrapper_title {
  text-align: center;
  margin-bottom:8px;
}
.section_requirements_case_study .wrapper_requirements_text .wrapper_key {
  text-align: center;
  color: #909090;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}
.section_requirements_case_study
  .wrapper_requirements_text
  .wrapper_description {
  color: #0d0d19;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 50px;
  text-align: center;
}

.section_requirements_case_study .wrapper_list {
  max-width: 1280px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  z-index: 10;
  margin-bottom: 40px;
}
.section_requirements_case_study .wrapper_list div {
  color: #0d0d19;
  display: inline-block;
  padding: 12px 16px;
  border-radius: 48px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.section_requirements_case_study
  .wrapper_image
  .img_CS_logo_requirements_mobile {
  display: none;
}
.section_requirements_case_study .wrapper_image {
  z-index: 10;
}

.section_requirements_case_study .wrapper_list_mobile {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_requirements_case_study {
    padding: 64px 16px;
  }
  .section_requirements_case_study .wrapper_requirements_text {
    margin: 0 0 20px 0;
    width: 100%;
    z-index: 10;
    order: 1;
  }
  .section_requirements_case_study .wrapper_requirements_text .wrapper_key {
    font-size: 12px;
    line-height: 18px; /* 150% */
}
  .section_requirements_case_study .wrapper_requirements_text .wrapper_title {
    text-align: left;
  }
  .section_requirements_case_study
    .wrapper_requirements_text
    .wrapper_description {
    padding: 0;
    text-align: center;
  }
  .section_requirements_case_study .wrapper_image {
    order: 2;
  }
  .section_requirements_case_study .wrapper_image .img_CS_logo_requirements {
    display: none;
  }
  .section_requirements_case_study .wrapper_image {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_requirements_case_study
    .wrapper_image
    .img_CS_logo_requirements_mobile {
    display: block;
    width: 100%;
  }
  .section_requirements_case_study .wrapper_list {
    display: none;
  }
  .section_requirements_case_study .wrapper_list_mobile {
    display: flex;
    justify-content: center;
    order: 3;
    width: 100%;
    flex-direction: column;
    z-index: 10;
    margin-bottom: 0;
    gap: 12px;
  }

  .section_requirements_case_study .wrapper_list_mobile div {
    width: fit-content;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #0d0d19;
    display: inline-block;
    border-radius: 48px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-weight: 400;
  }
}



/*section_requirements_case_study_no_image*/
.section_requirements_case_study_no_image {
    font-family: "Poppins", sans-serif;
  background-color: rgba(240, 247, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 80px;
}
.section_requirements_case_study_no_image::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(/wp-content/uploads/2023/09/CS_bg_requirements.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section_requirements_case_study_no_image .wrapper_requirements_text_no_image {
  margin: 36px 0;
  width: 100%;
  z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

.section_requirements_case_study_no_image .wrapper_requirements_text_no_image .wrapper_title {
  text-align: center;
}
.section_requirements_case_study_no_image
  .wrapper_requirements_text_no_image
  .wrapper_description_no_image {
  color: #0d0d19;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 50px;
  text-align: center;
}

.section_requirements_case_study_no_image .wrapper_list_no_image {
  max-width: 1280px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  z-index: 10;
  margin-bottom: 40px;
}
.section_requirements_case_study_no_image .wrapper_list_no_image div {
  color: #0d0d19;
  display: inline-block;
  padding: 12px 16px;
  border-radius: 48px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.section_requirements_case_study_no_image .wrapper_list_mobile_no_image {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_requirements_case_study_no_image {
    padding: 24px 16px;
  }
  .section_requirements_case_study_no_image .wrapper_requirements_text_no_image {
    margin: 0 0 20px 0;
    width: 100%;
    z-index: 10;
    order: 1;
  }
  .section_requirements_case_study_no_image .wrapper_requirements_text_no_image .wrapper_title {
    text-align: left;
  }
  .section_requirements_case_study_no_image
    .wrapper_requirements_text_no_image
    .wrapper_description_no_image {
    padding: 0;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .section_requirements_case_study_no_image .wrapper_list_no_image {
    display: none;
  }
  .section_requirements_case_study_no_image .wrapper_list_mobile_no_image {
    display: flex;
    justify-content: center;
    order: 3;
    width: 100%;
    flex-direction: column;
    z-index: 10;
    margin-bottom: 0;
    gap: 12px;
  }
  .section_requirements_case_study_no_image .wrapper_list_mobile_no_image div {
    width: fit-content;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #0d0d19;
    display: inline-block;
    border-radius: 48px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-weight: 400;
  }
  .section_requirements_case_study_no_image .wrapper_list_no_image div {
      font-size: 13px;
    }
}





/*section_issue_case_study*/
.section_issue_case_study {
    font-family: "Poppins", sans-serif;
  position: relative;
}
.section_issue_case_study .img_bg_issue_right {
  position: absolute;
  top: 0;
  right: 0;
}
.section_issue_case_study .img_bg_issue_left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_issue_case_study .wrapper_problem {
  display: none;
}
.section_issue_case_study .wrapper_issue_text {
  padding: 32px 0 0 80px;
      display: flex;
    flex-direction: column;
    align-items: center;
}
.section_issue_case_study .wrapper_issue_text .wrapper_key {
  justify-content: flex-start;
}
.section_issue_case_study .wrapper_issue_text .wrapper_title {
  margin-bottom: 0;
}
.section_issue_case_study .wrapper_image_issues {
  padding: 32px 0 20px 0;
  display: flex;
  justify-content: center;
}
.section_issue_case_study .wrapper_image_issues .wrapper_image {
  width: 1180px;
  height: 700px;
  position: relative;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .img_issue_comment_1 {
  z-index: 4;
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .img_issue_comment_2 {
  z-index: 4;
  position: absolute;
  top: 61%;
  left: 15%;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .img_issue_comment_3 {
  z-index: 4;
  position: absolute;
  top: 86%;
  right: 5%;
}

.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_1 {
  position: absolute;
  top: 0;
  left: 40px;
  width: 30%;
  margin-top: 16px;
  z-index: 3;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_1
  .wrapper_box_circle {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_1
  .wrapper_box_circle
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_2 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45%;
  transform: translateX(-50%);
  margin-top: 6px;
  z-index: 2;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_2
  .wrapper_box_circle {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_2
  .wrapper_box_circle
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_3 {
  position: absolute;
  top: -5%;
  right: 2%;
  width: 30%;
  z-index: 1;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_3
  .wrapper_box_circle {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_3
  .wrapper_box_circle
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_4 {
  position: absolute;
  top: 36%;
  right: -7%;
  width: 30%;
  margin-right: 126px;
  z-index: 3;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_4
  .wrapper_box_circle {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_issue_case_study
  .wrapper_image_issues
  .wrapper_image
  .wrapper_image_4
  .wrapper_box_circle
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .section_issue_case_study .wrapper_image_issues .wrapper_image {
  height: 500px;
}
  .section_issue_case_study
    .wrapper_image_issues
    .wrapper_image
    .img_issue_comment_2 {
    top: 50%;
    left: 0;
  }
  .section_issue_case_study
    .wrapper_image_issues
    .wrapper_image
    .img_issue_comment_3 {
        top: 95%;
    right: 0%;
  }

  .section_issue_case_study
    .wrapper_image_issues
    .wrapper_image
    .wrapper_image_1
    .wrapper_box_circle
    p {
    font-size: 13px;
    line-height: 16px;
  }
  .section_issue_case_study
    .wrapper_image_issues
    .wrapper_image
    .wrapper_image_2
    .wrapper_box_circle
    p {
    font-size: 13px;
    line-height: 16px;
  }
  .section_issue_case_study
    .wrapper_image_issues
    .wrapper_image
    .wrapper_image_3
    .wrapper_box_circle
    p {
    font-size: 13px;
    line-height: 16px;
  }
  .section_issue_case_study
    .wrapper_image_issues
    .wrapper_image
    .wrapper_image_4 {
    top: 46%;
  }
  .section_issue_case_study
    .wrapper_image_issues
    .wrapper_image
    .wrapper_image_4
    .wrapper_box_circle
    p {
    font-size: 13px;
    line-height: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_issue_case_study {
    padding: 24px 16px;
  }
  .section_issue_case_study .img_bg_issue_right {
    width: 70px;
    height: 200px;
  }
  .section_issue_case_study .img_bg_issue_left {
    width: 70px;
    height: 200px;
  }
  .section_issue_case_study .wrapper_issue_text {
    padding: 0;
    margin-bottom: 16px;
  }
  .section_issue_case_study .wrapper_image_issues {
    display: none;
  }
  .section_issue_case_study .wrapper_problem {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
  }
  .section_issue_case_study .wrapper_problem .wrapper_problem_text {
    padding: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 16px;
  }
  .section_issue_case_study
    .wrapper_problem
    .wrapper_problem_text:nth-child(1) {
    background-color: #E5FCFF;
  }
  .section_issue_case_study
    .wrapper_problem
    .wrapper_problem_text:nth-child(2) {
    background-color: #0056E9;
    color:#fff;
  }
  .section_issue_case_study
    .wrapper_problem
    .wrapper_problem_text:nth-child(3) {
    background-color: #DBEEFF;
  }
  .section_issue_case_study
    .wrapper_problem
    .wrapper_problem_text:nth-child(4) {
    background-color: #E5FCFF;
  }
}


/*section issue case study with 3 images*/
.section_issue_case_study_3_images {
    font-family: "Poppins", sans-serif;
  position: relative;
}
.section_issue_case_study_3_images .img_bg_issue_right_3_images {
  position: absolute;
  top: 0;
  right: 0;
}
.section_issue_case_study_3_images .img_bg_issue_left_3_images {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_issue_case_study_3_images .wrapper_problem_3_images {
  display: none;
}
.section_issue_case_study_3_images .wrapper_issue_text_3_images {
    padding: 120px 0 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_issue_case_study_3_images .wrapper_issue_text_3_images .wrapper_key {
  justify-content: flex-start;
}
.section_issue_case_study_3_images .wrapper_issue_text_3_images .wrapper_title {
  margin-bottom: 0;
}
.section_issue_case_study_3_images .wrapper_image_issues_3_images {
  padding: 32px 0 20px 0;
  display: flex;
  justify-content: center;
}
.section_issue_case_study_3_images .wrapper_image_issues_3_images .wrapper_image_3_images {
  width: 1180px;
  height: 600px;
  position: relative;
}
.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .img_issue_comment_1_3_images {
  z-index: 4;
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
}
.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .img_issue_comment_2_3_images {
  z-index: 4;
  position: absolute;
  top: 61%;
  left: 15%;
}

.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_1_3_images {
  position: absolute;
  top: 0;
  left: 40px;
  width: 30%;
  margin-top: 16px;
  z-index: 3;
}
.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_1_3_images
  .wrapper_box_circle_3_images {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_1_3_images
  .wrapper_box_circle_3_images
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_2_3_images {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45%;
  transform: translateX(-50%);
  margin-top: 6px;
  z-index: 2;
}
.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_2_3_images
  .wrapper_box_circle_3_images {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_2_3_images
  .wrapper_box_circle_3_images
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_3_3_images {
  position: absolute;
  top: -5%;
  right: 2%;
  width: 30%;
  z-index: 1;
}
.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_3_3_images
  .wrapper_box_circle_3_images {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_issue_case_study_3_images
  .wrapper_image_issues_3_images
  .wrapper_image_3_images
  .wrapper_image_3_3_images
  .wrapper_box_circle_3_images
  p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
    .section_issue_case_study_3_images .wrapper_image_issues_3_images .wrapper_image_3_images {
  height: 500px;
}
  .section_issue_case_study_3_images
    .wrapper_image_issues_3_images
    .wrapper_image_3_images
    .img_issue_comment_2_3_images {
    top: 53%;
    left: 0;
  }
  .section_issue_case_study_3_images
    .wrapper_image_issues_3_images
    .wrapper_image_3_images
    .wrapper_image_1_3_images
    .wrapper_box_circle_3_images
    p {
    font-size: 13px;
    line-height: 16px;
  }
  .section_issue_case_study_3_images
    .wrapper_image_issues_3_images
    .wrapper_image_3_images
    .wrapper_image_2_3_images
    .wrapper_box_circle_3_images
    p {
    font-size: 13px;
    line-height: 16px;
  }
  .section_issue_case_study_3_images
    .wrapper_image_issues_3_images
    .wrapper_image_3_images
    .wrapper_image_3_3_images
    .wrapper_box_circle_3_images
    p {
    font-size: 13px;
    line-height: 16px;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .section_issue_case_study_3_images {
    padding: 64px 16px;
  }
  .section_issue_case_study_3_images .img_bg_issue_right_3_images {
    width: 70px;
    height: 200px;
  }
  .section_issue_case_study_3_images .img_bg_issue_left_3_images {
    width: 70px;
    height: 200px;
  }
  .section_issue_case_study_3_images .wrapper_issue_text_3_images {
    padding: 0;
    margin-bottom: 16px;
  }
  .section_issue_case_study_3_images .wrapper_image_issues_3_images {
    display: none;
  }
  .section_issue_case_study_3_images .wrapper_problem_3_images {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
  }
  .section_issue_case_study_3_images .wrapper_problem_3_images .wrapper_problem_text_3_images {
    padding: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 16px;
  }
  .section_issue_case_study_3_images
    .wrapper_problem_3_images
    .wrapper_problem_text_3_images:nth-child(1) {
    background-color: #E5FCFF;
  }
  .section_issue_case_study_3_images
    .wrapper_problem_3_images
    .wrapper_problem_text_3_images:nth-child(2) {
    background-color: #0056E9;
    color:#fff;
  }
  .section_issue_case_study_3_images
    .wrapper_problem_3_images
    .wrapper_problem_text_3_images:nth-child(3) {
    background-color: #DBEEFF;
  }
}



/* feature */
.feature_case_study  .wrapper_key {
  justify-content: flex-start;
}
.feature_case_study {
    font-family: "Poppins", sans-serif;
	padding: 32px 80px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.feature_case_study .container_cs{
    max-width: 100% !important;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.feature_case_study .wrapper_description{
    margin-bottom: 50px;
    z-index: 2;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.feature_case_study::before{
	content: '';
	position: absolute;	
	background-image: url(/wp-content/uploads/2023/09/dot_grid.png);
	width: 100%;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top right;
    top: 0;
	left: 0;
}
.feature_case_study .image_feature_CS {
	position: relative;
	width: 50%;
}
.feature_case_study .image_feature_CS img{
    object-fit: contain;
	z-index: 2;
	position: relative;
	width: 430px;
	height: 811px;
}
.feature_case_study .image_feature_CS::before {
	content: '';
	background-image: url(/wp-content/uploads/2023/09/bg_circle_light_blue.png);
	width: 100%;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	background-position: left center;
	top: 0;
	z-index: 1;
	left: -76px;
}

.feature_case_study .list_notice_feature_CS {
	width: 50%;
	margin-top: 70px;
}
.feature_case_study .box_feature_CS {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.feature_case_study .list_tree {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	margin-left: 14px;
  }

.feature_case_study  .list_tree::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 20%;
	left: 0%;
	margin-left: -3px;
	border: 1px dashed #D6D6D6;
  }
  
  /* Container around content */
  .feature_case_study .containerTree {
	position: relative;
	width: 100%;
  }
  
  /* The circles on the list_tree */
  .feature_case_study  .containerTree::after {
	content: '';
	background-image: url(/wp-content/uploads/2023/09/circle_tree.png);
	width: 100%;
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -14px;
	transform: translateX(-17px);
    z-index: 2;
  }
 

  .feature_case_study .list_tree .right_tree .content {
    padding: 20px 30px;
    position: relative;
    border-radius: 20px;
    transform: translateY(-51%) translateX(0px);
    color: #000;
    margin-bottom: 24px;
  }

  .feature_case_study .list_tree .content h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-align: left;
}


	.feature_case_study .notice_feature_CS {
	padding: 20px;
	border-radius: 16px;
	border: 1px solid #0E5EE5;
	background: #F0F7FF;
}
.feature_case_study .notice_feature_CS p{
	display: flex;
	align-items: center;
	color: #0E5EE5;
	/* font-family: Nunito Sans; */
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 116.667% */
}
.feature_case_study .notice_feature_CS p img{
	margin-right: 16px;
}
.feature_case_study .notice_feature_CS ul {
	list-style: unset; 
	padding: 0px 30px;
}
.feature_case_study .notice_feature_CS ul li{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	margin-top: 20px;
}
.feature_case_study .image_feature_CS_mobile {
	display: none;
}
.feature_case_study .list_notice_feature_CS .containerTree:last-child{
	height: 150px;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .feature_case_study .wrapper_description{
    margin-bottom: 0px;
}
	.feature_case_study .image_feature_CS {
		display: none;
	}
	.feature_case_study .image_feature_CS_mobile {
		display: block;
		position: relative;
		left: 62px;
	}
	.feature_case_study .image_feature_CS_mobile::before {
		content: '';
	    background-image: url(/wp-content/uploads/2023/09/bg_circle_light_blue.png);
		width: 100%;
		display: block;
		height: 100%;
		background-repeat: no-repeat;
		position: absolute;
		background-position: left center;
		top: -88px;
		z-index: 1;
		left: -76px;
		transform: scale(2.3);
		background-size: 100%;
	}
	.feature_case_study .list_tree {
		margin-bottom: 50px;
	}
	.feature_case_study .list_tree .content h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.feature_case_study .list_tree::after {
		bottom: 8%;
	}
	.feature_case_study .image_feature_CS_mobile img{
		z-index: 2;
		position: relative;
		width: 150px;
	}
	.feature_case_study {
		padding: 24px 16px;
		position: relative;
	}
	.feature_case_study .box_feature_CS {
		flex-direction: column;
		align-items: flex-start;
	}
	.feature_case_study::before{
		content: none;
		
	}
	.feature_case_study .image_feature_CS {
		width: 100%;
	}
	.feature_case_study .list_notice_feature_CS {
		width: 100%;
		margin-top: 150px;
	}
	.feature_case_study .list_notice_feature_CS .containerTree:last-child{
		height: 50px;
	}
	.feature_case_study .notice_feature_CS {
		padding: 12px;
	}
	.feature_case_study .notice_feature_CS p{
		font-size: 16px;
	}
	.feature_case_study .notice_feature_CS ul li{
		font-size: 16px;
		font-weight: 400;
		line-height: 24px; 
		margin-top: 12px;
	}
	
}


@media screen and (min-width: 769px) and (max-width: 900px) {
    .feature_case_study .list_tree::after {
		bottom: 9%;
	}
	.feature_case_study .list_notice_feature_CS {
		margin-top: 200px;
	}
}
@media screen and (min-width: 901px) and (max-width: 1090px) {
    .feature_case_study .list_tree::after {
		bottom: 11%;
	}
	.feature_case_study .list_notice_feature_CS {
		margin-top: 120px;
	}
}
@media screen and (min-width: 1091px) and (max-width: 1439px) {
    .feature_case_study .list_tree::after {
		bottom: 14%;
	}
}
@media screen and (min-width: 1440px) {
    .feature_case_study .list_tree::after {
		bottom: 17%;
	}
}





/* section_result_case_study */
.section_result_case_study {
    font-family: "Poppins", sans-serif;
    overflow: hidden;
	background-color: rgba(240, 247, 255, 1);
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 30px 80px;
}
.section_result_case_study .container_cs{
    display: flex;
	flex-direction: column;
	align-items: center;
}
.section_result_case_study::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-image: url(/wp-content/uploads/2023/09/CS_bg_requirements.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
  }
.section_result_case_study .list_block_result_CS {
	padding-top: 56px;
	z-index: 2;
	display: flex;
    justify-content: center;
}
.section_result_case_study .list_block_result_CS .block_result_CS{
	display: flex;
	padding: 40px 40px 40px 24px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-radius: 20px;
	background: #CCDFFF;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.section_result_case_study .list_block_result_CS .col-md-4:nth-child(1) .img_block_rs{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.section_result_case_study .list_block_result_CS .col-md-4:nth-child(2) .img_block_rs{
	position: absolute;
	bottom: -100px;
	right: 0;
	z-index: 1;
}
.section_result_case_study .list_block_result_CS .col-md-4:nth-child(3) .img_block_rs{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.section_result_case_study .list_block_result_CS  .block_result_CS h2{
	font-size: 42px;
	font-weight: 800;
	line-height: 56px;
	letter-spacing: 0em;
	text-align: left;
	color: #fff;
	z-index: 2;

}
.section_result_case_study .list_block_result_CS .block_result_CS p{
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	margin-top: 32px;
	z-index: 2;

}
.section_result_case_study  .list_block_result_CS .col-md-4:nth-child(3) .block_result_CS  {
	background: #0E5EE5;
}

@media screen and (min-width: 0px) and (max-width: 992px) {  
	.section_result_case_study  .list_block_result_CS .block_result_CS  {
		margin-top: 16px;
		height: 370px;
	}
	.section_result_case_study {
		padding: 24px 16px; 
	}
	.section_result_case_study .list_block_result_CS {
	    flex-direction: column;
		padding-top: 32px;
	}
	.section_result_case_study .list_block_result_CS  .block_result_CS h2{
		font-size: 30px;
		font-style: normal;
		font-weight: 900;
		line-height: 40px;
		z-index: 2;
	
	}
	.section_result_case_study .list_block_result_CS .block_result_CS p{	
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px; /* 150% */
		margin-top: 24px;

	}
}


/* section_contact_case_study */
.section_contact_case_study {
    font-family: "Poppins", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 80px;
}
.section_contact_case_study .container_cs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_contact_case_study .left_contact_case_study h2{
	color: #0D0D19;
	width: 100%;
	font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 32px;
    font-size: 24px;
    text-transform: uppercase;
}
.section_contact_case_study .left_contact_case_study {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section_contact_case_study .right_contact_case_study {
    width: 50%;
}
.section_contact_case_study .left_contact_case_study p{
	color: #2F2F41;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; 
	margin-top: 16px;
	width: 100%;
}
.section_contact_case_study .left_contact_case_study a{
	display: inline-block;
	display: flex;
	width: 280px;
	padding: 12px;
	justify-content: center;
	align-items: center;
	border-radius: 44px;
	background: #F1592A;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; 
	text-decoration: none;
	margin-top: 52px;
}
.section_contact_case_study .left_contact_case_study a img{
	width: 24px;
    height: 24px; 
    margin-left: 12px;
}

@media screen and (min-width: 0px) and (max-width: 768px) { 
	.section_contact_case_study {
		flex-direction: column;
		padding: 24px 16px;
	}
	.section_contact_case_study .container_cs{
    	flex-direction: column;
}
	.section_contact_case_study .left_contact_case_study {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
        width: 100%;
	}
    .section_contact_case_study .right_contact_case_study {
        width: 100%;
    }
	.section_contact_case_study .left_contact_case_study h2{
		width: 100%;
		text-align: center;
		font-weight: 800;
		font-size: 20px;
        line-height: 28px;
	}
	.section_contact_case_study .left_contact_case_study p{
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px; 
	}
	.section_contact_case_study .left_contact_case_study a{
		margin-top: 24px;
		font-size: 16px;
		line-height: 24px;
	}
	.section_contact_case_study .right_contact_case_study {
		margin-top: 34px;	
		display: flex;
		justify-content: center;
	}
}

/* section_relevant_case_study */
.section_relevant_case_study  .wrapper_key {
  justify-content: flex-start;
}
.section_relevant_case_study {
    font-family: "Poppins", sans-serif;
    --column-grid: 4;
    padding: 32px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
}
.section_relevant_case_study .container_cs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section_relevant_case_study .list_relevant {
    margin-top: 56px;
}

.section_relevant_case_study .grid-container .grid-item {
    border: var(--border-box);
    box-sizing: border-box;
}

.section_relevant_case_study .grid-container .grid-item .card .card-image img {
    flex-shrink: 0;
	min-height: 258px;
	object-fit: unset;
}
.section-seven .card {
	height: 100%;
}

.section_relevant_case_study .card .card-content .title {
    margin-top: 40px;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
	min-height: 50px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section_relevant_case_study .card .card-content .content {
    padding: 0 24px;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section_relevant_case_study .card .card-content {
    margin-bottom: 68px;
	
}

.section_relevant_case_study .card .card-see-more {
    padding: 0 24px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section_relevant_case_study .card .card-see-more a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

@media screen and (min-width: 0px) and (max-width: 768px) { 
    .section_relevant_case_study {
        --column-grid: 1;
        padding: 24px 16px;
    }
    .section_relevant_case_study .list_relevant {
        margin-top: 24px;
    }
    .section_relevant_case_study .card .card-see-more a {
        font-size: 16px;
        line-height: 24px;
    }
}









