/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

a {
  text-decoration: none;
  color: #474747; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border: 0;
  color: #022D41; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

li {
  list-style-type: none; }

ul {
  margin: 0;
  padding: 0; }

::-webkit-scrollbar {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 62.5%; }

/* =10px */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  color: #474747;
  min-height: 100%;
  background: #ffffff;
  font-size: 1.8rem; }

p, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem; }

h1, h2 {
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
  color: #474747; }

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem;
  grid-template-areas: "header header" "main main" "footer footer"; }

.primary-btn {
  background-color: #F67280;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.2rem;
  border-radius: .4rem;
  cursor: pointer;
  margin: 2rem auto;
  width: 20rem; }

.secundary-btn {
  background: #5d90bb;
  color: #ffffff;
  padding: 1rem;
  font-size: 2rem;
  border-radius: 3px;
  width: 15rem;
  height: 6rem;
  margin-top: 3rem;
  border: 0; }

.border {
  width: 100%;
  height: 1px;
  background-color: #e5eaec;
  margin: 2rem 0; }

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.wrap {
  padding: 2rem; }

.small-wrap {
  padding: 1rem; }

.btn-send {
  border: 1px solid #355C7D;
  background-color: transparent;
  color: #355C7D;
  border-radius: .4rem;
  padding: .8rem 1rem;
  text-transform: capitalize;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  margin-top: 2rem; }

