.logo {
  display: flex;
}
.logo__text {
  padding-left: 10px;
  font-family: "Mulish";
  font-weight: 600;
  font-size: 20px;
  vertical-align: 50px;
  line-height: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1968fc;
}

.page-header {
  max-height: 50px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .page-header {
    box-sizing: border-box;
    display: flex;
    margin: 30px;
  }
  .page-header__navigation {
    box-sizing: border-box;
    margin-left: auto;
    width: 540px;
    display: flex;
    justify-content: flex-end;
  }
  .page-header__navigation_item {
    line-height: 20px;
    margin: auto;
    font-family: "Mulish";
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    color: var(--color);
    font-weight: 600;
  }
  .page-header__button {
    font-family: "Mulish", sans-serif;
    margin-left: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    min-width: 180px;
    height: 50px;
    text-transform: uppercase;
    color: white;
    background-color: #1968fc;
    border: none;
    outline: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-header {
    margin: 0px 0px;
    box-sizing: border-box;
    display: flex;
  }
  .page-header__navigation {
    display: none;
  }
  .page-header__button {
    display: none;
  }
}

.headline {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .headline {
    margin: 120px 0px 120px;
  }
  .headline__title {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    width: 600px;
    font-size: 40px;
    line-height: 60px;
    color: #11223f;
  }
  .headline__description {
    width: 600px;
    margin-top: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #11223f;
  }
  .headline__button-large {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
    width: 300px;
    height: 50px;
    text-transform: uppercase;
    color: white;
    border: none;
    outline: none;
    background-color: #1968fc;
  }
  .headline__button-small {
    display: none;
  }
  .headline__image {
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 50px;
  }
  .headline__link {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .headline {
    height: 1010px;
    box-sizing: border-box;
  }
  .headline__title {
    margin: 80px 80px 0px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #11223f;
    text-align: left;
    line-height: 60px;
    width: 460px;
  }
  .headline__description {
    width: 480px;
    margin: 20px 80px 0px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
  }
  .headline__button-large {
    display: none;
  }
  .headline__button-small {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 40px 80px 0px;
    width: 300px;
    height: 50px;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: white;
    background-color: #1968fc;
  }
  .headline__image {
    width: 600px;
    height: 500px;
    position: absolute;
    z-index: -1;
    left: 20px;
    bottom: 120px;
  }
  .headline__link {
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    margin-top: 520px;
    color: #ffffff;
    padding: 30px 60px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 40px;
    background: url(https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson26/hw1/PleaseVisitDesktopSiteSectionBackground.png);
    text-transform: uppercase;
  }
}
@media screen and (max-width: 400px) {
  .headline {
    width: 360px;
    height: 1000px;
    box-sizing: border-box;
  }
  .headline__title {
    margin: 80px 20px 0px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #11223f;
    text-align: left;
    line-height: 60px;
    width: 300px;
  }
  .headline__description {
    width: 300px;
    margin: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
  }
  .headline__button-large {
    display: none;
  }
  .headline__button-small {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin: 20px 20px;
    width: 250px;
    height: 50px;
    outline: none;
    border: none;
    text-transform: uppercase;
    color: white;
    background-color: #1968fc;
  }
  .headline__image {
    width: 360px;
    height: 250px;
    position: absolute;
    z-index: -1;
    left: 5px;
    bottom: 300px;
  }
  .headline__link {
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    margin-top: 300px;
    color: #ffffff;
    padding: 30px 60px;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 40px;
    background: url(https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson26/hw1/PleaseVisitDesktopSiteSectionBackground.png);
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1024px) {
  .reviews {
    min-width: 1120px;
    display: flex;
    justify-content: space-between;
  }
}

.review {
  box-shadow: 0px 20px 60px rgba(49, 69, 244, 0.1);
  background-color: white;
  box-sizing: border-box;
  box-shadow: 0px 20px 60px 0px rgba(49, 69, 244, 0.1019607843);
  width: 540px;
  height: 280px;
  position: relative;
}
.review_brackets {
  position: absolute;
  top: 40px;
  right: 40px;
}
.review_image {
  margin-top: 40px;
  margin-left: 40px;
}
.review_description {
  position: absolute;
  left: 160px;
  top: 60px;
}
.review_name {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.review_info {
  font-family: "Mulish", sans-serif;
  color: #1967fa;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}
.review_text {
  box-sizing: border-box;
  margin: 38px 40px 40px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #11223f;
}

@media screen and (max-width: 1024px) {
  .review {
    background-color: white;
    box-sizing: border-box;
    margin: 50px;
    width: 540px;
    height: 280px;
    position: relative;
  }
  .review_brackets {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .review_image {
    margin-top: 40px;
    margin-left: 40px;
  }
  .review_description {
    position: absolute;
    left: 160px;
    top: 60px;
  }
  .review_name {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .review_info {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #1967fa;
  }
  .review_review {
    margin: 40px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #11223f;
  }
}
@media screen and (max-width: 400px) {
  .review {
    background-color: white;
    box-sizing: border-box;
    margin-right: 20px;
    margin: 10px;
    width: 340px;
    height: 200px;
    position: relative;
  }
  .review_brackets {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
  }
  .review_image {
    width: 70px;
    height: 70px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .review_description {
    position: absolute;
    left: 120px;
    top: 30px;
  }
  .review_name {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .review_info {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #1967fa;
  }
  .review_text {
    margin: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: #11223f;
  }
}

@media screen and (min-width: 1024px) {
  .work-flow {
    margin: 120px 10px;
  }
  .work-flow__header {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 30px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 60px;
  }
  .work-flow__cards {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .work-flow__card {
    box-shadow: 0px 20px 60px rgba(49, 69, 244, 0.1);
    background-color: white;
    height: 220px;
    margin-top: 48px;
    padding-top: 40px;
    border: 2px;
    width: 320px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 20px 60px 0px rgba(49, 69, 244, 0.1019607843);
  }
  .work-flow__card:nth-child(2) {
    margin-top: 88px;
  }
  .work-flow__card:last-child {
    margin-top: 128px;
  }
  .work-flow__card_icon {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .work-flow__card_step {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin-left: 40px;
  }
  .work-flow__card_header {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #1967fa;
    margin-left: 40px;
    text-transform: uppercase;
  }
  .work-flow__card_description {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 40px 40px 40px;
    line-height: 30px;
  }
  .work-flow__card_decoration {
    position: absolute;
    right: -5px;
    bottom: -5px;
  }
  .work-flow__card_connect-line {
    position: absolute;
    right: -110px;
    bottom: 110px;
    width: 110px;
    height: 0px;
    border-bottom: 2px dashed #1968fc;
  }
}
@media screen and (max-width: 1024px) {
  .work-flow {
    margin-top: 120px;
    padding-left: 60px;
  }
  .work-flow__header {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .work-flow__card {
    box-shadow: 0px 20px 60px rgba(49, 69, 244, 0.1);
    background-color: white;
    height: 180px;
    margin-top: 40px;
    padding: 40px;
    width: 520px;
    box-sizing: border-box;
    position: relative;
  }
  .work-flow__card_icon {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .work-flow__card_step {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
  }
  .work-flow__card_header {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #1967fa;
    text-transform: uppercase;
  }
  .work-flow__card_description {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .work-flow__card_decoration {
    position: absolute;
    right: -5px;
    bottom: -5px;
  }
  .work-flow__card_connect-line {
    position: absolute;
    left: 60px;
    bottom: -42px;
    width: 0px;
    height: 38px;
    border-left: 2px dashed #1968fc;
  }
}
@media screen and (max-width: 400px) {
  .work-flow {
    margin: 120px 20px;
    padding: 0px;
  }
  .work-flow__header {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .work-flow__card {
    box-shadow: 0px 20px 60px rgba(49, 69, 244, 0.1);
    background-color: white;
    height: 180px;
    margin-top: 40px;
    padding: 20px;
    width: 320px;
    box-sizing: border-box;
    position: relative;
  }
  .work-flow__card_icon {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .work-flow__card_step {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
  }
  .work-flow__card_header {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #1967fa;
    text-transform: uppercase;
  }
  .work-flow__card_description {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .work-flow__card_decoration {
    position: absolute;
    right: -5px;
    bottom: -5px;
  }
  .work-flow__card_connect-line {
    position: absolute;
    left: 60px;
    bottom: -42px;
    width: 0px;
    height: 38px;
    border-left: 2px dashed #1968fc;
  }
}

@media screen and (min-width: 1024px) {
  .features {
    margin: 0px 0px 120px;
  }
  .features__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
  }
  .features__list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .features {
    margin-top: 125px;
  }
  .features__header {
    margin-bottom: 10px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 400px) {
  .features {
    margin-top: 125px;
  }
  .features__list {
    display: flex;
    width: 360px;
    flex-direction: column;
    justify-content: space-around;
  }
  .features__header {
    margin-left: 20px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
  }
}

.feature {
  box-shadow: 0px 20px 60px rgba(49, 69, 244, 0.1);
}
@media screen and (min-width: 1024px) {
  .feature {
    background-color: white;
    width: 320px;
    height: 290px;
    box-sizing: border-box;
    margin-top: 60px;
    position: relative;
  }
  .feature:nth-child(2) {
    margin-top: 100px;
  }
  .feature:last-child {
    margin-top: 140px;
  }
  .feature_header {
    display: flex;
  }
  .feature_header_icon {
    width: 120px;
    height: 120px;
  }
  .feature_header_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 20px;
    vertical-align: 160px;
    line-height: 30px;
  }
  .feature_description {
    box-sizing: border-box;
    margin: 40px;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    color: #11223f;
    font-size: 16px;
    line-height: 30px;
  }
  .feature_decoration {
    position: absolute;
    right: -5px;
    bottom: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .feature {
    background-color: white;
    width: 520px;
    height: 200px;
    box-sizing: border-box;
    margin-left: 60px;
    margin-top: 60px;
    position: relative;
  }
  .feature_header {
    display: flex;
    background-color: #f3f7ff;
  }
  .feature_header_icon {
    width: 80px;
    height: 80px;
  }
  .feature_header_text {
    margin: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
  }
  .feature_description {
    box-sizing: border-box;
    margin: 30px 40px 30px 40px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
  }
  .feature_decoration {
    position: absolute;
    right: -5px;
    bottom: -5px;
  }
}
@media screen and (max-width: 400px) {
  .feature {
    background-color: white;
    width: 320px;
    height: 200px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-top: 60px;
    position: relative;
  }
  .feature_header {
    display: flex;
    background-color: #f3f7ff;
  }
  .feature_header_icon {
    width: 80px;
    height: 80px;
  }
  .feature_header_text {
    margin: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  .feature_description {
    box-sizing: border-box;
    margin: 24px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
  }
  .feature_decoration {
    position: absolute;
    right: -5px;
    bottom: -5px;
  }
}

@media screen and (max-width: 1024px) {
  .users__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin-top: 125px;
    margin-left: 60px;
  }
  .users__header::before {
    content: "Use Cases";
  }
  .users_cards {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 60px;
  }
}
@media screen and (max-width: 400px) {
  .users__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin-top: 125px;
    margin-left: 20px;
  }
  .users__header::before {
    content: "Use Cases";
  }
  .users_cards {
    width: 340px;
    margin-left: 20px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .users {
    margin: 0px;
  }
  .users__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
  }
  .users__header::before {
    content: "Who is VanGoux for";
  }
  .users_cards {
    margin-top: 60px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
  }
}

.user {
  box-shadow: 0px 20px 60px rgba(49, 69, 244, 0.1);
}
@media screen and (max-width: 1024px) {
  .user {
    box-sizing: border-box;
    padding: 20px;
    width: 250px;
    height: 190px;
    background-color: white;
    margin-bottom: 20px;
  }
  .user:nth-child(n+1) {
    margin-right: 20px;
  }
  .user_header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #1967fa;
  }
  .user_description {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #11223f;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .user {
    width: 360px;
    height: 160px;
    background-color: white;
    margin-bottom: 20px;
  }
  .user_header {
    margin: 20px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    color: #1967fa;
  }
  .user_description {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    color: #11223f;
    font-size: 16px;
    line-height: 30px;
    margin: 0px 20px 20px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .purposes {
    margin-top: 120px;
  }
  .purposes__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 20px;
  }
  .purposes__cards {
    margin: 50px 60px 0px;
  }
}
@media screen and (max-width: 400px) {
  .purposes {
    margin-top: 120px;
  }
  .purposes__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin: 10px;
  }
  .purposes__cards {
    margin: 50px 10px;
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .purposes {
    margin: 120px 0px 80px;
  }
  .purposes__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
  }
  .purposes__cards {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.purposes .purpose {
  box-shadow: 0px 20px 60px rgba(49, 69, 244, 0.1);
}
@media screen and (max-width: 1024px) {
  .purposes .purpose {
    background-color: white;
    display: flex;
    margin-bottom: 40px;
  }
  .purposes .purpose__description {
    margin: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
  }
}
@media screen and (max-width: 400px) {
  .purposes .purpose {
    width: 320px;
    height: 100px;
    background-color: white;
    display: flex;
    margin-bottom: 40px;
  }
  .purposes .purpose__description {
    margin: 10px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .purposes .purpose {
    display: flex;
    background-color: white;
    margin-bottom: 40px;
    width: 540px;
    height: 80px;
  }
  .purposes .purpose__description {
    margin: 20px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .consultation {
    background-color: #1968fc;
    padding: 60px;
  }
  .consultation__image {
    display: none;
  }
  .consultation__title {
    color: white;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .consultation__description {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: white;
  }
  .consultation__button {
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    background-color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
    border: none;
    outline: none;
    width: 320px;
    height: 50px;
    color: #1968fc;
  }
}
@media screen and (max-width: 400px) {
  .consultation {
    background-color: #1968fc;
    padding: 60px;
  }
  .consultation__image {
    display: none;
  }
  .consultation__title {
    color: white;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .consultation__description {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: white;
  }
  .consultation__button {
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    background-color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
    border: none;
    outline: none;
    width: 240px;
    height: 50px;
    color: #1968fc;
  }
}
@media screen and (min-width: 1024px) {
  .consultation {
    background-color: #1968fc;
    padding: 80px 160px;
    width: 1440px;
    height: 450px;
    box-sizing: border-box;
    position: relative;
    left: -140px;
  }
  .consultation__container {
    height: 100px;
    background-color: red 2px solid;
  }
  .consultation__image {
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .consultation__title {
    color: white;
    width: 640px;
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
  }
  .consultation__description {
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
    padding-right: 80px;
    font-weight: 400;
    font-size: 20px;
    width: 640px;
    margin-top: 60px;
    line-height: 40px;
    color: white;
  }
  .consultation__button {
    text-transform: uppercase;
    font-family: "Mulish";
    background-color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
    width: 320px;
    height: 50px;
    border: none;
    outline: none;
    color: #1968fc;
  }
}

@media screen and (min-width: 1024px) {
  .stories {
    margin: 120px 0px;
  }
  .stories__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
  }
  .stories__cards {
    margin-top: 64px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .stories {
    margin-top: 60px;
  }
  .stories__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin-left: 60px;
    margin-right: 60px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 400px) {
  .stories {
    margin-top: 60px;
  }
  .stories__header {
    font-family: "Mulish", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
    margin: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .story-card {
    width: 420px;
    height: 240px;
    margin-right: 60px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
  }
  .story-card__image {
    position: absolute;
    left: 0px;
  }
  .story-card__header {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
  }
  .story-card__description {
    font-family: "Mulish", sans-serif;
    width: 420px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .story-card {
    margin-right: 60px;
    position: relative;
    padding-left: 120px;
    margin-bottom: 40px;
  }
  .story-card__image {
    position: absolute;
    left: 60px;
  }
  .story-card__header {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
  }
  .story-card__description {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .story-card {
    margin-right: 20px;
    position: relative;
    padding-left: 70px;
    margin-top: 20px;
    margin-bottom: 2px;
  }
  .story-card__image {
    position: absolute;
    left: 20px;
    top: 5px;
  }
  .story-card__header {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
  }
  .story-card__description {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
}

.page-footer {
  background-color: #fbfbfb;
}
@media screen and (min-width: 1024px) {
  .page-footer {
    margin-left: 160px;
    height: 130px;
    position: relative;
    display: flex;
    padding-top: 40px;
    box-sizing: border-box;
  }
  .page-footer__logo {
    display: flex;
  }
  .page-footer__logo_icon {
    width: 50px;
    height: 50px;
  }
  .page-footer__logo_text {
    width: 200px;
    padding: 15px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
    vertical-align: 50px;
    line-height: 20px;
    color: #1968fc;
    margin-right: 50px;
  }
  .page-footer__image {
    position: absolute;
    top: 0px;
    right: 80px;
  }
  .page-footer__navigation {
    font-family: "Work Sans", sans-serif;
    display: flex;
    line-height: 15px;
    font-size: 14px;
    padding: 0px;
    width: 480px;
    height: 25px;
    margin-right: 50px;
    justify-content: space-between;
  }
  .page-footer__navigation_item {
    padding: 15px;
    text-decoration: none;
    color: black;
  }
  .page-footer__button {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    width: 180px;
    height: 50px;
    text-transform: uppercase;
    color: white;
    background-color: #1968fc;
  }
  .page-footer__social-link {
    padding: 15px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    max-height: 20px;
    max-width: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page-footer {
    height: 130px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    padding: 40px;
  }
  .page-footer__navigation {
    display: none;
  }
  .page-footer__logo {
    display: flex;
  }
  .page-footer__logo_icon {
    max-height: 100%;
  }
  .page-footer__logo_text {
    padding: 15px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
    vertical-align: 50px;
    line-height: 20px;
    background-color: rgba(25, 104, 252, 0.0509803922);
    color: #1968fc;
    margin-right: 50px;
  }
  .page-footer__image {
    width: 60px;
    height: 55px;
    right: 40px;
    position: absolute;
  }
  .page-footer__social-link {
    padding: 15px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    max-height: 20px;
    max-width: 20px;
  }
}
@media screen and (max-width: 400px) {
  .page-footer {
    height: 130px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    padding: 40px;
  }
  .page-footer__navigation {
    display: none;
  }
  .page-footer__logo {
    display: flex;
  }
  .page-footer__logo_icon {
    max-height: 100%;
  }
  .page-footer__logo_text {
    padding-top: 5px;
    padding-left: 10px;
    margin: 0px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 14px;
    background-color: rgba(25, 104, 252, 0.0509803922);
    color: #1968fc;
  }
  .page-footer__image {
    width: 60px;
    height: 55px;
    bottom: 0px;
    right: 0px;
    position: absolute;
  }
  .page-footer__social-link {
    padding: 15px;
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    max-height: 20px;
    max-width: 20px;
  }
}

:root {
  --color: #000000;
}

.header__decoration {
  width: 80px;
  height: 2px;
  background-color: #1968fc;
  box-shadow: 0px 2px 0px #d1e1fe;
  position: relative;
  top: 10px;
}
@media screen and (min-width: 1024px) {
  .header__decoration {
    left: -40px;
  }
}

.white {
  border-bottom: 2px solid white;
}

body {
  background-image: url("https://gromcode.s3.eu-central-1.amazonaws.com/front-end/html-css/lesson26/hw1/BackgroundDecor.png");
  background-size: cover;
  margin: 0px;
  padding: 0px;
}

.page {
  margin: 0px auto;
}
@media screen and (max-width: 1024px) {
  .page {
    width: 600px;
  }
}
@media screen and (max-width: 400px) {
  .page {
    width: 360px;
  }
}
@media screen and (min-width: 1024px) {
  .page {
    width: 1200px;
  }
}

/*# sourceMappingURL=styles.css.map */
