.p_tb{padding: var(--section-p) 0 var(--section-p);}
.mw_900{max-width:900px;}
.contact_page .container{display: grid;row-gap: 30px;}


.contact_page .sect{margin-bottom: 50px;}
.contact_page .sect h2{position:relative;text-align: center;}
.contact_page .sect h2:after,h2:before{position:absolute;content:""}
.contact_page .sect h2:before{right:0;bottom:-20px;left:0;z-index:1;margin:0 auto;width:60px;height:4px;background:var(--theme)}
.contact_page .sect h2:after{right:0;bottom:-19px;left:0;margin:0 auto;width:210px;height:1px;background:var(--border_b)}
