/* Scoped styles for the Index view */

.container.ptb {
  padding-bottom: 4rem;
}

@media (max-width: 575.98px) {
  .container.ptb {
    padding-bottom: 2rem;
  }
}

h1 {
  font-size: 4rem;
}

h2.tagline {
  font-size: 1.25rem;
}

h2 {
    font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 3rem;
  }
  
  h2.tagline {
    font-size: 1.1rem;
  }
  
  h3 {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2rem;
  }
  
  h2.tagline {
    font-size: 1rem;
  }
  
  h3 {
    font-size: 1.5rem;
  }
}

img.main {
    width: 100%;
    max-width: 960px;
}

@media (max-width: 767.98px) {
    .users h3 {
        text-align: center;
    }
}

.users img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .users .col-md-7 {
        padding-top: 2rem;
    }
}

.the-process h4 {
    font-weight: 500;
}

.the-process .width {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.the-process .step-number {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid currentColor;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

@media (max-width: 767.98px) {
    .the-process img {
        max-height: 200px;
    }

    .the-process .step-number {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .the-process img {
        max-height: 150px;
    }
}

.about h3 {
    font-size: 1.75rem;
}

@media (max-width: 767.98px) {
    .about h3 {
        font-size: 1.75rem;
        text-align: center;
    }
}

.about .datacenter-bg {
    background-image: url('../img/index/datacenter.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    min-height: 300px;
    width: 100%;
    height: 100%;
    display: block;
}

.features img {
    max-height: 40px;
}

@media (max-width: 767.98px) {
    .features img {
        max-height: 25px;
    }
}
