:root {
  --main-bg-color: #fff;
  --main-action-color: #3563E9;
  --main-text-color: #233643;
  --main-link-color: #0f1f2c;
  --main-hover-link-color: #495c69;
  --main-container-width: 1320px;
  --main-container-max-width: 96%;
  --main-transition: 0.5s all ease;
  --main-font: "Plus Jakarta Sans", sans-serif; }

.banner {
  margin: 60px 0px 120px; }
  @media screen and (max-width: 576px) {
    .banner {
      margin: 60px 0; } }
  .banner h1 {
    max-width: 684px;
    margin: 0 auto 30px;
    font-weight: 700;
    font-size: 56px;
    line-height: 150%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #233643; }
    @media screen and (max-width: 1024px) {
      .banner h1 {
        font-size: 42px; } }
    @media screen and (max-width: 576px) {
      .banner h1 {
        font-size: 36px; } }
  .banner .text {
    max-width: 886px;
    margin: 0 auto 60px;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #233643; }
    @media screen and (max-width: 1024px) {
      .banner .text {
        font-size: 22px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 576px) {
      .banner .text {
        font-size: 20px; } }
  .banner .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      .banner .buttons {
        margin-bottom: 30px; } }
    .banner .buttons .button {
      margin-right: 60px; }
      @media screen and (max-width: 1024px) {
        .banner .buttons .button {
          margin-right: 30px; } }
  .banner img {
    box-shadow: 0 14px 84px 0 #e4ebfc;
    background: #f6f7f9;
    max-width: 100%; }

/*# sourceMappingURL=banner-block.css.map */
