.strike-force-logo-main {
  color: white;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
}

.text-black {
  color: #000;
}

.custom-sidebar-bg {
  margin: 5px;
  padding: 30px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.39);
  backdrop-filter: blur(9.2px);
  -webkit-backdrop-filter: blur(9.2px);
}

.header-area {
  margin-top: 20px;
}

.custom-header-overview-image {
  transform: scale(1.25);
}

.custom-services-image {
  text-align: center;
}

.custom-services-image img {
  width: 100px;
  height: 100%;
  position: relative;
  left: 5px;
}

.custom-team-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .custom-header-overview-image {
    transform: scale(1);
  }
}

@media screen and (max-width: 991px) {
  .custom-header-overview-image {
    margin: 50px 10px;
  }
}

@media screen and (max-width: 500px) {
  .strike-force-hero-started-btn-4 {
    padding: 0 20px;
  }
}
