.home-intro-section {
  position: relative;
  padding-top: 8%;
  padding-bottom: 10%;
}

.home-intro-section::before {
  content: "";
  display: block;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/assets/img/home-intro-bg-image.svg') no-repeat right center / cover;
  opacity: 0.8;
  z-index: -1;
}

.home-intro-title,
.home-intro-description {
  width: 597px;
}

.home-intro-title {
  margin-bottom: 20px;
  margin-top: 0;
}

p.home-intro-description {
  line-height: 28px;
  margin-bottom: 60px;
  position: relative;
  padding-left: 15px;
}

p.home-intro-description:before {
  content: "";
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
}

.home-intro-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 35px;
}

.home-intro-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2C2C2C;
  text-decoration: none;
  border: 1px solid #2C2C2C33;
  height: 48px;
}

.btn-arrow {
  display: block;
  height: auto;
}

.home-intro-btn.home-intro-btn--primary {
  color: #FA6030;
  width: 207px;
}

.home-intro-btn.home-intro-btn--primary:hover {
  color: #FFFFFF;
  background: linear-gradient(90deg, #FA6030 0%, #FFC876 100%);
  border: 1px solid #FFFFFF;
}

.home-intro-btn.home-intro-btn--secondary {
  width: 188px;
}

.home-intro-btn.home-intro-btn--secondary:hover {
  color: #FFFFFF;
  background: linear-gradient(90deg, #FA6030 0%, #FFC876 100%);
  border: 1px solid #FFFFFF;
}

.home-intro-btn.home-intro-btn--secondary:hover img {
  filter: brightness(0) invert(1);
}

.dedicated-teams-section p {
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
  margin: 0;
}

.our-services-section {
  position: relative;
  margin-top: 8%;
  padding-bottom: 10%;
  z-index: 1;
}

.our-services-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url('/assets/img/our_services_bg.svg') no-repeat right;
  width: 100%;
  height: 140px;
  z-index: -1;
}

.our-services-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.2) -0.01%, rgba(255, 200, 118, 0.2) 99.83%);
}

h2.our-services-title {
  margin-bottom: 0px;
  margin-top: 0;
}

.our-services-header {
  position: relative;
  padding-left: 15px;
  width: 499px;
}

.our-services-header::before {
  content: "";
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
}

p.our-services-description {
  margin-top: 15px;
}

.our-services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 50px;
}

.our-services-item {
  background-color: #FAFAFA;
  padding: 10px;
  text-align: left;
  transition: transform 0.3s ease;
}

.our-services-item:hover {
  transform: translateY(-5px);
}

.our-services-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.our-services-item-title {
  margin-top: 0;
  margin-bottom: 0px;
}

.our-services-item-text {
  margin-top: 30px;
  line-height: 1.5;
}

.iot-hub-section {
  position: relative;
  margin-top: 10%;
  padding-bottom: 10%;
  z-index: 1;
}

.iot-hub-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  background: url(/assets/img/our_product_bg.svg) no-repeat right;
  width: 100%;
  height: 240px;
  z-index: -1;
}

.iot-hub-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.2) -0.01%, rgba(255, 200, 118, 0.2) 99.83%);
}

.iot-hub-header {
  position: relative;
  padding-left: 15px;
  margin-bottom: 12%;
  width: 877px;
}

.iot-hub-header::before {
  content: "";
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
}

.iot-hub-image-wrapper {
  position: relative;
}

.iot-hub-label {
  position: absolute;
  background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.8) -0.01%, rgba(255, 200, 118, 0.8) 99.83%);
  color: #FFFFFF;
  padding: 10px 24px;
  z-index: 1;
}

.iot-hub-main-content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  position: relative;
  gap: 15px;
  height: 414px;
}

.iot-hub-image-wrapper img {
  height: 100%;
}

.iot-hub-feature-content {
  padding-left: 20px;
}

