.content-details :is(h1,h2,h3,h4,h5,h6){
margin: 6.4rem 0 0 !important;
font-size: 2.8rem !important;
line-height: 3.9rem !important;
}
.content-details :is(h1,h2,h3,h4,h5,h6):first-child{
margin-top: 0 !important;
}
.list-style-dash ul,
.list-style-dash ol{
margin-top: 2.4rem;
}
.list-style-dash li{
border-left: 0.4rem solid var(--primary-color-300);
padding-left: 1.5rem;
margin-bottom: 1.6rem;
}
.list-style-dash li:last-child{
margin-bottom: 0;
}
.list-style-dash li:after,
.list-style-dash li:before{
content: none;
}
.content-details-btn{
text-align: center;
margin-top: 6.4rem;
}
@media(min-width:1200px) and (max-width:1259.98px){
.content-details-outer .col-lg-8 {
width: 66.66666667%;
}
}
@media(min-width:992px) and (max-width:1199.98px){
.content-details-outer .col-lg-8 {
width: 66.66666667%;
}
.content-details :is(h1,h2,h3,h4,h5,h6) {
margin: 4.8rem 0 0 !important;
font-size: 2.6rem !important;
line-height: 3.7rem !important;
}
.content-details-btn {
margin-top: 4.8rem;
}
}
@media(min-width:768px) and (max-width:991.98px){
.content-details :is(h1,h2,h3,h4,h5,h6) {
font-size: 2.5rem !important;
line-height: 3.3rem !important;
}
}
@media(max-width:767.98px){
.content-details :is(h1,h2,h3,h4,h5,h6) {
font-size: 2.3rem !important;
line-height: 2.9rem !important;
}
.list-style-dash li {
padding-left: 1.2rem;
}
}