.container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.row:not(.no-gutters) {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

@media (min-width: 375px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1366px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .row:not(.no-gutters) {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.projectBlock {
  margin-bottom: 80px;
}
.projectBlock img {
  width: 100%;
}
.projectBlock .row {
  position: relative;
  justify-content: center;
}
.projectBlock .imageColumn {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .projectBlock .imageColumn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .projectBlock .imageColumn {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.projectBlock .contentColumn {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .projectBlock .contentColumn {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1366px) {
  .projectBlock .contentColumn {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.projectBlock .imageWrapper {
  position: relative;
}
.projectBlock .image {
  margin-bottom: 20px;
}
.projectBlock .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #ffb01f;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .projectBlock .badge {
    width: 88px;
    height: 88px;
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  .projectBlock .badge {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
}
.projectBlock .title {
  font-size: 24px;
  font-weight: 700;
  color: #ff4f15;
}
.projectBlock .title + p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
/*# sourceMappingURL=projectBlock.css.map */
