/* Process Section */
.process-section .auto-container .tabs-content .theme-btn {
  margin: auto;
  width: 20%;
}

.hero-img {
  position: relative;
  bottom: 0px;
}

@media screen and (max-width: 767px) {
 .process-section .auto-container .tabs-content .theme-btn {
  margin: auto;
  width: 50%;
 }

}

@media screen and (max-width: 500px) {
 .process-section .auto-container .tabs-content .theme-btn {
  margin: auto;
  width: 50%;
 }
}

/* Choose Us Section */
.chooseus-section .auto-container .inner-container h3,
.chooseus-section .auto-container .inner-container p{
  cursor: default;
}

/* Industries Section */
.industries-section .auto-container .industries-block-one {
  cursor: default;
}

/* ///////////////////////////////////////////////////////// */
/* services page's "why germany" section*/
.dueal-section .auto-container .row .theme-btn {
  position: absolute;
  width: fit-content;
  top: 85%;
  left: 50%;
  transform: translate(-50%);
}

 @media screen and (max-width: 79px) {
 .dueal-section .auto-container .row .theme-btn {
  width: fit;
 }
}

/*@media screen and (max-width: 500px) {
 .dueal-section .auto-container .row .theme-btn {
  width: 50%;
  position: absolute;
  top: 85%;
 }
}
 */
/* @media screen and (min-width: 768px) and (max-width: 1024px){

} */


/* @media screen and (max-width: 1200px) {
 .dueal-section .auto-container .row .theme-btn {
  width: 20%;
  position: absolute;
  top: 75%;
 }
} */