/* General Classes */
.tc-card {
  border-radius: 11.25px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px 0 #dedede;
}

.tc-bg {
  background: url("../images/pp-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.tc-main {
  width: calc(100% - 40px);
  margin: auto;
  max-width: 1920px;
  padding: 10px 10px 0;
}

.tc-heading-main {
  color: #3f3f46;
  font-size: 20px;
  letter-spacing: -0.62px;
  margin-bottom: 19.5px;
}

.tc-main-para {
  font-size: 16px;
  color: #52525b;
}

.tc-main-subh {
  font-weight: 500;
  margin-bottom: 0;
}

.tc-card-description {
  color: #333333;
  margin-bottom: 0;
}

.tc-icons-container {
  max-width: 145px;
  max-height: 22px;
  margin-bottom: 26.5px;
}

.tc-icons-container img {
  width: 100%;
  height: 100%;
}

.tc-card1 {
  margin-bottom: 30px;
  padding: 3rem;
}

.tc-card2 {
  padding: 3rem;
  color: #52525b;
  font-size: 16px;
}

.tc-card2 p {
  margin-bottom: 1rem;
}

@media (min-width: 441px) {

}

@media (min-width: 768px) {
  /* Main Section */
  .tc-main {
    width: calc(100% - 90px);
  }

  .tc-heading-main {
    letter-spacing: -1.92px;
    font-size: 42px;
    margin-bottom: 39px;
  }

  .tc-main-para {
    font-size: 24px;
  }

  .tc-card1 {
    margin-bottom: 18px;
  }

  .tc-card2 {
    font-size: 24px;
  }

  .tc-icons-container {
    max-width: 294px;
    max-height: 44px;
    margin-bottom: 53px;
  }

  .tc-card2 p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1280px) {
  /* Main Section */
  .tc-main {
    width: calc(100% - 190px);
  }
}

/* For 1920px above */
@media (min-width: 1920px) {
  /* Main Section */
}

@media (min-width: 2560px) {
  /* Main Section */
}
