﻿#savvi-search-container {
  width: 100%;
  height: 100%;
  display: flex; }
  #savvi-search-container .savvi-search-box {
    width: 386px;
    height: 279px;
    margin: auto;
    flex-direction: column;
    display: flex;
    justify-content: space-between; }
    #savvi-search-container .savvi-search-box .savvi-title-container {
      display: flex;
      flex-direction: column;
      height: 40%;
      justify-content: space-between; }
      #savvi-search-container .savvi-search-box .savvi-title-container .savvi-search-title {
        color: #c7cbd1;
        font-weight: 400;
        font-size: 42px;
        margin-top: 0; }
      #savvi-search-container .savvi-search-box .savvi-title-container .savvi-search-description {
        color: #c7cbd1; }

/*#savvi-container {
    width: 100%;
    height: 100%;
    display: flex;

    .savvi-centred-container {
        display: flex;
        flex-direction: column;
        width: 630px;
        min-height: 150px;
        height: 150px;
        max-height: 450px;
        justify-content: space-between;
        padding: 20px;

        .savvi-search-title {
            color: $primary_font_color;
        }

        .savvi-search-button-wrapper {
            margin-top: 30px;

            button {
                height: 38px;
            }
        }
    }
}*/