footer {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #1e3447; }
  footer .footer-nav li {
    display: inline-block; }
  footer .footer-nav li a {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 400;
    padding: .5rem; }
  footer .social-links a {
    display: inline-block;
    padding: 1.5rem .5rem; }
  footer .social-links li {
    display: inline-block; }
  footer .social-links svg {
    fill: #ffffff;
    width: 1.4rem;
    height: auto; }

header {
  border-bottom: 1px solid #e5eaec; }

nav {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1rem 2rem;
  grid-area: header;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  nav .top-nav {
    text-align: right; }
    nav .top-nav li {
      display: inline-block; }
    nav .top-nav a {
      display: inline-block;
      margin: .3rem;
      font-size: 1.4rem;
      font-weight: 400; }
  nav img {
    width: 6rem;
    height: auto; }

.hilighted {
  background-color: #1e3447;
  border-radius: .4rem;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 200;
  padding: 1rem;
  display: inline-block; }

@media only screen and (min-width: 1024px) {
  nav {
    max-width: 140rem; } }

.logo-copy {
  font-family: 'Homemade Apple', cursive;
  font-size: 6rem;
  color: #355C7D;
  text-align: center;
  margin: 0;
  display: inline;
  /* For Chrome and Safari */
  /* For old Fx (3.6 to 15) */
  /* For pre-releases of IE 10*/
  /* For old Opera (11.1 to 12.0) */
  background-image: -webkit-gradient(linear, left top, right top, from(#F67280), to(#355C7D));
  background-image: linear-gradient(to right, #F67280, #355C7D);
  /* Standard syntax; must be last */
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text; }

.search-area {
  max-width: 85rem;
  margin: 0 auto 8rem auto;
  text-align: center;
  background-color: linear-gradient(to right, #F67280, #355C7D); }
  .search-area__title {
    font-size: 3.5rem;
    font-family: 'Encode Sans Expanded', sans-serif;
    line-height: 1.4;
    font-weight: 300; }
  .search-area__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .search-area__box input {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 55%;
      flex: 1 0 55%;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 2rem 1.5rem;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      font-size: 1.6rem;
      font-weight: 400; }
    .search-area__box .btn {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      border: 1px solid #F67280;
      font-size: 2rem;
      font-family: "Open Sans", sans-serif;
      color: #ffffff;
      letter-spacing: .6px;
      background-color: #F67280;
      border-radius: .5rem;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      cursor: pointer; }
      .search-area__box .btn:hover {
        background-color: #f56877; }
    .search-area__box--large input {
      padding: 3rem 1.5rem;
      font-size: 1.8rem;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 65%;
      flex: 1 0 65%; }

@media only screen and (min-width: 1024px) {
  .search-area {
    max-width: 100rem; } }

.title-underlined {
  margin-bottom: .5rem;
  font-size: 2.8rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 0; }

.semi-line {
  width: 4.5rem;
  height: .6rem;
  border-radius: 4px;
  background-color: #F67280; }

.job-category {
  max-width: 140rem;
  margin: 2rem auto 0 auto;
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: .1rem;
  background-color: rgba(53, 92, 125, 0.55); }
  .job-category__box {
    text-align: center;
    background-color: #355C7D;
    padding: 5rem .3rem;
    position: relative; }
    .job-category__box:hover .job-category__items {
      opacity: 1; }
      .job-category__box:hover .job-category__items a {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-duration: 800ms;
        transition-duration: 800ms; }
  .job-category__items {
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    opacity: 0;
    background-color: #2d4f6b;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .job-category__items a {
      color: #c7c7c7;
      padding: .5rem;
      display: block; }
      .job-category__items a:hover {
        color: #ffffff; }
    .job-category__items .more {
      color: #F67280;
      font-weight: 600; }
  .job-category__title {
    color: #f1f1f1;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1.1px;
    margin-top: 1.2rem;
    line-height: 1.3;
    font-weight: 300;
    font-size: 1.8rem; }
  .job-category svg {
    width: auto;
    height: 3rem;
    fill: #f1f1f1; }

.expand-listing {
  text-align: right; }
  .expand-listing a {
    font-size: 1.4rem;
    color: #474747;
    text-transform: uppercase;
    display: inline-block;
    padding: .5rem;
    border: 1px solid #474747;
    text-align: center;
    border-radius: .3rem; }
  .expand-listing svg {
    width: 1rem;
    height: auto;
    fill: #474747;
    margin-left: 1rem; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .job-category {
    grid-template-columns: repeat(3, 1fr); } }

@media only screen and (min-width: 1024px) {
  .job-category {
    grid-template-columns: repeat(6, 1fr); }
    .job-category__box {
      padding: 8rem .3rem; } }

.projects-container {
  display: grid;
  grid-area: main;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 2rem;
  margin-top: 2rem;
  overflow: scroll; }

.project-card {
  background: #ffffff;
  height: 100%;
  -webkit-box-shadow: 0 0 4px 0 #bacccb;
  box-shadow: 0 0 4px 0 #bacccb;
  max-width: 35rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  position: relative;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms; }
  .project-card__img {
    height: 16rem;
    width: auto;
    position: relative;
    overflow: hidden; }
    .project-card__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 110%; }
  .project-card__price-box {
    background-color: #4c84b3;
    color: #ffffff;
    padding: .7rem;
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 4px 0 rgba(160, 160, 160, 0.5);
    box-shadow: 0 2px 4px 0 rgba(160, 160, 160, 0.5);
    letter-spacing: 0.52px;
    position: absolute;
    top: 0;
    left: 0; }
  .project-card__job {
    white-space: nowrap;
    line-height: 1.8;
    font-weight: 600;
    font-size: 2rem;
    font-family: "Open Sans", sans-serif;
    min-width: 18rem;
    max-width: 25rem;
    overflow: hidden;
    text-overflow: ellipsis; }
  .project-card__reviews {
    margin-bottom: 1rem; }
    .project-card__reviews .totalrew {
      padding-left: .5rem;
      font-size: 1.4rem; }
    .project-card__reviews svg {
      width: 1rem;
      height: auto;
      fill: #4c84b3; }
  .project-card__title {
    font-size: 1.6rem;
    margin: .6rem 0; }
  .project-card__details {
    font-size: 1.4rem;
    margin-bottom: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap; }
    .project-card__details svg {
      width: 1.6rem;
      height: auto;
      fill: #474747;
      margin-right: .6rem; }
  .project-card:hover {
    -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms; }

.horizontal-line {
  height: .1rem;
  background-color: #f1f1f1;
  margin: 1.5rem 0; }

.job-type {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  color: #4c84b3; }

.listing-page__top-categories {
  display: none; }
  .listing-page__top-categories li {
    display: inline;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .listing-page__top-categories a {
    display: inline-block;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #474747;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px; }
    .listing-page__top-categories a:hover {
      border-bottom: 1px solid #355C7D; }

.listing-page__top-bar {
  display: grid;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5eaec; }
  .listing-page__top-bar .filters {
    margin-top: 2rem; }
    .listing-page__top-bar .filters button {
      font-size: 1.6rem;
      font-weight: 400;
      position: relative;
      margin-right: .8rem;
      border-radius: .3rem;
      padding: 1rem;
      background-color: #355C7D;
      color: #f1f1f1; }
    .listing-page__top-bar .filters .close {
      font-size: 1.2rem;
      font-weight: 200;
      margin-left: .5rem; }
    .listing-page__top-bar .filters__more {
      font-size: 1.6rem;
      font-weight: 400;
      background-color: #e5eaec;
      border-radius: .3rem;
      padding: 1rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .listing-page__top-bar .filters__more svg {
        fill: #474747;
        width: 1rem;
        height: auto; }
  .listing-page__top-bar .search-area {
    width: auto;
    margin: inherit;
    grid-row-start: 1; }
    .listing-page__top-bar .search-area__box {
      height: auto; }

.listing-page .projects-container {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  overflow: inherit; }
  .listing-page .projects-container .project-card {
    margin-bottom: 2.5rem; }

.search-results {
  font-size: 1.8rem;
  font-style: italic;
  text-transform: capitalize;
  margin-top: 2.5rem; }

.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0; }
  .pagination li, .pagination a {
    display: inline-block;
    font-size: 1.4rem; }
  .pagination a {
    padding: 0 .5rem; }
  .pagination__full-circle {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1.6rem;
    line-height: 3.2rem;
    background-color: #355C7D;
    color: #ffffff; }
  .pagination__empty-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 1.6rem;
    line-height: 3rem;
    border: 1px solid #355C7D; }
  .pagination svg {
    width: 1rem;
    height: auto;
    fill: #355C7D; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .listing-page__top-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .listing-page__top-bar {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    border-top: 1px solid #e5eaec;
    padding: 3rem 0; }
    .listing-page__top-bar .filters {
      margin-top: 0; }
      .listing-page__top-bar .filters button {
        padding: 1.5rem; }
      .listing-page__top-bar .filters__more {
        padding: 1.5rem; }
    .listing-page__top-bar .search-area {
      grid-row-start: initial; }
  .listing-page .projects-container {
    grid-template-columns: 1fr 1fr 1fr; } }

@media only screen and (min-width: 1024px) {
  .listing-page__top-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .listing-page__top-bar {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e5eaec;
    padding: 3rem 0; }
    .listing-page__top-bar .filters {
      margin-top: 0; }
      .listing-page__top-bar .filters button {
        padding: 1.5rem; }
      .listing-page__top-bar .filters__more {
        padding: 1.5rem; }
    .listing-page__top-bar .search-area {
      grid-row-start: initial; }
  .listing-page .projects-container {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media only screen and (min-width: 1440px) {
  .listing-page .projects-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

.project-page__title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  margin-top: 0; }

.project-page .avatar {
  text-align: center; }
  .project-page .avatar__image {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #355C7D;
    overflow: hidden;
    position: relative; }
    .project-page .avatar__image img {
      position: absolute;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .project-page .avatar__name {
    font-size: 1.4rem;
    font-weight: 400;
    margin: .5rem 0 0 0; }
    .project-page .avatar__name span {
      font-style: italic;
      font-size: 1.2rem;
      white-space: nowrap; }

.project-page__infos {
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .project-page__infos .project-details {
    display: grid;
    grid-template-columns: 1fr 6rem; }
    .project-page__infos .project-details .primary-btn {
      grid-column-start: 1;
      grid-column-end: 4; }
    .project-page__infos .project-details__left {
      font-size: 1.7rem; }
    .project-page__infos .project-details__price {
      color: #4c84b3;
      font-weight: 600;
      letter-spacing: .1rem; }
    .project-page__infos .project-details__date {
      margin: 0 2rem; }
      .project-page__infos .project-details__date svg {
        width: 1.3rem;
        height: auto;
        fill: #474747; }
    .project-page__infos .project-details__images {
      font-size: 1.4rem;
      -webkit-box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.33);
      box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.33);
      padding: .5rem; }
    .project-page__infos .project-details__right .primary-btn {
      width: 100%;
      display: none;
      margin-top: 0;
      margin-bottom: 2rem; }
  .project-page__infos .gallery {
    display: none;
    width: 100%;
    height: 20rem;
    overflow: hidden;
    position: relative; }
    .project-page__infos .gallery img {
      max-width: 500rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    .project-page__infos .gallery__btn {
      background-color: #ffffff;
      color: #355C7D;
      font-size: 1.4rem;
      -webkit-box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.33);
      box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.33);
      padding: .8rem;
      position: absolute;
      bottom: .2rem;
      left: .2rem; }

.project-page__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  grid-column-start: 1;
  grid-column-end: 4; }
  .project-page__description p {
    margin-bottom: 1.5rem;
    margin-top: 0; }

.project-page__contest {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5eaec; }
  .project-page__contest li {
    display: inline-block; }
  .project-page__contest a {
    padding: .5rem 1rem .5rem 0;
    margin-right: 1rem;
    font-size: 2rem;
    font-family: "Encode Sans Expanded", sans-serif; }
  .project-page__contest .active {
    font-weight: 400; }

.project-page__comments-container .expand-listing {
  margin-top: 2rem;
  text-align: center; }

.project-page__comments {
  display: grid;
  grid-column-gap: 2rem;
  grid-template-columns: 6rem auto;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-top: 1px solid #e5eaec; }
  .project-page__comments .comm {
    overflow: hidden;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    .project-page__comments .comm p {
      margin: 0;
      display: inline-block;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .project-page__comments .avatar {
    display: inline-grid; }
  .project-page__comments .expand-comm {
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: left;
    color: #355C7D;
    font-size: 1.8rem;
    font-weight: 600;
    padding: .5rem 0;
    cursor: pointer; }

.project-page__bidders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  margin: 2rem 0; }
  .project-page__bidders .project-card {
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1rem;
    margin-bottom: 0;
    margin-right: 2rem; }
    .project-page__bidders .project-card__img {
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      margin: 0 auto; }
    .project-page__bidders .project-card__title {
      text-align: center;
      font-weight: 400;
      color: #474747;
      font-size: 1.8rem; }
    .project-page__bidders .project-card__reviews {
      margin-bottom: 0;
      white-space: nowrap; }
      .project-page__bidders .project-card__reviews svg {
        display: none; }
    .project-page__bidders .project-card__time {
      color: #355C7D;
      font-size: 1.4rem;
      font-style: italic;
      font-weight: 400;
      border-top: 1px solid #355C7D;
      margin-top: 1rem;
      padding-top: .5rem; }
    .project-page__bidders .project-card:hover {
      -webkit-transform: none;
      transform: none;
      background-color: #f7f8f9; }

.project-page .pagination {
  grid-column-start: 1;
  grid-column-end: 3; }

.project-page .response {
  grid-column-start: 1;
  grid-column-end: 3;
  max-width: 45rem;
  margin: 3.5rem auto;
  padding: 1rem 1rem 5rem 1rem;
  border: 1px solid #355C7D;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  .project-page .response__placeholder {
    margin-left: 1rem;
    font-size: 1.6rem;
    grid-column-start: 2;
    grid-column-end: 3; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .project-page__bidders .project-card__reviews svg {
    display: inline-grid; }
  .project-page__infos {
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 2rem; }
    .project-page__infos .project-details {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
      .project-page__infos .project-details__images {
        display: none; }
      .project-page__infos .project-details__right .primary-btn {
        display: block; }
  .project-page__description {
    margin-top: 1.5rem; }
    .project-page__description .primary-btn {
      display: none; }
  .project-page .gallery {
    display: inline-grid; }
  .project-page .response {
    margin: 2rem auto; }
  .project-page .primary-btn {
    margin: 0; } }

@media only screen and (min-width: 1024px) {
  .project-page__infos {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 2rem; }
    .project-page__infos .project-details {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
      .project-page__infos .project-details__images {
        display: none; }
      .project-page__infos .project-details__right .primary-btn {
        display: block; }
    .project-page__infos .gallery {
      display: inline-grid; }
  .project-page__description {
    margin-top: 1.5rem; }
    .project-page__description .primary-btn {
      display: none; }
  .project-page__contest {
    margin-top: 5rem; }
  .project-page__bidders .project-card {
    min-width: 18rem; }
    .project-page__bidders .project-card__reviews svg {
      display: inline-grid; }
  .project-page .primary-btn {
    width: 25rem;
    margin: 0; }
  .project-page .response {
    margin: 3.5rem auto; } }

.ss-company {
  max-width: 140rem;
  margin: 2rem auto;
  background-color: #355C7D; }
  .ss-company h2 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0; }
  .ss-company .about-img {
    position: relative;
    height: 30rem;
    width: auto;
    overflow: hidden; }
    .ss-company .about-img img {
      width: 100%; }
  .ss-company__about {
    text-align: center;
    background-color: #ffffff;
    border-left: 1px solid rgba(53, 92, 125, 0.13);
    border-bottom: 1px solid rgba(53, 92, 125, 0.13); }
    .ss-company__about p {
      text-align: left; }
  .ss-company__mission {
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    padding: 3rem 1.5rem; }
    .ss-company__mission img {
      max-width: 10rem;
      margin: 2rem 0; }
    .ss-company__mission h1 {
      color: #ffffff;
      font-weight: 300;
      font-size: 3.8rem;
      margin: 2rem 0;
      line-height: 1.6; }
    .ss-company__mission h2 {
      color: #ffffff; }
  .ss-company__ww {
    background-color: #ffffff;
    border: 1px solid rgba(53, 92, 125, 0.13); }
    .ss-company__ww .about-img img {
      width: auto; }
    .ss-company__ww ul {
      text-align: center;
      white-space: nowrap; }
      .ss-company__ww ul li {
        text-align: center;
        display: inline-block;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-right: 2rem;
        border-bottom: 2px solid #F67280;
        padding: .5rem; }
        .ss-company__ww ul li span {
          font-size: 1.8rem;
          font-weight: 400;
          font-family: 'Lato', sans-serif; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ss-company {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .ss-company__mission {
      grid-row-start: 1;
      grid-column-start: 1;
      grid-column-end: 3; }
    .ss-company__about .about-img img {
      width: 103%; }
    .ss-company__ww .about-img img {
      width: auto; } }

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .ss-company {
    display: grid; }
    .ss-company__mission {
      grid-row-start: 1;
      grid-column-start: 1;
      grid-column-end: 3; } }

@media only screen and (min-width: 1440px) {
  .ss-company {
    display: grid;
    grid-template-columns: 1fr 40rem 1fr; } }

.overlay-dialog {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(53, 92, 125, 0.8); }
  .overlay-dialog .overlay-content {
    text-align: center;
    max-width: 55rem;
    background-color: #ffffff;
    margin: 25rem auto;
    padding: 3rem; }
    .overlay-dialog .overlay-content .cancel-icon {
      text-align: right;
      cursor: pointer; }
      .overlay-dialog .overlay-content .cancel-icon svg {
        width: 1.7rem;
        height: auto; }
    .overlay-dialog .overlay-content h1 {
      margin: 0 1rem; }
    .overlay-dialog .overlay-content h2 {
      font-size: 2rem;
      line-height: 1.4; }
    .overlay-dialog .overlay-content__message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 30rem;
      margin: 2rem auto 0 auto;
      padding-top: 1rem;
      border-top: 1px solid #adadad;
      font-size: 1.4rem; }
      .overlay-dialog .overlay-content__message span {
        font-weight: 300; }
      .overlay-dialog .overlay-content__message button {
        padding: .5rem 1rem;
        margin: 0;
        background: transparent;
        border-radius: 5px;
        border: 1px solid #db0e24;
        color: #db0e24;
        cursor: pointer; }
  .overlay-dialog .btns-register {
    text-align: center;
    width: 30rem;
    margin: 0 auto; }
    .overlay-dialog .btns-register p {
      font-weight: 400; }
    .overlay-dialog .btns-register button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      padding: 1rem 1.8rem;
      margin-bottom: 1.2rem;
      font-size: 1.7rem;
      color: #355C7D;
      font-weight: 300;
      border: 1px solid #355C7D;
      border-radius: 3px;
      cursor: pointer; }
    .overlay-dialog .btns-register__half {
      display: grid;
      grid-template-columns: 1fr 2rem;
      padding: 1rem 1.8rem;
      text-align: left !important;
      border: 1px solid #355C7D;
      border-radius: 3px;
      cursor: pointer;
      margin-bottom: 1.2rem; }
      .overlay-dialog .btns-register__half input {
        border: none;
        font-size: 1.7rem;
        color: #355C7D;
        font-weight: 300;
        margin: 0; }
      .overlay-dialog .btns-register__half svg {
        width: 2rem;
        height: auto; }
  .overlay-dialog svg {
    width: 2.5rem;
    height: auto;
    margin-right: 1rem;
    fill: #7e97a1; }

.forms h2 {
  font-size: 2.6rem; }

.forms label {
  font-weight: 400;
  font-size: 1.8rem;
  display: block;
  color: rgba(71, 71, 71, 0.9); }

.forms input, .forms select, .forms textarea {
  display: block;
  border: 1px solid #cdd7db;
  width: 100%;
  padding: 2rem 1.5rem;
  margin-bottom: 2.5rem; }

.forms select {
  height: 5.8rem;
  background-color: transparent; }

.forms .body-padded {
  text-indent: .8rem; }

.forms .currency {
  display: grid;
  grid-template-columns: 1fr 20rem;
  grid-column-gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .forms .currency label, .forms .currency select {
    display: inline-block; }
  .forms .currency select {
    width: auto;
    border: 0;
    max-width: 20rem;
    color: #474747;
    font-size: 1.8rem;
    margin-bottom: 0; }

.forms .map h2 {
  margin-bottom: 0;
  margin-top: 3.5rem; }

.forms .map__alert {
  color: #ffffff;
  background-color: #F67280;
  padding: 2rem;
  font-size: 1.8rem;
  font-weight: 300;
  white-space: nowrap;
  margin-bottom: 0;
  margin-top: 1rem; }

.forms .map__box {
  height: 20rem;
  background: url(../images/map.png);
  background-repeat: no-repeat;
  background-position: 50% 60%; }

.split-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem; }
  .split-container label {
    display: inline-block; }

.form-container {
  max-width: 70rem;
  margin: 0 auto; }
  .form-container h1 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 5rem;
    line-height: 1.4; }
  .form-container label {
    margin-bottom: .8rem; }
  .form-container input, .form-container select, .form-container textarea {
    font-size: 1.4rem; }

.project-page__title {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  margin-top: 0; }

.project-page .avatar {
  text-align: center; }
  .project-page .avatar__image {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #355C7D;
    overflow: hidden;
    position: relative; }
    .project-page .avatar__image img {
      position: absolute;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .project-page .avatar__name {
    font-size: 1.4rem;
    font-weight: 400;
    margin: .5rem 0 0 0; }
    .project-page .avatar__name span {
      font-style: italic;
      font-size: 1.2rem;
      white-space: nowrap; }

.project-page__infos {
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .project-page__infos .project-details {
    display: grid;
    grid-template-columns: 1fr 6rem; }
    .project-page__infos .project-details .primary-btn {
      grid-column-start: 1;
      grid-column-end: 4; }
    .project-page__infos .project-details__left {
      font-size: 1.7rem; }
    .project-page__infos .project-details__price {
      color: #4c84b3;
      font-weight: 600;
      letter-spacing: .1rem; }
    .project-page__infos .project-details__date {
      margin: 0 2rem; }
      .project-page__infos .project-details__date svg {
        width: 1.3rem;
        height: auto;
        fill: #474747; }
    .project-page__infos .project-details__images {
      font-size: 1.4rem;
      -webkit-box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.33);
      box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.33);
      padding: .5rem; }
    .project-page__infos .project-details__right .primary-btn {
      width: 100%;
      display: none;
      margin-top: 0;
      margin-bottom: 2rem; }
  .project-page__infos .gallery {
    display: none;
    width: 100%;
    height: 20rem;
    overflow: hidden;
    position: relative; }
    .project-page__infos .gallery img {
      max-width: 500rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
    .project-page__infos .gallery__btn {
      background-color: #ffffff;
      color: #355C7D;
      font-size: 1.4rem;
      -webkit-box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.33);
      box-shadow: 0 1px 4px 0 rgba(119, 119, 119, 0.33);
      padding: .8rem;
      position: absolute;
      bottom: .2rem;
      left: .2rem; }

.project-page__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  grid-column-start: 1;
  grid-column-end: 4; }
  .project-page__description p {
    margin-bottom: 1.5rem;
    margin-top: 0; }

.project-page__contest {
  grid-column-start: 1;
  grid-column-end: 3;
  margin-top: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5eaec; }
  .project-page__contest li {
    display: inline-block; }
  .project-page__contest a {
    padding: .5rem 1rem .5rem 0;
    margin-right: 1rem;
    font-size: 2rem;
    font-family: "Encode Sans Expanded", sans-serif; }
  .project-page__contest .active {
    font-weight: 400; }

.project-page__comments-container .expand-listing {
  margin-top: 2rem;
  text-align: center; }

.project-page__comments {
  display: grid;
  grid-column-gap: 2rem;
  grid-template-columns: 6rem auto;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  border-top: 1px solid #e5eaec; }
  .project-page__comments .comm {
    overflow: hidden;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2.6rem; }
    .project-page__comments .comm p {
      margin: 0;
      display: inline-block;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .project-page__comments .avatar {
    display: inline-grid; }
  .project-page__comments .expand-comm {
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: left;
    color: #355C7D;
    font-size: 1.8rem;
    font-weight: 600;
    padding: .5rem 0;
    cursor: pointer; }

.project-page__bidders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  margin: 2rem 0; }
  .project-page__bidders .project-card {
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1rem;
    margin-bottom: 0;
    margin-right: 2rem; }
    .project-page__bidders .project-card__img {
      width: 10rem;
      height: 10rem;
      border-radius: 50%;
      margin: 0 auto; }
    .project-page__bidders .project-card__title {
      text-align: center;
      font-weight: 400;
      color: #474747;
      font-size: 1.8rem; }
    .project-page__bidders .project-card__reviews {
      margin-bottom: 0;
      white-space: nowrap; }
      .project-page__bidders .project-card__reviews svg {
        display: none; }
    .project-page__bidders .project-card__time {
      color: #355C7D;
      font-size: 1.4rem;
      font-style: italic;
      font-weight: 400;
      border-top: 1px solid #355C7D;
      margin-top: 1rem;
      padding-top: .5rem; }
    .project-page__bidders .project-card:hover {
      -webkit-transform: none;
      transform: none;
      background-color: #f7f8f9; }

.project-page .pagination {
  grid-column-start: 1;
  grid-column-end: 3; }

.project-page .response {
  grid-column-start: 1;
  grid-column-end: 3;
  max-width: 45rem;
  margin: 3.5rem auto;
  padding: 1rem 1rem 5rem 1rem;
  border: 1px solid #355C7D;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  .project-page .response__placeholder {
    margin-left: 1rem;
    font-size: 1.6rem;
    grid-column-start: 2;
    grid-column-end: 3; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .project-page__bidders .project-card__reviews svg {
    display: inline-grid; }
  .project-page__infos {
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 2rem; }
    .project-page__infos .project-details {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
      .project-page__infos .project-details__images {
        display: none; }
      .project-page__infos .project-details__right .primary-btn {
        display: block; }
  .project-page__description {
    margin-top: 1.5rem; }
    .project-page__description .primary-btn {
      display: none; }
  .project-page .gallery {
    display: inline-grid; }
  .project-page .response {
    margin: 2rem auto; }
  .project-page .primary-btn {
    margin: 0; } }

@media only screen and (min-width: 1024px) {
  .project-page__infos {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 2rem; }
    .project-page__infos .project-details {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
      .project-page__infos .project-details__images {
        display: none; }
      .project-page__infos .project-details__right .primary-btn {
        display: block; }
    .project-page__infos .gallery {
      display: inline-grid; }
  .project-page__description {
    margin-top: 1.5rem; }
    .project-page__description .primary-btn {
      display: none; }
  .project-page__contest {
    margin-top: 5rem; }
  .project-page__bidders .project-card {
    min-width: 18rem; }
    .project-page__bidders .project-card__reviews svg {
      display: inline-grid; }
  .project-page .primary-btn {
    width: 25rem;
    margin: 0; }
  .project-page .response {
    margin: 3.5rem auto; } }

.container {
  padding-top: 2rem; }

.owner-page {
  display: grid;
  grid-column-gap: 2rem; }
  .owner-page__profile {
    margin-bottom: 1rem; }
    .owner-page__profile .profile-image {
      background: url(../images/lawyer.jpg) no-repeat no-repeat center center;
      background-size: cover;
      width: auto;
      height: 24rem; }
    .owner-page__profile .profile-details {
      font-size: 1.8rem;
      line-height: 2.2rem;
      border: 1px solid #e5eaec;
      padding: .8rem;
      text-align: center; }
      .owner-page__profile .profile-details__name {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 1.2rem 0 1rem 0;
        text-align: center; }
      .owner-page__profile .profile-details__address {
        text-align: left; }
      .owner-page__profile .profile-details .reviews {
        text-align: left;
        margin-top: .6rem; }
        .owner-page__profile .profile-details .reviews .totalrew {
          font-size: 1.6rem; }
        .owner-page__profile .profile-details .reviews svg {
          width: 1rem;
          height: 1rem;
          fill: #4476a1; }
      .owner-page__profile .profile-details .secundary-btn {
        margin-bottom: 2rem; }
  .owner-page__activities h2 {
    font-weight: 600;
    margin-top: 2.5rem; }
  .owner-page__activities .project-card {
    height: auto;
    margin: 1.5rem 0 2rem 0; }
    .owner-page__activities .project-card__description {
      margin-bottom: 1.2rem;
      overflow: hidden; }
      .owner-page__activities .project-card__description p {
        font-size: 1.6rem;
        margin: 0;
        display: inline-block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    .owner-page__activities .project-card__img img {
      width: 120%; }
  .owner-page__activities .owner-reviews {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e5eaec; }
    .owner-page__activities .owner-reviews .avatar {
      margin-right: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .owner-page__activities .owner-reviews .avatar__image {
        width: 8rem;
        height: 8rem;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        .owner-page__activities .owner-reviews .avatar__image img {
          width: 112%; }
      .owner-page__activities .owner-reviews .avatar__name {
        font-size: 1.6rem;
        margin-left: 1.5rem; }
    .owner-page__activities .owner-reviews p {
      font-size: 1.6rem; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .owner-page {
    grid-template-columns: 24rem 1fr; }
    .owner-page__profile {
      margin-bottom: 0; }
      .owner-page__profile address {
        display: inline-block; }
    .owner-page__activities .horizontal-line {
      display: block; }
    .owner-page__activities h2 {
      margin-top: 0; }
    .owner-page__activities .project-card {
      max-width: 20rem;
      display: inline-block;
      margin: 1.5rem 2rem 1.5rem 0; } }

@media only screen and (min-width: 1024px) {
  .owner-page {
    grid-template-columns: 40rem 2fr; }
    .owner-page__profile {
      margin-bottom: 0; }
      .owner-page__profile address {
        display: inline-block; }
    .owner-page__activities .horizontal-line {
      display: block; }
    .owner-page__activities h2 {
      margin-top: 0; }
    .owner-page__activities .project-card {
      max-width: 24rem;
      display: inline-block;
      margin: 1.5rem 2rem 1.5rem 0; }
    .owner-page__activities .owner-reviews {
      max-width: 70rem; } }
