﻿@import"Variables.css";.title-heading{display:flex;justify-content:center;position:relative;padding:55px 0 20px 0;margin-bottom:50px;}.title-heading:after{position:absolute;content:attr(data-title);top:50%;left:50%;transform:translate(-50%,-50%);font-weight:var(--bold);font-family:bmi_bold;font-size:140px;line-height:1;letter-spacing:-.07em;color:var(--title-color);white-space:nowrap;z-index:-1;}.title-heading h2{font-size:2rem;color:#303f9f;position:relative;}.title-heading h2:after,.title-heading h2:before{position:absolute;content:"";top:50%;transform:translateY(-50%);height:2px;width:95px;background-color:var(--color-primary);}.title-heading h2:after{left:calc(100% + 10px);}.title-heading h2:before{right:calc(100% + 10px);}@media screen and (max-width:1350px){.title-heading:after{font-size:135px;}.title-heading h2:after,.title-heading h2:before{width:50px;}}@media screen and (max-width:1199px){.title-heading:after{font-size:100px;}}@media screen and (max-width:991px){.title-heading{margin-bottom:35px;}.title-heading:after{font-size:100px;}}@media screen and (max-width:767px){.title-heading{padding:0;}.title-heading:after{display:none;}}