@font-face {
  font-family: CFsecondson;
  src: url("CFSecondSonPERSONAL-Regular.ttf");
}
@font-face {
  font-family: Moonllime;
  src: url("Moonllime.ttf");
}
body{
    font-family:CFsecondson !important;
    font-size:12px;
    background-color:#bfdcff !important;
}
.title{
     color: rgb(228, 32, 52);
     line-height: 1.2;

}

.description {
  font-size: 20px;
  font-family: "CFsecondson";
  color: rgb(41, 35, 35);
  line-height: 1.2;

}
.nav-height{
    height:10vh;
}
.truck{
    position: absolute;
    left: -50%;
    width: 590px;
}

.pos-unset{
    position:unset !important;
}
.phone{
    position: absolute !important;
    height: 88vh !important;
}
.wedeliver{
    font-family:Moonllime;
    font-size :90px;
}
.wedeliver span{
    font-family:CFsecondson !important;
}
@media(max-width:1200px)
{
    .wedeliver{
    font-family:Moonllime;
    font-size :60px;
}
}
@media(max-width:775px)
{
    
    .container {
          max-width: none !important;
      }

    .truck{
        position: absolute;
        left: -25%;
        top:230px;
        width: 90%;
    }
    .title{
     color: rgb(228, 32, 52);
     line-height: 1.2;
     font-size:2em !important;
    }
    .phone{
         position: relative !important;
         height: auto !important;
         right: -48%;
    }
    .wedeliver{
         position: relative;
    left: -10px;
    top: 75px;
    font-size :50px;
    }
    .o-hidden{
    overflow:hidden;
}
.pos-unset{
    position:relative;
}
.nav-height{
    height:auto !important;
}
}