.iot-hub-features {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.iot-hub-feature {
  display: flex;
  background: #FAFAFA;
  margin-bottom: 20px;
  padding: 10px 10px 0px;
}

.iot-hub-button {
  position: absolute;
  bottom: 0;
}

.iot-hub-button-wrapper {
  border: 1px solid #2C2C2C33;
  padding: 15px 33px;
}

.iot-hub-button-wrapper a.iot-hub-btn {
  color: #FA6030;
}

.iot-hub-button:hover {
  background: linear-gradient(90deg, #FA6030 0%, #FFC876 100%);
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.iot-hub-button:hover a {
  color: #FFFFFF;
}

.contact-quick-actions-section {
  padding-bottom: 8%;
  background: url('/assets/img/block-contact-quick-actions-bg.jpg') no-repeat right center / cover;
}

h2.block-contact-quick-actions__title,
.block-contact-quick-actions__subtitle,
h2.block-contact-quick-actions__quick-actions-title {
  color: #FFFFFF;
}

.block-contact-quick-actions__intro {
  background: #FAFAFA1A;
  padding-top: 8%;
  padding-bottom: 4%;
}

.block-contact-quick-actions-intro__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-contact-quick-actions__header {
  position: relative;
  width: 529px;
  padding-left: 15px;
}

.block-contact-quick-actions__header::before {
  content: "";
  position: absolute;
  width: 136px;
  height: 2px;
  top: 0;
  left: 0;
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  transform: rotate(90deg) translateY(50%);
  transform-origin: left center;
}

.block-contact-quick-actions__contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

h2.block-contact-quick-actions__quick-actions-title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 40px;
}

h2.block-contact-quick-actions__quick-actions-title::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 2px;
  top: 0;
  left: 0;
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  transform: rotate(90deg) translateY(50%);
  transform-origin: left center;
}

.block-contact-quick-actions__quick-actions {
  position: relative;
  padding-top: 5%;
  overflow-y: hidden;
}

.block-contact-quick-actions__quick-actions::before {
  content: "Contact US";
  font-family: 'Gilroy', sans-serif;
  font-weight: 1000;
  font-size: 170px;
  display: block;
  position: absolute;
  top: -70px;
  right: 0;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 10%;
}

.block-contact-quick-actions__contact-item {
  background: #FAFAFA;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  height: 120px;
  width: 267px;
  padding-left: 20px;
}

.block-contact-quick-actions__contact-label {
  width: 100%;
  display: block;
}

.block-contact-quick-actions__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.block-contact-quick-actions__card {
  background: #FAFAFA;
  padding: 32px 24px;
  flex: 1 1 0;
}

.block-contact-quick-actions__card-btn {
  width: 224px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  color: #FFFFFF;
  cursor: pointer;
  gap: 8px;
  margin: 20px auto 0 auto;
  border: 1px solid;
}

a.block-contact-quick-actions__card-btn:hover {
  color: #FA6030;
  border: 1px solid #2C2C2C33;
  background: none;
}

.successful-cases,
.blog-section {
  position: relative;
  padding-top: 8%;
  padding-bottom: 8%;
}

.successful-cases::before {
  content: "Cases";
  font-family: 'Gilroy', sans-serif;
  font-weight: 1000;
  font-size: 170px;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
  color: rgba(250, 250, 250, 1);
  text-transform: uppercase;
}

.successful-cases__items,
.blog-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 50px;
}

h3.successful-cases__item-title {
  margin-top: 30px;
  margin-bottom: 20px;
  min-height: 48px;
  padding-left: 10px;
  padding-right: 10px;
}

.successful-cases__item-description,
.blog-section .blog-post__excerpt {
  padding-left: 10px;
  padding-right: 10px;
  min-height: 112px;
}

.successful-cases__header,
.blog-section__header {
  position: relative;
  padding-left: 15px;
}

.successful-cases__subtitle {
  margin-top: 15px;
}

.successful-cases__header::before,
.blog-section__header::before {
  content: "";
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
}

.successful-cases__item-link-wrapper,
.blog-section .blog-post {
  height: 550px;
  border: 1px solid;
  border-image: linear-gradient(90deg, #FA6030, #FFC876) 1;
  position: relative;
  margin-bottom: 20px;
}

.successful-cases__item-link {
  color: #FA6030;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.successful-cases__item-link .btn-arrow {
  float: right;
  line-height: 24px;
  height: 24px;
  padding-left: 15px;
}

.successful-cases__item-link:hover .btn-arrow {
  transform: translateX(5px);
}

.cases-btn,
.blog-section__more-link {
  color: #FA6030;
  width: 207px;
  margin: auto;
}

.successful-cases__more a:hover,
.blog-section__footer a:hover {
  color: #FFFFFF;
  background: linear-gradient(90deg, #FA6030 0%, #FFC876 100%);
  border: 1px solid #FFFFFF;
}

.successful-cases__image-wrapper,
.blog-post__image-wrapper {
  position: relative;
}

.successful-cases__image,
.blog-post__image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.case-category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.9) -0.01%, rgba(255, 200, 118, 0.9) 99.83%);
  padding: 14px;
  color: #FFFFFF;
}

.technologies.page-home {
  position: relative;
  padding-top: 8%;
  padding-bottom: 8%;
  background: url("/assets/img/technologies_bg.svg") no-repeat right center / cover;
}

.technologies .container {
  position: relative;
}

.technologies.page-home .container::before {
  content: "Technologies";
  font-family: 'Gilroy', sans-serif;
  font-weight: 1000;
  font-size: 170px;
  display: block;
  position: absolute;
  top: -110px;
  left: 70px;
  color: rgba(250, 250, 250, 1);
  text-transform: uppercase;
}

