@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
 body{
	 margin:0;
	    font-family: Cabin !important;
	 }
	 
 .bg-breadcrmb{
	 background:#f2f0e6;
	 padding:50px 0;
	 
 }
 
 .bg-breadcrmb h1{
	 font-size: 52px;
  font-weight: normal;
 margin-top:0;
	 margin-bottom:15px;
	 font-family: Cabin !important;
 }
 .bg-breadcrmb p{
	 font-size: 18px;
	 line-height:28px;
 }
  .bg-breadcrmb p a{
	  color:#297195;
	  text-decoration:none;
  }
  .full-width{
	  width:100%;
	  max-width:100%;
  }
  .post_thumbnail > img {
	  height: 269px !important;
	  width: 269px !important;
	  max-width: 269px !important;
  }