#blog .row{
  max-width: 90vw;
  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%;
}
#blog .row a{
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
  margin: 1rem;
  padding: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  aspect-ratio: 16/10;
  height: 100%;
  border: none;
}
.txtbkg{
margin-bottom: -10rem;
margin-top: 2rem;
width: 80%;
margin-left: 10%;
}
#blog {
padding: 0 0 2rem 1rem;
}
#blog a.image {
aspect-ratio: 16/9;
width: -webkit-calc(50% - 1rem);
width: -moz-calc(50% - 1rem);
width: calc(50% - 1rem);
-moz-background-size: cover;
  -o-background-size: cover;
     background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
text-decoration: none;
padding: 0;
margin: .5rem;
border: none;
}
#blog a.image .text {
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%);
width: 100%;
height: 100%;
padding: 2rem;
-webkit-flex-flow: column;
    -ms-flex-flow: column;
        flex-flow: column;
-webkit-box-align: end;
-webkit-align-items: end;
   -moz-box-align: end;
    -ms-flex-align: end;
            -ms-grid-row-align: end;
        align-items: end;
-webkit-box-pack: end;
-webkit-justify-content: end;
   -moz-box-pack: end;
    -ms-flex-pack: end;
        justify-content: end;
}
#blog a.image .text h5{
color: #ffffff;
margin-bottom: 1rem;
display: block;
width: 100%;
text-align: right;
}
#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;
}
@media screen and (max-width: 980px){
.txtbkg {
  margin-bottom: -6rem;
  margin-top: 0rem;
}
#blog {
  padding: 0 0 2rem 0rem;
}
#blog .row {
  max-width: 92vw;
  margin: 3rem auto;
}
#blog a.image {
  width: 100%;
}
#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;
}
}
@media screen and (max-width: 720px) {
#blog .row {
  max-width: 92vw;
  margin: 2rem auto;
}
.txtbkg {
  margin-bottom: -4rem;
  margin-top: 0rem;
}
}