#post .row {
  max-width: 92vw;
  margin: 5rem auto;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  height: 100%;
}
.mainimage {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding: 15rem 2rem 2rem;
  position: relative;
  width: 100%;
}
.mainimage:before{
  content: '';
background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.60)), to(rgba(51, 51, 51, 0.60)));
background: -webkit-linear-gradient(bottom, rgba(51, 51, 51, 0.60) 0%, rgba(51, 51, 51, 0.60) 100%);
background: -moz-linear-gradient(bottom, rgba(51, 51, 51, 0.60) 0%, rgba(51, 51, 51, 0.60) 100%);
background: -o-linear-gradient(bottom, rgba(51, 51, 51, 0.60) 0%, rgba(51, 51, 51, 0.60) 100%);
background: linear-gradient(0deg, rgba(51, 51, 51, 0.60) 0%, rgba(51, 51, 51, 0.60) 100%);
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 0;
}
.mainimage h1, .mainimage h6{
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.txtbkg{
  margin-bottom: -4rem;
    width: 80%;
    margin-left: 10%;
  }
.grid{
  width: 100%;
  margin: 3rem 0 0;
}
.grid div {
  aspect-ratio: 11/10;
  display: block;
  width: -webkit-calc(33.33% - 1rem);
  width: -moz-calc(33.33% - 1rem);
  width: calc(33.33% - 1rem);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  margin: .5rem;
}
.ckeditor{
  padding: 4rem 20vw 0 4rem;
}
.fullwidth{
  padding: 4rem 4vw 0 4rem;
}
#catalog .row, #order .row {
  max-width: 90vw;
  margin: 0rem auto 9rem;
  width: 100%;
}
#order .row .card, #catalog .row .card{
  background-color: #CED4DA;
  position: relative;
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  padding: 2rem 3rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  margin-right: 3rem;
  margin-left: 0;
}
#catalog .row .card, #order .row .card{
  margin-right: 3rem;
  margin-left: 0;
}
#catalog .row .card .col, #order .row .card .col{
  width: 50%;
}
#order .row .card p {
  padding-right: 30%;
}
#catalog .row .card .image, #order .row .card .image {
  max-width: 45%;
  margin-right: -9rem;
}
#catalog .row .card .btn3, #order .row .card .btn3{
  display: inline-block;
  margin-top: 1rem;
}
#blog{
  padding: 0;
}
#blog .row{
  margin-top: 0;
}
@media screen and (max-width: 980px){
  .fullwidth {
    padding: 4rem 0 0 0;
  }
  .fullwidth img{
    margin: 1rem 0!important;
    width: 100%!important;
  }
  #catalog .row, #order .row {
    max-width: 92vw;
    margin: 0rem auto 3rem;
  }
  #catalog .row .card, #order .row .card{
    width: 100%;
    margin-right: 0;
}
#catalog .row .card .image, #order .row .card .image {
    max-width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}
#catalog .row .card .col, #order .row .card .col {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.grid div {
  width: -webkit-calc(50% - 1rem);
  width: -moz-calc(50% - 1rem);
  width: calc(50% - 1rem);
}
#post .row {
  max-width: 94vw;
  margin: 3rem auto;
}
.ckeditor {
  padding: 4rem .5rem 0;
}
}
@media screen and (max-width: 720px) {
.grid div {
  width: -webkit-calc(100% - 1rem);
  width: -moz-calc(100% - 1rem);
  width: calc(100% - 1rem);
}
}