@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background-color: #fff; */
  /* font-family: Merriweather, Arial, sans-serif; */
}

.full-content{
    padding: 0px 60px !important; 
}

.term-section{
      max-width: 1920px;
    margin: 0 auto;
    padding: 65px 130px;
}
.term-main{
    width: 100%;
    height: 100%;
}

.flex{
    display: flex;
    /* gap: 40px; */
}

.list{
    width: 200px
}

.one strong{
    /* max-width: ; */
}

.divs ul {
list-style: none;
}

.term-main li{
    
    /* margin-left: 0px !important; */
}

.another-two{
    /* padding-left: 52px   ; */
}

.divs ul li {
    gap: 40px;
    /* flex-wrap: ; */
}

.divs hr{
    width: 280px;
}

.bold li {
    font-weight: 700;
}

.first-list{
    display: flex;
}

.term-main h2 {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.term-main p,.paragh{
    font-size: 14px;
    line-height: 28px;
}
.term-main h3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.term-main li {
    margin-left: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.strong{
    font-weight: 700;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
}

.heading{
    background: #1E4B8B;
    color: white;
    padding: 86px;
    text-align: center;
    font-family: "Merriweather", sans-serif;

}
.heading h2 {
    font-size: 64px;
    font-weight: 400;
    font-family: "Merriweather", serif;
    line-height: 28px;
}
@media (max-width: 580px) {
    .heading {
        padding: 50px 20px;
    }
    .heading h2 {
        font-size: 50px;
        font-weight: 400;
        font-family: "Merriweather", serif;
        line-height: 60px;
    } 
}
/* FONT RESPONSIVE ACCORDINGLY FIGMA */
@media(min-width:1440px){
.term-main p,.paragh{
    font-size: 16px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
}

@media (max-width:768px){
    /* .term-section{
        padding: 30px 40px;
    } */
    .term-main p, .paragh, .strong{
        font-size: 14px !important;
        font-family: 'Montserrat', sans-serif;
    }
    
    .another-paragh{
        font-size: 12px !important;
    }
    .term-main h2{
        font-size: 22px;
    }
}

@media (max-width:425px){
    /* .term-section{
        padding: 30px 20px;
    } */

        .another-paragh{
        font-size: 11px !important;
    }

    .term-main p, .paragh, .strong{
        font-size: 14px !important;
        font-family: 'Montserrat', sans-serif;
    }
    .term-main h2{
        font-size: 20px;
    }
    .list{
        width: 125px;
    }
    .divs hr{
    width: 200px;
}
}
/* @media (min-width: 768px) and (max-width: 1025px) {
    .term-section {
        padding: 30px 40px;
    }
} */
@media(max-width:1600px) {
  .term-section {
    padding: 30px 80px;
}
}
@media(max-width:1200px) {
  .term-section {
    padding: 30px 40px;
}
}
@media(max-width:600px) {
  .term-section {
    padding: 30px 20px;
}
}