.text{
    text-transform: none; /* Override uppercase */
}

:root {
  --troyco-red: #ff0008;
  --troyco-red-hover:#ff3333;
  --troyco-red-active:#cc0006;

}

.page{
  background-color: #ffffffd8;
}


.inter-main-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700; /* Bold weight */
  font-style: normal;
  font-size: 7rem; /* Keep as is */
  line-height: 1.2;
  margin-bottom: 20px;
}

.inter-license-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 630; /* Bold weight */
  font-style: normal;
  font-size: 4.2rem; /* Keep as is */
  line-height: 1.2;
  margin-bottom: 20px;
}

.inter-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600; /* Slightly lighter bold */
  font-style: normal;
  font-size: 3.5rem; /* Increased size */
  line-height: 1.2;
  margin-bottom: 15px;
}

.inter-sub-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500; /* Medium weight */
  font-style: normal;
  font-size: 2.2rem; /* Increased size */
  line-height: 1.3;
  margin-bottom: 15px;
}

.inter-p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Regular weight */
  font-style: normal;
  font-size: 1.2rem; /* Slightly increased size */
  line-height: 1.6;
  margin-bottom: 20px;
}

.inter-p-title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500; /* Regular weight */
  font-style: normal;
  font-size: 1.4rem; /* Slightly increased size */
  line-height: 1.6;
  margin-bottom: 20px;
}



.inter-license {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem; /* Slightly increased size */
  line-height: 1.4;
}

.secured-text{
  font-weight: 700;
}
.secured-text{
  font-weight: 700;
}


.inter-card-title{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550; /* Regular weight */
  font-style: normal;
  font-size: 1.7rem; /* Slightly increased size */
  line-height: 1.6;
  margin-bottom: 20px;
}

.inter-card-desc{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 375; /* Regular weight */
  font-style: normal;
  font-size: 1.4rem; /* Slightly increased size */
  line-height: 1.6;
  margin-bottom: 20px;
}



.inter-reference-desc{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 375; /* Regular weight */
  font-style: normal;
  font-size: 1.2rem; /* Slightly increased size */
  line-height: 1.6;
  margin-bottom: 20px;
}







.license-section p {
  margin-top: 30px; /* Add some spacing above the paragraph */
}











@media (max-width:1796px){
  .inter-main-title {
    font-size: 5.5rem;
  }

  .inter-title {
    font-size: 3rem;
  }

  .inter-sub-title {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }

  .inter-p{
   
    font-size: 1.5rem;
    /* line-height: 1em; */
  }
}



@media (max-width:1460px){
  .inter-main-title {
    font-size: 5rem;
  }

  .inter-title {
    font-size: 2.5rem;
  }

  .inter-sub-title {
    font-size: 2rem;
    line-height: 3.2rem;
  }

  .inter-p{
   
    font-size: 1.3rem;
    /* line-height: 1em; */
  }
}




@media (max-width: 452px){
  .inter-main-title {
    font-size: 5.5rem;
  }

  .inter-title {
    font-size: 3rem;
  }

  .inter-sub-title {
    font-size: 2.3rem;
    line-height: 3.2rem;
  }

  .inter-p{
   
    font-size: 1.5rem;
    /* line-height: 1em; */
  }
}


