#services{
  padding: 6rem 1rem;
  -webkit-box-pack: safe;
  -webkit-justify-content: safe;
     -moz-box-pack: safe;
      -ms-flex-pack: safe;
          justify-content: safe;
}
#services a{
  border-bottom: 0;
  width: -webkit-calc(30% - 1rem);
  width: -moz-calc(30% - 1rem);
  width: calc(30% - 1rem);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-color: #6C8CD5;
  text-align: center;
  color: #ffffff;
  margin: .5rem;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#services a:nth-child(1), #services a:nth-child(4){
  width: -webkit-calc(40% - 1rem);
  width: -moz-calc(40% - 1rem);
  width: calc(40% - 1rem);
}
#services a h5{
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(108, 140, 213, 0.50)), to(rgba(108, 140, 213, 0.50)));
  background: -webkit-linear-gradient(bottom, rgba(108, 140, 213, 0.50) 0%, rgba(108, 140, 213, 0.50) 100%);
  background: -moz-linear-gradient(bottom, rgba(108, 140, 213, 0.50) 0%, rgba(108, 140, 213, 0.50) 100%);
  background: -o-linear-gradient(bottom, rgba(108, 140, 213, 0.50) 0%, rgba(108, 140, 213, 0.50) 100%);
  background: linear-gradient(0deg, rgba(108, 140, 213, 0.50) 0%, rgba(108, 140, 213, 0.50) 100%);
  padding: 6rem 2rem;
  width: 100%;
  height: 100%;
  font-size: 1.375rem;
  line-height: 2.063rem;
}
#services a:nth-child(1) h5, #services a:nth-child(4) h5{
  padding: 6rem 5rem;
}
.txtbkg{
  margin-bottom: -10rem;
    margin-top: 2rem;
    width: 80%;
    margin-left: 10%;
  }
  #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: 1100px){
    #services a, #services a:nth-child(1), #services a:nth-child(4){
      width: 48%;
    }
  }
  @media screen and (max-width: 980px){
    #services a, #services a:nth-child(1), #services a:nth-child(4){
      width: 47%;
    }
    #services {
      padding: 2rem 1rem;
    }
    #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) {
    #services a, #services a:nth-child(1), #services a:nth-child(4) {
      width: 100%;
    }
  }