/* font-family: "Montserrat", sans-serif; *//* Webfont: BurfordBase *//* font-family: "BurfordBase", Georgia; */@font-face {    font-family: 'BurfordBase';    src: url('../fonts/BurfordBase.eot'); /* IE9 Compat Modes */    src: url('../fonts/BurfordBase.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */         url('../fonts/BurfordBase.woff') format('woff'), /* Modern Browsers */         url('../fonts/BurfordBase.ttf') format('truetype'), /* Safari, Android, iOS */         url('../fonts/BurfordBase.svg#BurfordBase') format('svg'); /* Legacy iOS */    font-style: normal;    font-weight: normal;    text-rendering: optimizeLegibility;}*{    margin: 0px;    padding: 0px;    box-sizing: border-box;}body{    background: #faf8ec;    font-size: 17px;    color: #000000;    line-height: 1.75;    font-family: "Montserrat", sans-serif;}h1,h2,h3,h4,h5,h6{margin: 0px;padding: 0px;}.wrap-center{    max-width: 1015px;    margin: 0 auto;    width: 100%;}.top-logo-banner{    position: relative;    padding-top: 45px;}.logo{    text-align: center;    margin-bottom: 18px;}.logo img{    max-width: 364px;    width: 100%;    height: auto;    display: block;    object-fit: cover;    margin: 0 auto;}.hero-banner{    border: 2px solid #000000;    padding: 6px;    position: relative;	}.inner-banner{    border: 4px solid #000000;	    }.inner-banner img{    width: 100%;    height: auto;    object-fit: cover;    display: block;}.closed-tag{    max-width: 254px;    width: 100%;    position: absolute;    top: -7px;    left: 0px;    right: 0px;    margin: 0 auto;    display: none;}.closed-tag img{    width: 100%;    height: auto;    object-fit: cover;}.info-inner{    max-width: 826px;    margin: 0 auto;    width: 100%;    text-align: center;}.info-box-main{    padding: 40px 0px;}.info-inner h1{    font-size: 46px;    line-height: 0.839;	 line-height: 1;    color: #000000;    font-weight: 400;    font-family: "BurfordBase", Georgia;    margin-bottom: 28px;}.info-inner p{    margin-bottom: 30px;}.info-inner .info-btn{    border: 3px solid #e42f25;    color: #e42f25;    font-size: 27px;    padding: 13px 50px;    font-family: "BurfordBase", Georgia;    font-weight: 400;    display: inline-block;    text-decoration: none;    line-height: normal;    -webkit-transition: all 0.5s;    transition: all 0.5s;  }.info-inner .info-btn:hover{    background: #e42f25;    color: #ffffff;}