/* header */
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: left;
  color: #fff;
  /*     background-image: url("../assets/img/header/servis_header.webp"); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  margin-top: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-content {
  width: 50%;

  width: 90%;
}

@media (min-width: 768px) {
  /*     header.masthead {
        padding-top: 35rem;
        padding-bottom: 12.5rem;
    } */

  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }

  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}

.msp-header-logo-holder {
  position: absolute;
  top: 5%;
}

.msp-header-logo-holder img {
  width: 12%;
  float: left;
  margin-left: 3%;
  min-width: 150px;
}

/* intro */
.msp-img-intro-container {
  margin: auto;
  /*     margin: auto;
    min-width: 58%;
    text-align: center; */
}
.msp-img-intro {
  max-width: 75%;
  display: block;
  margin-left: auto;
}

.page-section .intro-container {
  margin-left: 2rem;

  margin-left: 0;
}

.intro-container .decorative-dash {
  margin: 0.75rem 0;
}

@media only screen and (max-width: 950px) {
  .msp-img-intro-container {
    min-width: 59%;
  }

  .msp-img-intro {
    margin-right: auto;
  }

  .intro-container {
    text-align: center;
  }

  .intro-container .decorative-dash {
    margin: 0.75rem auto;
  }
}

/* products */
.page-section h5.section-subheading {
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.msp-product-container {
  padding-bottom: 4rem;
  color: black;
}
.msp-product-container p {
  min-height: 60%;
  font-size: 0.75rem;
  padding-bottom: 1rem;
}
.msp-product-container a {
  padding-bottom: 1rem;
}

/* msp-enable */
.msp-enable-text,
.msp-enable-list {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.msp-enable-img-container {
  flex-grow: 1;
  margin: auto 0;
  min-width: 78%;
  margin-bottom: 1rem;
}

.msp-enable-text-container {
  flex-grow: 1;
}

.msp-enable-text {
  opacity: 0.7;
  font-size: 0.75rem;
}

.msp-enable-list {
  list-style-type: none;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 5%;
  opacity: 0.7;
}
.msp-enable-sublist {
  font-weight: 500;
}

.msp-enable-list li:before {
  content: "\2012";
  position: absolute;
  margin-left: -5%;
}

.msp-enable-sublist li:before {
  content: "";
}

.msp-img-container {
  min-width: 71%;
}

@media (min-width: 940px) {
  .msp-enable-img-container {
    flex-grow: 5;
    min-width: 0;
    margin-bottom: auto;
  }
  .msp-enable-text-container {
    flex-grow: 3;
  }

  .msp-img-container {
    min-width: 0;
  }
}

/* insight */
.insight-text {
  font-size: 0.75rem;
}

/* products */
.decorative-dash {
  margin: 0.75rem auto;
  background-color: var(--primary-dark);
}

.prod-ctn {
  max-width: 95%;
  margin-left: 0;
}

.product-icon {
  margin: 4rem 0 0.5rem;
}

/* področja */
.img-content-container p {
  font-size: 1.2vw;
}

/* podpora logističnim procesom */
.log-prod-container h4 {
  min-height: 5.2rem;
}

/* process */
#process-section {
  margin-left: 10%;
  margin-right: 10%;
}

.process-text-rows p {
  font-size: 1rem;
}

.process-col {
  max-width: 50%;
}

.process-col p {
  font-size: 0.75rem;
  text-align: justify;
}

.process-icon-holder {
  display: flex;
  padding-bottom: 0.5rem;
  max-width: 100%;
}

.process-icon-holder span {
  font-size: 3rem;
  margin: auto;
  font-weight: bold;
}

.process-icon {
  flex-grow: 2;
  width: 100%;
  margin: 0;
  max-height: 180px;
  object-fit: contain;
}

/* good practice */
.good-practice-text-container {
  flex-grow: 6;
}

.good-practice-title h2,
h6 {
  margin-bottom: 1.5rem;
}

.good-practice-text {
  font-size: 0.75rem;
}

.good-practice-img-container {
  width: 100%;
  position: relative;
  flex-grow: 2;
  margin: auto 0;
  min-width: 77%;
}

@media (min-width: 940px) {
  .good-practice-img-container {
    min-width: 0;
  }
}
