#main-header img {
  width: 100%;
  height: 100%;
}

#main-header .port-item {
  width: 30%;
}

#main-header .port-item:hover {
  opacity: 0.8;
  cursor: pointer;
}

.bg-custom {
  color: white;
  background: black;
}

@media (min-width: 1199px) {
  .port-item {
    padding: 3em !important;
  }
}

.tools_icon {
  width: 75px;
  padding-right: 15px;
  padding-bottom: 15px;
  float: left;
}

.tools_div {
  margin-left: 10px;
}

.v_center {
  margin-top: 10px;
}

.icon_primary {
  width: 75px;
  height: 75px;
  border-radius: 10%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding-top: 18px;
  background: var(--primary);
  color: white;
}

.icon_secondary {
  width: 75px;
  height: 75px;
  border-radius: 10%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding-top: 18px;
  background: var(--secondary);
}

.icon_success {
  width: 75px;
  height: 75px;
  border-radius: 10%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding-top: 18px;
  background: var(--success);
}

.icon_info {
  width: 75px;
  height: 75px;
  border-radius: 10%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding-top: 18px;
  background: var(--info);
}
/*# sourceMappingURL=style.css.map */