@font-face {
  font-family: D-DIN;
  src: url(/assets/fonts/D-DIN.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Acta;
  src: url(/assets/fonts/Acta-Bold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}

.whiteText{
  color:#fff;
}

.whiteText .sub-title,.whiteText h1, .whiteText h2,.whiteText p {
  color:#fff;
}
.sub-title {
   font-family: 'Karla', serif;
  font-weight: 400;
  font-style: normal;
  color:#EFAD2B;
  font-size: 22px;
}

body {
  font-family: Acta, Georgia, Palatino;
  margin: 0;
}
body p {
  font-size: 22px;
  line-height:1.2;
  color:#333333;
}
body p,
.footer-inner{
  font-family: D-DIN, Arial;
}
.text-center{
  text-align:center;
}
.footer-inner{
  line-height: 1.5;
  background: #424242;
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
}
.footer-inner a {
  color: #3585ff;
}
header {
  text-align: center;
  padding-top: 1rem;
  font-family: D-DIN, Arial;
  margin-bottom: 1rem;
}
.logo {
  width: 90%;
  display: inline-block;
  vertical-align: top;
  
}
.logo img {
  height: auto;
  width:auto;
  height:5rem;
}

section{
    display:flex;
    max-width:1100px;
    margin:0 auto;
    flex-direction:column;
    gap:16px;
    flex-wrap: warp;
  
}

p.lead{
    font-size:32px;
    margin-top:0;
}
.articles img{
    max-height:60px;
    text-align:center;
}
.articles{
  text-align:center;
  display: flex;
  flex-direction:column;
  gap: 20px;
      justify-content: center;
      max-width: 1100px;
      margin:0 auto;
      font-family: Inter;
      margin-top:24px;

}

.four-items> *{
  flex: 0 0 calc(25% - 20px);
}

.five-items > *{
  flex: 0 0 calc(20% - 20px);
}

.articles > *{
 
  box-sizing: border-box;box-sizingbox-sizing /* Ensures padding and borders are included in the width/height */
  margin-top:16px;margin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-topmargin-top
}
.text{
      padding-left:20px;
    padding-right:20px;
}
p.content{
    margin:0px;
}

.text{
    max-width:550px;
}
section.offers {
  text-align: left;
  padding: 2rem 0;

}
section.offers a {
  color: #3585ff;
}
section.offers h1 {
/*  text-transform: uppercase;*/
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 0.5rem;
  line-height: 1;
  width: 90%;
  display: inline-block;
/*  font-family: "Abril Fatface";*/
}
h2{
  margin-top:0;
  padding-top:0;
  font-size: 38px;
  margin-bottom:32px;
}

.column-reverse{
    flex-direction: column-reverse;
}

@media screen and (min-width: 601px) {
  .articles{
    flex-direction: row;
  }
    .column-reverse{
    flex-direction:row!important;
}
    section{
        flex-direction: row;
    }
  .logo {
    height: 5rem;
    width: auto;
  }
  .logo img {
    height: 100%;
    width: auto;
  }
  section.offers .offer {
    margin-left: 3rem;
  }
  section.offers .offer:first-of-type {
    margin-left: 0;
    margin-bottom: 0;
  }


}
footer{
  display: none;
}

@media screen and (min-width: 993px) {
  .tagline-dec .edition,
  .tagline-dec .phone {
    top: -1.15rem;
    display: block;
  }
}


#whatwedo{
    background-image: url('https://img.theepochtimes.ca/img/sunrain_background-img.jpg');
   flex-direction:column;
   padding:80px 20px;
   max-width:100%;
  
}

#whychooseus{
  padding:80px 20px ;
  gap:60px;
}

p.address b{
padding-top:16px;
}

.address{
  word-break: break-all;
}

.text-area{
  max-width: 840px;
  margin:0 auto;
}

.articles img {
 /* filter: invert(1); */
  margin-bottom:24px;
   
}
#contactus{
  margin-top:54px;
}
