.navbar-default.techstack_header {
  border-bottom: 1px solid #e4e4e4;
}
.techstack-page {
  border-left: 2px solid #e4e4e4;
  padding-left: 50px;
  padding-bottom: 80px;
}
.panel-custom:last-child {
  margin: 0;
}
.panel-custom .panel-heading {
  padding-left: 0px;
  margin: 25px 0;
}
.panel-custom .panel-heading .panel-title {
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  color: #0092d0;
}
.panel-custom .panel-heading .panel-title:before {
  position: absolute;
  left: -68px;
  top: -20px;
  content: ' \25CF';
  font-size: 50px;
}
.panel-custom .panel-body {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  padding: 30px 15px;
}
.panel-custom .panel-body .logo-wrapper {
  display: inline-block;
  margin: 0 20px;
  height: auto;
  width: 130px;
  vertical-align: middle;
}
.panel-custom .panel-body .logo-wrapper:hover img {
  transform: scale(1.1);
}
.panel-custom .panel-body img {
  max-width: 100%;
  max-height: 100px;
  margin: 0 auto;
  display: block;
  transition: 0.3s ease-in-out;
}
.techstack-page-wrapper{
    padding: 0;
}
@media only screen and (max-width: 1024px) {
  .techstack-page .logo-wrapper {
    margin: 20px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .techstack-page .logo-wrapper {
    margin: 20px 10px !important;
    width: 39% !important;
  }
}
