.text-block-sec .container{
    max-width: 1136px;
}
.text-block-sec p{
    margin-bottom: 20px;
}
.text-block-sec p,
.text-block-sec h6,
.text-block-sec blockquote,
.text-block-sec li{
    font-size: 21px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: #000;
}
.text-block-sec h6{
    font-weight: 700;
}
.text-block-sec p:has(+ul),
.text-block-sec p:has(+ol){
    margin-bottom: 3px;
}
.text-block-sec ul {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 20px;
}
.text-block-sec h1{
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px;
    color: var(--blue);
    line-height: normal;
}
.text-block-sec h2{
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px;
    line-height: normal;
}
.text-block-sec h3{
    font-size: 40px;
    margin-bottom: 25px;
    color: #000;
    font-weight: 700;
    margin-top: 30px;
    line-height: normal;
}
.text-block-sec h4{
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 30px;
    line-height: normal;
}
.text-block-sec h5{
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 30px;
    line-height: normal;
}
.text-block-sec a{
    text-underline-offset: 3px;
    text-decoration: underline;
}
.text-block-sec a:hover{
    color: var(--blue);
}
.text-block-sec {
    margin: 0 0 130px;
}
@media only screen and (max-width: 1199px) {
    .text-block-sec {
        margin: 0 0 70px;
    }
    .text-block-sec h1{
        font-size: 52px;
    }
    .text-block-sec h2{
        font-size: 46px;
    }
    .text-block-sec h3{
        font-size: 38px;
    }
}
@media only screen and (max-width: 991px) {
    .text-block-sec h1{
        font-size: 48px;
    }
    .text-block-sec h2{
        font-size: 44px;
    }
    .text-block-sec h3{
        font-size: 36px;
    }
    .text-block-sec {
        margin: 0 0 60px;
    } 
    .text-block-sec p, .text-block-sec h6, .text-block-sec blockquote, .text-block-sec li{
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .text-block-sec h1{
        font-size: 42px;
    }
    .text-block-sec h2{
        font-size: 36px;
    }
    .text-block-sec h3{
        font-size: 32px;
    }
    .text-block-sec h4{
        font-size: 28px;
    }
    .text-block-sec h5{
        font-size: 22px;
    }
    .text-block-sec {
        margin: 0 0 50px;
    }
    .text-block-sec p, .text-block-sec h6, .text-block-sec blockquote, .text-block-sec li{
        font-size: 16px;
    }
}