/*$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;
*/
/*@import "mixins/deprecate";
*/
/*@import "mixins/grid-framework";
@import "mixins/grid";
*/
/*page-step*/
p {
  line-height: 1.8; }

.object-fit-img {
  width: 100%;
  object-fit: cover;
  height: 250px;
  font-family: 'object-fit: cover;'; }
  @media (max-width: 1199.98px) {
    .object-fit-img {
      width: 100%;
      object-fit: cover;
      height: 400px; } }
  @media (max-width: 991.98px) {
    .object-fit-img {
      width: 100%;
      object-fit: cover;
      height: auto; } }

.row .steps {
  padding: 0 18px; }
  .row .steps .card {
    border-radius: 0 !important;
    border: 0;
    display: block; }
    .row .steps .card .card-img {
      display: block;
      border-radius: 0 !important; }
    .row .steps .card .card-title {
      border-bottom: 1px solid #9e0000;
      padding-bottom: 10px;
      font-weight: bold;
      font-size: 14px; }
    .row .steps .card .card-text {
      font-size: 13px; }
  .row .steps .img {
    position: relative;
    margin: auto; }
    .row .steps .img:after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      border-top: #1e771c 3px solid;
      border-right: #1e771c 3px solid;
      position: absolute;
      right: -23px;
      top: 0;
      bottom: 0;
      margin: auto;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transition-duration: 0.3s; }
      @media (max-width: 767.98px) {
        .row .steps .img:after {
          display: none; } }
  @media (max-width: 991.98px) {
    .row .steps:nth-of-type(2n) .card .img:after {
      display: none; } }
  .row .steps:nth-of-type(4n) .card .img:after {
    display: none; }
  .row .steps:after {
    display: none; }
    @media (max-width: 767.98px) {
      .row .steps:after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        border-top: #1e771c 3px solid;
        border-right: #1e771c 3px solid;
        position: absolute;
        right: 0;
        left: 0;
        bottom: -1.8rem;
        margin: auto;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); } }
  .row .steps:nth-last-of-type(1):after {
    display: none !important; }
  .row .steps:last-child .img:after {
    display: none; }

.card-img {
  border-radius: 0 !important; }