.technologies__header {
  position: relative;
  padding-left: 15px;
}

.technologies__header::before {
  content: "";
  background: linear-gradient(89.78deg, #FA6030 -0.01%, #FFC876 99.83%);
  height: 100%;
  width: 2px;
  position: absolute;
  left: 0;
}

.technologies__tabs {
  position: relative;
  display: flex;
  margin-bottom: 18px;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
}

.technologies__tabs::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.2) -0.01%, rgba(255, 200, 118, 0.2) 99.83%);
}

.technology-list__item span {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.technology-list__icon {
  height: 64px;
}

.tab-btn {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2C2C2C;
  border: none;
  background: none;
  padding: 18px 32px;
  cursor: pointer;
}

.tab-btn.active,
.tab-btn:hover {
  color: #FFFFFF;
  background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.9) -0.01%, rgba(255, 200, 118, 0.9) 99.83%);
}

.technologies__content {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  padding: 3.2rem;
  text-align: center;
}

.technology-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  justify-content: space-evenly;
  padding: 0;
  width: 100%;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-content.active {
  display: flex;
}

.blog-section::before {
  content: "Blog";
  font-family: 'Gilroy', sans-serif;
  font-weight: 1000;
  font-size: 170px;
  display: block;
  position: absolute;
  top: 60px;
  right: 0;
  color: rgba(250, 250, 250, 1);
  text-transform: uppercase;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-section .blog-post__category {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  background: linear-gradient(89.78deg, rgba(250, 96, 48, 0.9) -0.01%, rgba(255, 200, 118, 0.9) 99.83%);
  padding: 14px;
  color: #FFFFFF;
}

.blog-section h3.blog-post__title {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post__meta-item {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding-right: 20px;
  color: rgba(107, 114, 128, 1);
}

.blog-section .blog-post__meta {
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.hubspot-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hubspot-modal__content {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 90%;
  width: 800px;
  height: 600px;
  overflow: hidden;
}

.hubspot-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.hubspot-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.chat-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 44, 44, 0.7);
  font-family: 'Lato', sans-serif;
}

.chat-modal-content {
  background: #FAFAFA;
  margin: 5% auto;
  padding: 0;
  width: 350px;
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.chat-header {
  background: #FA6030;
  padding: 12px 15px;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.chat-header h3 {
  color: #FFFFFF;
  font-size: 20px;
}

.chat-close {
  position: absolute;
  top: 5px;
  right: 12px;
  font-size: 30px;
  color: #FAFAFA;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.chat-close:hover {
  transform: scale(1.1);
}

.chat-body {
  padding: 12px;
  height: 300px;
  overflow-y: auto;
  font-size: 16px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bot-msg,
.user-msg {
  padding: 10px 12px;
  border-radius: 8px;
  max-width: 80%;
  word-wrap: break-word;
}

.bot-msg {
  background: #EAEAEA;
  color: #2C2C2C;
  align-self: flex-start;
}

.bot-msg.success-msg {
  color: #FFFFFF;
  background: green;
  max-width: 100%;
  font-size: 16px;
  border-radius: 0;
}

.bot-msg.error-msg {
  color: red;
  background: inherit;
  max-width: 100%;
}

.user-msg {
  background: #FA6030;
  color: #FAFAFA;
  align-self: flex-end;
}

.chat-input-area {
  display: flex;
  border-top: 1px solid #ddd;
  background: #fff;
}

#chatInput {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 14px;
}

#chatSendBtn {
  background: #FA6030;
  color: #FAFAFA;
  border: none;
  padding: 0 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
}

#chatSendBtn:hover {
  background: #e25429;
}

@media (max-width: 1400px) {
  .technologies.page-home .container::before {
    font-size: 150px;
  }
}

@media (max-width: 1200px) {
  .technologies.page-home .container::before {
    font-size: 120px;
  }

  .iot-hub-feature-text {
    font-size: 18px;
  }

  .site-header .main-menu {
    gap: 10px;
  }

  .successful-cases__item-link-wrapper,
  .blog-section .blog-post {
    height: 610px;
  }
}

@media (max-width: 1024px) {
  .nav-container {
    width: 100%;
  }

  .our-services-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .technologies.home-page .container::before {
    font-size: 120px;
  }

  .blog-post__meta-item {
    padding-right: 10px;
  }

  h3.successful-cases__item-title,
  h3.blog-post__title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {

  .successful-cases__items,
  .blog-section__list {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding: 0 10px 10px;
    -webkit-overflow-scrolling: touch;
  }

  .successful-cases__items::-webkit-scrollbar,
  .blog-section__list::-webkit-scrollbar {
    display: none;
  }

  .successful-cases__item-link-wrapper,
  .blog-post {
    flex: 0 0 320px;
    scroll-snap-align: start;
    display: block;
    overflow: hidden;
  }

  .successful-cases__item,
  .blog-post__card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .successful-cases__items,
  .blog-section__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .iot-hub-header {
    width: 100%;
  }

  .iot-hub-main-content {
    height: 100%;
  }

  .iot-hub-feature-title {
    font-size: 20px;
  }

  .iot-hub-feature-text {
    font-size: 16px;
    line-height: normal;
  }

  .technologies.page-home .container::before {
    font-size: 90px;
  }

  .technologies__tabs {
    overflow-x: auto;
    overflow-y: hidden;
  }

}

@media (max-width: 768px) {

  .our-services-list {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;
    padding-right: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .our-services-list::-webkit-scrollbar {
    height: 4px;
  }

  .our-services-item {
    flex: 0 0 250px;
    scroll-snap-align: start;
  }

  .our-services-list::after {
    content: "";
    flex: 0 0 10%;
  }

  .successful-cases__items,
  .blog-section__list {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
    padding: 0 10px 10px;
    -webkit-overflow-scrolling: touch;
  }

  .successful-cases__items::-webkit-scrollbar,
  .blog-section__list::-webkit-scrollbar {
    display: none;
  }

  .successful-cases__item-link-wrapper,
  .blog-post {
    flex: 0 0 260px;
    scroll-snap-align: start;
    display: block;
    overflow: hidden;
  }

  .successful-cases__item,
  .blog-post__card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .successful-cases__item-description,
  .blog-post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3.6em;
  }

  .home-intro-title,
  .home-intro-description {
    width: 100%;
  }

  .home-intro-title {
    margin-bottom: 0;
  }

  .home-intro-buttons {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .home-intro-btn {
    font-size: 14px;
  }

  p.home-intro-description {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 16px;
  }

  .dedicated-teams-section p {
    position: initial;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
  }

  .our-services-header {
    position: relative;
    padding-left: 15px;
    width: auto;
  }

  .iot-hub-header {
    width: auto;
    margin-bottom: 5%;
  }

  .iot-hub-image-wrapper img {
    height: initial;
  }

  .iot-hub-button {
    position: initial;
    width: 249px;
  }

  .iot-hub-main-content {
    height: 100%;
  }

  .iot-hub-button-wrapper {
    padding: 15px 30px;
  }

  .iot-hub-main-content {
    grid-template-columns: 1fr;
  }

  .successful-cases__items,
  .blog-section__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }

  .successful-cases__item-link-wrapper,
  .blog-section .blog-post {
    display: block;
    height: initial;
  }

  .successful-cases__image-wrapper,
  .blog-post__image-wrapper {
    width: 100%;
  }

  .successful-cases__item-link {
    position: initial;
    text-align: right;
    margin-bottom: 10px;
  }

  .blog-section .blog-post__meta {
    position: initial;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: auto;
  }

  .technologies__content {
    padding: 1rem;
  }

  .technologies.page-home .container::before {
    display: none;
  }

  .technology-list__icon {
    height: 30px;
  }

  .technology-list__item span {
    font-size: 14px;
  }

  .technology-list {
    gap: 10px;
  }

  .tab-btn {
    font-size: 14px;
  }

  .technology-list__item {
    margin-bottom: 15px;
  }

  h3.successful-cases__item-title,
  .blog-section h3.blog-post__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .successful-cases__item-link .btn-arrow {
    padding-right: 10px;
  }

  .our-services-section::before,
  .successful-cases::before,
  .technologies.home-page .container::before,
  .blog-section::before,
  .block-contact-quick-actions__quick-actions::before,
  .iot-hub-section::before {
    display: none;
  }

  .block-contact-quick-actions__contact-item {
    height: 70px;
  }
}

@media (max-width: 640px) {

  .our-services-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .our-services-item {
    padding: 24px 16px;
    text-align: center;
  }

  .our-services-icon {
    margin: 0 auto 16px;
  }

  .successful-cases__items,
  .blog-section__list {
    grid-template-columns: 1fr;
  }

  .iot-hub-image-wrapper img {
    width: 100%;
  }

  .iot-hub-button-wrapper {
    padding: 15px 0px;
    margin: auto;
    text-align: center;
  }

  .block-contact-quick-actions__contact-item {
    margin: auto;
  }

  .blog-post__meta-item {
    padding-right: 10px;
  }

  .blog-section .blog-post__meta {
    position: initial;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: auto;
  }

  .successful-cases__item-description {
    margin-bottom: 20px;
  }

  .blog-section .blog-post__excerpt {
    margin-bottom: 0px;
  }

  .successful-cases__item-link {
    position: initial;
    text-align: right;
    margin-bottom: 10px;
  }

  .iot-hub-main-content {
    grid-template-columns: 1fr;
  }
}