@media(max-width: 1199px){
	header{
    	position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
    }
    main{
    	padding-top: 81px;
    }
}
@media(max-width: 575px){
	.table-our-pricing .container{
        padding-right: 0;
    }
    .table-our-pricing .table-flow{
    	padding-right: 15px;
    }
}

.form h3{
	text-decoration: none;
}
