/*------------Managed Hero Div-----------------*/
#managed_workspace_hero_div{
    width: 930px;
    height: 463px;
    background-color: #ffffff;
    display: flex;
    justify-self: center;
    flex-direction: column;
  }

  @media (max-width:450px) {
    #managed_workspace_hero_div{
    width: 100vw;
    height: fit-content;
    background-color: #ffffff;
    display: flex;
    justify-self: center;
    flex-direction: column;
    padding: 0 0 15px 0;
  }
  }
  
  #managed_workspace_hero_custom_workspace_p{
    font-family: Akota Medium, sans-serif;
    -webkit-text-stroke: 0.3px #000000;
    font-size: 28px;
    font-weight: 600;
    margin-top: 103px;
    letter-spacing: -1.1px;
    word-spacing: -0.8px;
    line-height: 20px;
  }

  @media (max-width:450px) {
    #managed_workspace_hero_custom_workspace_p{
      font-family: Akota Medium, sans-serif;
      -webkit-text-stroke: 0.3px #000000;
      font-size: 23px;
      font-weight: 600;
      margin-top: 80px;
      letter-spacing: -1.1px;
      word-spacing: -0.8px;
      margin-left: 10px;
      line-height: 20px;
    }
  }
  
  #managed_workspace_hero_your_workspace_p{
    font-family: Akota Bold, sans-serif;
    font-size: 70px;
    font-weight: 600;
    margin-top: 65px;
    -webkit-text-stroke: 1.7px #000000;
    letter-spacing: -4px;
    word-spacing: -0.8px;
    line-height: 7px;
  }
  
  @media (max-width:450px) {
    #managed_workspace_hero_your_workspace_p{
      margin-left: 10px;
      font-family: Akota Bold, sans-serif;
      font-size: 40px;
      font-weight: 600;
      margin-top: 40px;
      -webkit-text-stroke: 0.1px #000000;
      letter-spacing: -2px;
      word-spacing: -0.8px;
      line-height: 20px;
    }
  }

  #managed_workspace_hero_your_design_p{
    font-family: Akota Bold, sans-serif;
    font-size: 70px;
    font-weight: 600;
    margin-top: 65px;
    -webkit-text-stroke: 1.7px #000000;
    letter-spacing: -3px;
    word-spacing: -0.8px;
    line-height: 7px;
  }

  @media (max-width:450px) {
    #managed_workspace_hero_your_design_p{
      font-family: Akota Bold, sans-serif;
      font-size: 40px;
      font-weight: 600;
      margin-top: 20px;
      margin-left: 10px;
      -webkit-text-stroke: 0.1px #000000;
      letter-spacing: -2px;
      word-spacing: -0.8px;
      line-height: 20px;
    }
  }
  
  #managed_workspace_hero_button_div{
    width: 500px;
    height: 50px;
    margin-top: 77px;
  }

  @media (max-width:450px) {
    #managed_workspace_hero_button_div{
      width: 100vw;
      height: 50px;
      margin-top: 70px;
    }
    
  }
  
  #managed_workspace_hero_book_tour_button{
    width: 142px;
    height: 48px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-left: 6px;
    background-color: #000000;
    color: #ffffff;
    font-family: Akota Light, sans-serif;
    font-size: 15px;
    -webkit-text-stroke: 0.7px #ffffff;
    letter-spacing: 0.6px;
  }

  @media (max-width:450px) {
    #managed_workspace_hero_book_tour_button{
      width: 100px;
      height: 30px;
      border-color: #000000;
      border-style: solid;
      border-width: 1px;
      border-radius: 5px;
      margin-left: 12px;
      background-color: #000000;
      color: #ffffff;
      font-family: Akota Light, sans-serif;
      font-size: 12px;
      -webkit-text-stroke: 0.5px #ffffff;
      letter-spacing: 0.6px;
    } 
  }
  
  #managed_workspace_hero_book_tour_button:hover{
    background-color: #ffffff;
    color: #000000;
    -webkit-text-stroke: 0.7px #000000;
    cursor: pointer;
  }

  @media(max-width: 450px){
    #managed_workspace_hero_book_tour_button:hover{
      background-color: #ffffff;
      color: #000000;
      -webkit-text-stroke: 0.5px #000000;
      cursor: pointer;
    }
  }
  
  #managed_workspace_hero_plans_button{
    width: 142px;
    height: 48px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-left: 18px;
    background-color: #ffffff;
    color: #000000;
    font-family: Akota Light, sans-serif;
    font-size: 15px;
    -webkit-text-stroke: 0.7px #000000;
    letter-spacing: 0.6px;
  }

  @media (max-width:450px) {
    #managed_workspace_hero_plans_button{
    width: 100px;
    height: 30px;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-left: 12px;
    background-color: #ffffff;
    color: #000000;
    font-family: Akota Light, sans-serif;
    font-size: 12px;
    -webkit-text-stroke: 0.5px #000000;
    letter-spacing: 0.6px;
    }
  }
  
  #managed_workspace_hero_plans_button:hover{
    background-color: #000000;
    color: #ffffff;
    -webkit-text-stroke: 0.7px #ffffff;
    cursor: pointer;
  }

  @media(max-width: 450px){
    #managed_workspace_hero_plans_button:hover{
      background-color: #000000;
      color: #ffffff;
      -webkit-text-stroke: 0.5px #ffffff;
      cursor: pointer;
    }
  }

  /*---------------------Upper Slider----------------------------*/
  
  #managed_workspace_upper_slider_div{
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  @media(max-width:450px){
    #managed_workspace_upper_slider_div{
      width: 100%;
      height: fit-content;
      display: flex;
      flex-direction: row;
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
    }
  }
  
  #managed_workspace_upper_slider_div::-webkit-scrollbar {
  display: none;
  }
  
  .managed_workspace_upper_slider{
  flex: 0 0 auto;
  width: 871px;
  height: 100%;
  margin-right: 10px;
  }

  @media (max-width: 450px){
    .managed_workspace_upper_slider{
        flex: 0 0 auto;
        width: 100%;
        height: 250px;
        margin-right: 10px;
    }
    }
  
  #managed_workspace_upper_slider_4{
  margin-right: 0;
  }

  @media (max-width: 450px){
    #managed_workspace_upper_slider_4{
      margin-right: 0;
      }
  }
  
  .managed_workspace_upper_slider img{
  width: 100%;
  height: 100%;
  }

  @media (max-width: 450px){
    .managed_workspace_upper_slider img{
      width: 100%;
      height: 100%;
      }
  }
  
  .managed_workspace_upper_slider img:hover{
  filter: brightness(70%);
  }

  @media (max-width: 450px){
    .managed_workspace_upper_slider img:hover{
      filter: brightness(70%);
      }
  }
  
  #managed_workspace_upper_slider_under_space_div{
    width: 100%;
    height: 80px;
  }

  @media (max-width: 450px){
    #managed_workspace_upper_slider_under_space_div{
      width: 100%;
      height: 80px;
    }
  }

/*--------------Custom Office Solution For visa-----------------*/

#case_study_div{
    width: 991px;
    height: 790px;
    display: flex;
    flex-direction: column;
    justify-self: center;
    justify-content: left;
    align-items: first baseline;
    align-self: center;
  }

  @media(max-width:450px){
    #case_study_div{
      width: 100vw;
      height: fit-content;
      display: flex;
      flex-direction: column;
      justify-self: center;
      justify-content: left;
      align-items: first baseline;
      align-self: center;
      margin-bottom: 20px;
    }
  }

  #case_study_p{
    margin-top: 0;
    margin-left: 30px;
    font-size: 28px;
    font-family: Akota Medium, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    word-spacing: 1px;
  }

  @media(max-width:450px){
    #case_study_p{
      margin-top: 0;
      margin-left: 10px;
      font-size: 20px;
      font-family: Akota Medium, sans-serif;
      font-weight: 600;
      letter-spacing: -1px;
      word-spacing: 1px;
    }
  }

  #custom_office_solution_for_visa_p{
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 48px;
    font-family: Akota Bold, sans-serif;
    font-weight: 600;
    letter-spacing: -2.3px;
    word-spacing: 1px;
    -webkit-text-stroke: 1px black;
  }

  @media(max-width:450px){
    #custom_office_solution_for_visa_p{
      margin-top: 8px;
      margin-bottom: 10px;
      font-size: 34px;
      font-family: Akota Bold, sans-serif;
      font-weight: 600;
      letter-spacing: -2.3px;
      word-spacing: 1px;
      -webkit-text-stroke: 1px black;
    }
  }

  #Visa_singapore_inc_p{
    font-family: Akota Light, sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1px;
    word-spacing: -0.3px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 23px;
  }

  @media(max-width:450px){
    #Visa_singapore_inc_p{
      font-family: Akota Light, sans-serif;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.1px;
      word-spacing: -0.3px;
      line-height: 16px;
      margin-top: 10px;
      margin-bottom: 23px;
    }
  }

  #Visa_singapore_inc_p_span{
    font-family: Akota Medium, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.2px;
    word-spacing: -0.5px;
  }

  @media(max-width:450px){
    #Visa_singapore_inc_p_span{
      font-family: Akota Medium, sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: -0.2px;
      word-spacing: -0.5px;
    }
  }

  #we_set_them_up_p{
    font-family: Akota Light, sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1px;
    word-spacing: -0.3px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 23px;
  }

  @media(max-width:450px){
    #we_set_them_up_p{
      font-family: Akota Light, sans-serif;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.1px;
      word-spacing: -0.3px;
      line-height: 16px;
      margin-top: 10px;
      margin-bottom: 23px;
    }
  }

  #delivered_within_p{
    font-family: Akota Light, sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1px;
    word-spacing: -0.3px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 23px;
  }

  @media(max-width:450px){
    #delivered_within_p{
      font-family: Akota Light, sans-serif;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.1px;
      word-spacing: -0.3px;
      line-height: 16px;
      margin-top: 10px;
      margin-bottom: 23px;
    }
  }

  #we_thank_visa_p{
    font-family: Akota Light, sans-serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1px;
    word-spacing: -0.3px;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom: 23px;
  }

  @media(max-width:450px){
    #we_thank_visa_p{
      font-family: Akota Light, sans-serif;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.1px;
      word-spacing: -0.3px;
      line-height: 16px;
      margin-top: 10px;
      margin-bottom: 23px;
    }
  }

  #learn_more_about_custom_office_p{
    font-family: Akota Bold, sans-serif;
    font-weight: 600;
    -webkit-text-stroke: 0px black;
    margin-top: 60px;
    font-size: 28px;
    text-decoration: none;
    letter-spacing: -1.3px;
  }

  @media(max-width:450px){
    #learn_more_about_custom_office_p{
      font-family: Akota Bold, sans-serif;
      font-weight: 600;
      -webkit-text-stroke: 0px black;
      margin-top: 60px;
      font-size: 20px;
      text-decoration: none;
      letter-spacing: -1.3px;
    }
  }

/*--------------------------Managed Office Plans Slider---------------------------*/
  
  #managed_office_slider{
    width: 100%;
    height: 930px;
    background-color: #F0EFE4;
  }
  
  @media(max-width:450px){
    #managed_office_slider{
      width: 100%;
      height: fit-content;
      background-color: #F0EFE4;
    }
  }

  #private_workspace_managed_office_plans_div{
    width: 980px;
    height: fit-content;
    border-color: #000000;
    border-style: solid;
    border-width: 0 1px 0 1px;
    display: flex;
    justify-self: center;
    flex-direction: column;
  }
  
  @media(max-width: 450px){
    #private_workspace_managed_office_plans_div{
      width: 100%;
      height: fit-content;
      border-color: #000000;
      border-style: solid;
      border-width: 0 1px 0 1px;
      display: flex;
      justify-self: center;
      flex-direction: column;
    }
  }
  
  #managed_office_plans_upper_div{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
  }
  
  @media(max-width: 450px){
    #managed_office_plans_upper_div{
      width: 100%;
      height: fit-content;
      display: flex;
      flex-direction: column;
    }
  }
  
  #managed_office_plans_upper_left_image_div{
    width: 516px;
    height: 346px;
  }
  
  @media(max-width: 450px){
    #managed_office_plans_upper_left_image_div{
      width: 100%;
      height: 275px;
    }
  }
  
  #managed_office_plans_upper_left_image_div img{
    width: 100%;
    height: 100%;
  }
  
  #managed_office_plans_upper_right_div{
    width: 464px;
    height: 346px;
    display: flex;
    flex-direction: column;
  }
  
  @media(max-width: 450px){
    #managed_office_plans_upper_right_div{
      width: 100%;
      height: 346px;
      display: flex;
      flex-direction: column;
    }
  }
  
  #managed_office_plans_upper_right_header_div{
    width: 100%;
    height: 136px;
    display: flex;
    flex-direction: row;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px 0;
  }
  
  #managed_office_plans_upper_right_header_p_div{
    width: 325px;
    height: 136px;
    display: flex;
    align-items: center;
    border-color: #000000;
    border-style: solid;
    border-width: 0 1px 0 0;
  }
  
  #managed_office_plans_upper_right_header_p{
    font-family: Akota Bold, sans-serif;
    font-size: 39px;
    font-weight: 600;
    -webkit-text-stroke: 0.7px #000000;
    color: #000000;
    margin-top: 20px;
    margin-left: 35px;
    letter-spacing: -2px;
    word-spacing: -1px;
  }
  
  #managed_office_plans_upper_right_header_image_div{
    width: 139px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #managed_office_plans_upper_right_header_image_div img{
    width: 54px;
    height: 42px;
  }
  
  #managed_office_plans_upper_right_privacy_level_div{
    width: 100%;
    height: 105px;
    display: flex;
    flex-direction: row;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px 0;
  }
  
  #managed_office_plans_upper_right_privacy_level_p_div{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  #managed_office_plans_upper_right_privacy_level_privacy_level_p{
    font-family: Akota Bold, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-top: 20px;
    margin-left: 40px;
  }
  
  #managed_office_plans_upper_right_privacy_level_mostly_private_p{
    font-family: Akota Light, sans-serif;
    font-size: 18px;
    font-weight: 500;
    -webkit-text-stroke: 0.8px #000000;
    color: #000000;
    margin-top: 5px;
    margin-left: 40px;
    letter-spacing: -0.1px;
    word-spacing: -1px;
  }
  
  #managed_office_plans_upper_right_privacy_level_image_div{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding-left: 30px;
  }
  
  #managed_office_plans_upper_right_privacy_level_image_div img{
    width: 29px;
    height: 28px;
    margin-top: 42px;
    margin-right: 8px;
  }
  
  #managed_office_plans_upper_right_learn_more_div{
    width: 100%;
    height: 105px;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 1px 0;
    display: flex;
    flex-direction: row;
  }
  
  #managed_office_plans_upper_right_learn_more_p{
    font-family: Akota Medium, sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-top: 30px;
    margin-left: 40px;
  }
  
  #managed_office_plans_upper_right_learn_more_p_custom_office{
    font-family: Akota Bold, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -1px;
    text-decoration: underline !important;
    cursor: pointer;
  }
  
  #managed_office_plans_upper_right_learn_more_p_contact_us{
    font-family: Akota Bold, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -1px;
    text-decoration: underline !important;
    cursor: pointer;
  }
  
  /*----------Lower Div----------------*/
  
  #managed_office_plans_lower_div{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
  }
  
  @media(max-width: 450px){
  #managed_office_plans_lower_div{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  }
  
  #managed_office_plans_lower_left_div{
    width: 516px;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  
  @media(max-width: 450px){
    #managed_office_plans_lower_left_div{
      width: 100%;
      height: fit-content;
      display: flex;
      flex-direction: column;
    }
  }
  
  #managed_office_plans_lower_left_header_div{
    width: 100%;
    height: 138px;
    display: flex;
    align-items: center;
  }
  
  #managed_office_plans_lower_left_header_p{
    font-family: Akota Medium, sans-serif;
    font-size: 20px;
    color: #FDC608;
    -webkit-text-stroke: 0.2px #FDC608;
    margin-left: 25px;
    letter-spacing: -1.1px;
    word-spacing: -1px;
  }
  
  /*----------------Left Amenities Div---------*/
  
    
  #managed_office_plans_lower_left_amaenities_div{
    width: 100%;
    height: 446px;
    display: flex;
    flex-direction: column;
  }
  
  #managed_office_plans_lower_left_amaenities_p{
    font-family: Akota Medium, sans-serif;
    font-size: 17px;
    font-weight: 400;
    -webkit-text-stroke: 0.2px #000000;
    color: #000000;
    margin-left: 30px;
    letter-spacing: -0.8px;
    word-spacing: -1px;
  }
  
  #managed_office_plans_lower_left_amaenities_list_div{
    width: 100%;
    height: 429px;
    display: flex;
    flex-direction: row;
  }
  
  #managed_office_plans_lower_left_amaenities_list_image_div{
    width: 32px;
    height: 309px;
    display: flex;
    margin-left: 30px;
    margin-top: 20px;
  }
  
  #managed_office_plans_lower_left_amaenities_list_image_div img{
    width: 100%;
    height: 100%;
  }
  
  #managed_office_plans_lower_left_amaenities_list_p_div{
    width: 300px;
    height: 309px;
    margin-left: 25px;
    margin-top: 20px;
  }
  
  .managed_office_plans_lower_left_amaenities_list_p{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.2px;
    -webkit-text-stroke: 0.2px #000000;
  }
  
  #managed_office_plans_left_amaenities_list_p_1{
    margin-top: 8px;
  }
  
  #managed_office_plans_left_amaenities_list_p_2{
    margin-top: 28px;
  }
  
  .managed_office_plans_left_amaenities_list_span{
    font-family: Akota Light, sans-serif;
    -webkit-text-stroke: 0.1px #000000;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
  }
  
  #managed_office_plans_left_amaenities_list_p_3{
    margin-top: 28px;
  }
  
  #managed_office_plans_left_amaenities_list_p_4{
    margin-top: 30px;
  }
  
  #managed_office_plans_left_amaenities_list_p_5{
    margin-top: 28px;
  }
  
  #managed_office_plans_left_amaenities_list_p_6{
    margin-top: 28px;
  }
  
  #managed_office_plans_left_amaenities_list_p_7{
    margin-top: 27px;
  }
  
  /*-------------Lower Right Div---------------*/
  
  #managed_office_plans_lower_right_div{
    width: 464px;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  
  @media(max-width:450px){
    #managed_office_plans_lower_right_div{
      width: 100%;
      height: fit-content;
      display: flex;
      flex-direction: column;
    }
  }
  
  #managed_office_plans_lower_right_description_p_div{
    width: 100%;
    height: 511px;
    display: flex;
    flex-direction: column;
  }
  
  @media(max-width: 450px){
    #managed_office_plans_lower_right_description_p_div{
      width: 100%;
      height: 511px;
      display: flex;
      flex-direction: column;
      margin-top: -80px;
    }
  }
  
  #managed_office_plans_lower_right_description_p_1_div{
    width: 100%;
    height: 180px;
  }
  
  #managed_office_plans_lower_right_description_p_1{
    font-family: Akota Light, sans-serif;
    -webkit-text-stroke: 0.2px #000000;
    letter-spacing: 0.2px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-top: 45px;
    margin-left: 35px;
    line-height: 23px;
  }
  
  @media(max-width: 450px){
    #managed_office_plans_lower_right_description_p_1{
      font-family: Akota Light, sans-serif;
      -webkit-text-stroke: 0.2px #000000;
      letter-spacing: 0.2px;
      font-size: 15px;
      font-weight: 500;
      color: #000000;
      margin-top: 45px;
      margin-left: 35px;
      line-height: 23px;
    }
  }
  
  #managed_office_plans_lower_right_description_p_2{
    font-family: Akota Light, sans-serif;
    -webkit-text-stroke: 0.2px #000000;
    letter-spacing: 0.2px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-top: 35px;
    margin-left: 35px;
    line-height: 23px;
  }
  
  #managed_office_plans_lower_right_description_p_3{
    font-family: Akota Light, sans-serif;
    -webkit-text-stroke: 0.8px #000000;
    letter-spacing: 0.2px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-top: 42px;
    margin-left: 35px;
    line-height: 23px;
  }
  
  #managed_office_plans_lower_right_description_p_4{
    font-family: Akota Light, sans-serif;
    -webkit-text-stroke: 0.2px #000000;
    letter-spacing: 0.2px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-top: 18px;
    margin-left: 35px;
    line-height: 23px;
  }
  
  #managed_office_plans_lower_right_button_div{
    width: 100%;
    height: 73px;
    display: flex;
    flex-direction: row;
  }
  
  @media(max-width:450px){
    #managed_office_plans_lower_right_button_div{
      width: 100%;
      height: 73px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      margin-top: 40px;
      margin-bottom: 70px;
    }
  }
  
  #managed_office_plans_lower_right_button_get_qoute{
    width: 142px;
    height: 45px;
    background-color: #000000;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
    margin-left: 113px;
    font-family: Akota Light, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
  }
  
  @media(max-width:450px){
    #managed_office_plans_lower_right_button_get_qoute{
      width: 142px;
      height: 45px;
      background-color: #000000;
      border-color: #000000;
      border-style: solid;
      border-width: 1px 1px 1px 1px;
      border-radius: 5px;
      margin-left: 0px;
      font-family: Akota Light, sans-serif;
      font-size: 15px;
      font-weight: 600;
      color: #ffffff;
    }
  }
  
  #managed_office_plans_lower_right_button_get_qoute:hover{
    background-color: #ffffff;
    color: #000000;
    transition: 0.5s;
  }
  
  #managed_office_plans_right_button_book_appoinment{
    width: 142px;
    height: 45px;
    background-color: #F0EFE4;
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px;
    margin-left: 25px;
    font-family: Akota Light, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #010101;
  }
  
  #managed_office_plans_right_button_book_appoinment:hover{
    background-color: #ffffff;
    color: #000000;
    transition: 0.5s;
  }

  /*-----------------------How it Works Div---------------------*/

  #how_it_works_div{
    width: 981px;
    height: 260px;
    display: flex;
    align-items: center;
  }

  @media(max-width: 450px){
    #how_it_works_div{
      width: 100vw;
      height: 120px;
      display: flex;
      align-items: center;
    }
  }

  #how_it_works_p{
    font-family: Akota Medium, sans-serif;
    font-size: 40px;
    font-weight: 600;
    -webkit-text-stroke: 1.3px #000000;
    margin-top: 115px;
    margin-left: 30px;
    letter-spacing: -2px;
  }

  @media(max-width: 450px){
    #how_it_works_p{
      font-family: Akota Medium, sans-serif;
      font-size: 30px;
      font-weight: 600;
      -webkit-text-stroke: 0.8px #000000;
      margin-top: 30px;
      margin-left: 30px;
      letter-spacing: -1.5px;
    }
  }

  #managed_workspace_down_slider_div{
    width: 981px;
    height: 652px;
    display: flex;
    justify-self: center;
    position: relative; 
    margin: auto;
  }

  @media(max-width: 450px){
    #managed_workspace_down_slider_div{
      width: 100vw;
      height: 302px;
      display: flex;
      justify-self: center;
      position: relative; 
      margin: auto;
    }
  }

  .managed_workspace_slider_div{
    width: 100%;
    height: 100%;
    display: none; 
  }

  @media(max-width: 450px){
    .managed_workspace_slider_div{
      width: 100%;
      height: 100%;
      display: none; 
    }
  }

  /*--------------Slider 1---------------*/

  #managed_workspace_slider_1_div{
    width: 100%;
    height: 100%;
    background-color: #ECDDDD;
    display: flex;
    flex-direction: row;
  }

  #managed_workspace_slider_1_left_div{
    width: 39%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #managed_workspace_slider_1_left_p_div{
    width: 80%;
    height: 50%;
    padding-top: 20px;
  }

  .managed_workspace_slider_header_p{
    font-family: Akota Medium, sans-serif;
    font-size: 60px;
    font-weight: 500;
    -webkit-text-stroke: 1.5px #000000;
    letter-spacing: -2.5px;
    }

    @media(max-width: 450px){
      .managed_workspace_slider_header_p{
    font-family: Akota Medium, sans-serif;
    font-size: 30px;
    font-weight: 500;
    -webkit-text-stroke: 0.6px #000000;
    letter-spacing: -1px;
    }
    }
  
  .managed_workspace_slider_description_p{
    font-family: Akota Light, sans-serif;
    font-size: 15px;
    font-weight: 100;
    word-spacing: 0.9px;
    letter-spacing: 0.4px;
    line-height: 23px;
  }

  @media(max-width: 450px){
    .managed_workspace_slider_description_p{
      font-family: Akota Light, sans-serif;
      font-size: 7px;
      font-weight: 100;
      word-spacing: 0.4px;
      letter-spacing: 0.1px;
      line-height: 10px;
    }
  }

  #managed_workspace_slider_1_description_p{
    margin-top: 20px;
  }

  @media(max-width: 450px){
    #managed_workspace_slider_1_description_p{
      margin-top: 10px;
    }  
  }

  #managed_workspace_slider_1_right_div{
    width: 61%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #managed_workspace_slider_1_right_image_div{
    width: 88%;
    height: 50%;
  }
  
  .managed_workspace_slider_img{
    width: 100%;
    height: 100%;
  }


/*---------------Slider 2---------------------*/

  #managed_workspace_slider_2_div{
    width: 100%;
    height: 100%;
    background-color: #E8E8E8;
    display: flex;
    flex-direction: row;
  }

  #managed_workspace_slider_2_left_div{
    width: 61%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #managed_workspace_slider_2_left_image_div{
    width: 88%;
    height: 50%;
  }

  #managed_workspace_slider_2_right_div{
    width: 39%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #managed_workspace_slider_2_right_p_div{
    width: 100%;
    height: 50%;
    padding-left: 20px;
    padding-top: 30px;
  }

  #managed_workspace_slider_2_description_p{
    margin-top: 40px;
  }

  @media(max-width: 450px){
    #managed_workspace_slider_2_description_p{
      margin-top: 10px;
    }  
  }



/*---------------Slider 3---------------------*/

  #managed_workspace_slider_3_div{
    width: 100%;
    height: 100%;
    background-color: #F7F2E6;
    display: flex;
    flex-direction: row;
  }

  #managed_workspace_slider_3_left_div{
    width: 39%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #managed_workspace_slider_3_left_p_div{
    width: 80%;
    height: 50%;
    padding-top: 20px;
  }

  #managed_workspace_slider_3_description_p{
    margin-top: 20px;
  }

  @media(max-width: 450px){
    #managed_workspace_slider_3_description_p{
      margin-top: 10px;
    }  
  }

  #managed_workspace_slider_3_right_div{
    width: 61%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #managed_workspace_slider_3_right_image_div{
    width: 88%;
    height: 50%;
  }

/*---------------Slider 4---------------------*/

  #managed_workspace_slider_4_div{
    width: 100%;
    height: 100%;
    background-color: #D5E9F3;
    display: flex;
    flex-direction: row;
  }

  #managed_workspace_slider_4_left_div{
    width: 61%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #managed_workspace_slider_4_left_image_div{
    width: 88%;
    height: 50%;
  }

  #managed_workspace_slider_4_right_div{
    width: 39%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #managed_workspace_slider_4_right_p_div{
    width: 100%;
    height: 50%;
    padding-left: 20px;
    padding-top: 20px;
  }

  #managed_workspace_slider_4_description_p{
    margin-top: 30px;
  }

  @media(max-width: 450px){
    #managed_workspace_slider_4_description_p{
      margin-top: 10px;
    }  
  }

/*---------------Slider 5---------------------*/

  #managed_workspace_slider_5_div{
    width: 100%;
    height: 100%;
    background-color: #E7D3C1;
    display: flex;
    flex-direction: row;
  }

  #managed_workspace_slider_5_left_div{
    width: 39%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #managed_workspace_slider_5_left_p_div{
    width: 80%;
    height: 50%;
  }

  #managed_workspace_slider_5_description_p{
    margin-top: 20px;
  }

  @media(max-width: 450px){
    #managed_workspace_slider_5_description_p{
      margin-top: 10px;
    }  
  }

  #managed_workspace_slider_5_right_div{
    width: 61%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  #managed_workspace_slider_5_right_image_div{
    width: 88%;
    height: 50%;
  }

  /*----------Prev Next---------*/

.managed_workspace_prev, .managed_workspace_next {
    display: flex;
    align-self: center;
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    color: black;
    font-family: Akota Light, sans-serif;
    font-size: 40px;
    font-weight: 100;
    transition: 0.4s ease;
    user-select: none;
  }

  @media(max-width: 450px){
    .managed_workspace_prev, .managed_workspace_next {
      display: flex;
      align-self: center;
      cursor: pointer;
      position: absolute;
      width: auto;
      padding: 10px;
      color: black;
      font-family: Akota Light, sans-serif;
      font-size: 20px;
      font-weight: 100;
      transition: 0.4s ease;
      user-select: none;
    }
  }
  
  .managed_workspace_next {
    right: 0;
  }
  
  .managed_workspace_prev:hover, .managed_workspace_next:hover {
    color: #e3dede;
  }
  
  /*-------------Dot Button-----------*/
  
  #managed_workspace_dot_div{
    width: 130px;
    height: 30px;
    position: absolute;
    display: flex;
    margin-left: 425px;
    align-self: flex-end;
    justify-content: center;
    align-items: start;
    text-align: center;
  }

  @media(max-width: 450px){
    #managed_workspace_dot_div{
      width: 50px;
      height: 15px;
      position: absolute;
      display: flex;
      margin-left: 200px;
      align-self: flex-end;
      justify-content: center;
      align-items: start;
      text-align: center;
    }
  }
  
  .managed_workspace_dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2.5px;
    background-color: #6e6969;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.4s ease;
  }

  @media(max-width: 450px){
    .managed_workspace_dot {
      cursor: pointer;
      height: 5px;
      width: 5px;
      margin: 0 1.5px;
      background-color: #6e6969;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.4s ease;
    }
  }
  
  .active, .managed_workspace_dot:hover {
    background-color: black;
  }
  
  .managed_workspace_fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .7}
    to {opacity: 1}
  }

/*----------------------Design Only Solutions---------------------*/

#design_only_solutions_p_div{
    width: 981px;
    height: 350px;
}

@media(max-width: 450px){
  #design_only_solutions_p_div{
    width: 100vw;
    height: 200px;
}
}

#design_only_solutions_p_header{
    font-family: Akota Bold, sans-serif;
    font-size: 39px;
    font-weight: 600;
    letter-spacing: -2px;
    word-spacing: -1px;
    -webkit-text-stroke: 0.5px #000000;
    margin-left: 40px;
    margin-top: 140px;
}

@media(max-width: 450px){
  #design_only_solutions_p_header{
    font-family: Akota Bold, sans-serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1px;
    word-spacing: -0.5px;
    -webkit-text-stroke: 0.25px #000000;
    margin-left: 30px;
    margin-top: 40px;
}
}

#design_only_solutions_p_description{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.2px;
    word-spacing: 0.2px;
    line-height: 25px;
    margin-left: 40px;
    margin-top: 40px;
}

@media(max-width: 450px){
  #design_only_solutions_p_description{
    font-family: Akota Light, sans-serif;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.1px;
    word-spacing: 0.1px;
    line-height: 13px;
    margin-left: 30px;
    margin-top: 30px;
}
}

/*-------------Large Corporate Office Div---------------------------*/

#large_corporate_office_div{
    width: 900px;
    height: 525px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: row;
}

@media(max-width: 450px){
  #large_corporate_office_div{
    width: 95vw;
    height: 230px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: row;
}
}

#large_corporate_office_left_p_div{
    width: 50%;
    height: 100%;
    border-color: #000000;
    border-style: solid;
    border-width: 0 1px 0 0;
}

#large_corporate_office_p{
    font-family: Akota Bold, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.5px;
    word-spacing: -0.3px;
    margin-top: 40px;
    margin-left: 40px;
    -webkit-text-stroke: 0.7px #000000;
}

@media(max-width: 450px){
  #large_corporate_office_p{
    font-family: Akota Bold, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.7px;
    word-spacing: -0.15px;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-text-stroke: 0.3px #000000;
}
}

#Akota_extends_p{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.3px;
    word-spacing: 0.1px;
    margin-top: 30px;
    margin-left: 45px;
    line-height: 25px;
}

@media(max-width: 450px){
  #Akota_extends_p{
    font-family: Akota Light, sans-serif;
    font-size: 8px;
    font-weight: 100;
    letter-spacing: 0.1px;
    word-spacing: 0px;
    margin-top: 20px;
    margin-left: 25px;
    line-height: 15px;
}
}

#we_have_p{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.3px;
    word-spacing: 0.1px;
    margin-top: 30px;
    margin-left: 45px;
    line-height: 25px;
}

@media(max-width: 450px){
  #we_have_p{
    font-family: Akota Light, sans-serif;
    font-size: 8px;
    font-weight: 100;
    letter-spacing: 0.1px;
    word-spacing: 0px;
    margin-top: 20px;
    margin-left: 25px;
    line-height: 15px;
}
}

#large_corporate_office_right_image_button_div{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #DCE4EC;
}

#large_corporate_office_right_image_div{
    width: 100%;
    height: 50%;
}

.large_corporate_office_image{
    width: 100%;
    height: 100%;
}

#large_corporate_office_right_contact_us_button{
    width: 31.5%;
    height: 9%;
    background-color: #DCE4EC;
    color: #000000;
    border-radius: 6px;
    border: 1px solid #000000;
    margin: 0 30px 30px 0;
    font-family: Akota Medium, sans-serif;
    font-size: 15px;
}

@media(max-width: 450px){
  #large_corporate_office_right_contact_us_button{
    width: 50%;
    height: 15%;
    background-color: #DCE4EC;
    color: #000000;
    border-radius: 6px;
    border: 1px solid #000000;
    margin: 0 30px 30px 0;
    font-family: Akota Medium, sans-serif;
    font-size: 13px;
}
}

#large_corporate_office_right_contact_us_button:hover{
    background-color: #ffffff;
}

/*-------------Small Business Office Div---------------------------*/

#small_business_office_div{
    width: 900px;
    height: 525px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: row;
    margin-top: 50PX;
}

@media(max-width: 450px){
  #small_business_office_div{
    width: 95vw;
    height: 230px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: row;
}
}

#small_business_office_left_image_button_div{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #EBE5D5;
}

#small_business_office_left_image_div{
    width: 100%;
    height: 50%;
}

.large_corporate_office_image{
    width: 100%;
    height: 100%;
}

#small_business_office_left_contact_us_button{
    width: 31.5%;
    height: 9%;
    background-color: #EBE5D5;
    color: #000000;
    border-radius: 6px;
    border: 1px solid #000000;
    margin: 0 0 30px 30px;
    font-family: Akota Medium, sans-serif;
    font-size: 15px;
}

@media(max-width: 450px){
  #small_business_office_left_contact_us_button{
    width: 50%;
    height: 15%;
    background-color: #EBE5D5;
    color: #000000;
    border-radius: 6px;
    border: 1px solid #000000;
    margin: 0 0 30px 30px;
    font-family: Akota Medium, sans-serif;
    font-size: 13px;
}
}

#small_business_office_left_contact_us_button:hover{
    background-color: #ffffff;
}

#small_business_office_right_p_div{
    width: 50%;
    height: 100%;
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 0 1px;
}

#small_business_office_p{
    font-family: Akota Bold, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.5px;
    word-spacing: -0.3px;
    margin-top: 40px;
    margin-left: 40px;
    -webkit-text-stroke: 0.7px #000000;
}

@media(max-width: 450px){
  #small_business_office_p{
    font-family: Akota Bold, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.7px;
    word-spacing: -0.15px;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-text-stroke: 0.3px #000000;
}
}

#crafting_the_optimum_p{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.3px;
    word-spacing: 0.1px;
    margin-top: 30px;
    margin-left: 45px;
    line-height: 25px;
}

@media(max-width: 450px){
  #crafting_the_optimum_p{
    font-family: Akota Light, sans-serif;
    font-size: 6px;
    font-weight: 100;
    letter-spacing: 0.1px;
    word-spacing: 0px;
    margin-top: 10px;
    margin-left: 25px;
    line-height: 10px;
}
}

#if_you_are_looking_p{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.3px;
    word-spacing: 0.1px;
    margin-top: 30px;
    margin-left: 45px;
    line-height: 25px;
}

@media(max-width: 450px){
  #if_you_are_looking_p{
    font-family: Akota Light, sans-serif;
    font-size: 6px;
    font-weight: 100;
    letter-spacing: 0.1px;
    word-spacing: 0px;
    margin-top: 10px;
    margin-left: 25px;
    line-height: 10px;
}
}

/*-------------Home Office Div---------------------------*/

#home_office_div{
    width: 900px;
    height: 525px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: row;
    margin-top: 50PX;
    margin-bottom: 100px;
}

@media(max-width: 450px){
  #home_office_div{
    width: 95vw;
    height: 230px;
    border: 1px solid #000000;
    display: flex;
    flex-direction: row;
    flex-direction: row;
    margin-top: 50PX;
    margin-bottom: 100px;
}
}

#home_office_left_p_div{
    width: 50%;
    height: 100%;
    border-color: #000000;
    border-style: solid;
    border-width: 0 1px 0 0;
}

#home_office_p{
    font-family: Akota Bold, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.5px;
    word-spacing: -0.3px;
    margin-top: 40px;
    margin-left: 40px;
    -webkit-text-stroke: 0.7px #000000;
}

@media(max-width: 450px){
  #home_office_p{
    font-family: Akota Bold, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.7px;
    word-spacing: -0.15px;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-text-stroke: 0.3px #000000;
}
}

#home_office_p_remote_worker_p{
    font-family: Akota Medium, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -1px;
    word-spacing: -0.1px;
    margin-left: 10px;
    -webkit-text-stroke: 0.3px #000000;
}

@media(max-width: 450px){
  #home_office_p_remote_worker_p{
    font-family: Akota Medium, sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -0.4px;
    word-spacing: -0.1px;
    margin-left: 5px;
    -webkit-text-stroke: 0.3px #000000;
}
}

#we_want_p{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.3px;
    word-spacing: 0.1px;
    margin-top: 30px;
    margin-left: 45px;
    line-height: 25px;
}

@media(max-width: 450px){
  #we_want_p{
    font-family: Akota Light, sans-serif;
    font-size: 6px;
    font-weight: 100;
    letter-spacing: 0.1px;
    word-spacing: 0px;
    margin-top: 10px;
    margin-left: 25px;
    line-height: 10px;
}
}

#we_help_p{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.3px;
    word-spacing: 0.1px;
    margin-top: 30px;
    margin-left: 45px;
    line-height: 25px;
}

@media(max-width: 450px){
  #we_help_p{
    font-family: Akota Light, sans-serif;
    font-size: 6px;
    font-weight: 100;
    letter-spacing: 0.1px;
    word-spacing: 0px;
    margin-top: 10px;
    margin-left: 25px;
    line-height: 10px;
}
}

#plus_get_p{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.3px;
    word-spacing: 0.1px;
    margin-top: 30px;
    margin-left: 45px;
    line-height: 25px;
}

@media(max-width: 450px){
  #plus_get_p{
    font-family: Akota Light, sans-serif;
    font-size: 6px;
    font-weight: 100;
    letter-spacing: 0.1px;
    word-spacing: 0px;
    margin-top: 10px;
    margin-left: 25px;
    line-height: 10px;
}
}

#home_office_right_image_button_div{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #DEDDF0;
}

#home_office_right_image_div{
    width: 100%;
    height: 50%;
}

.large_corporate_office_image{
    width: 100%;
    height: 100%;
}

#home_office_right_contact_us_button{
    width: 31.5%;
    height: 9%;
    background-color: #DEDDF0;
    color: #000000;
    border-radius: 6px;
    border: 1px solid #000000;
    margin: 0 30px 30px 0;
    font-family: Akota Medium, sans-serif;
    font-size: 15px;
}

@media(max-width: 450px){
  #home_office_right_contact_us_button{
    width: 50%;
    height: 15%;
    background-color: #DEDDF0;
    color: #000000;
    border-radius: 6px;
    border: 1px solid #000000;
    margin: 0 30px 30px 0;
    font-family: Akota Medium, sans-serif;
    font-size: 13px;
}
}

#home_office_right_contact_us_button:hover{
    background-color: #ffffff;
}

/*---------------Need A Different Solution-----------------*/
  
#collaborative_workspace_need_a_different_div{
    width: 938px;
    height: 75px;
    display: flex;
    justify-self: center;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_div{
      width: 100vw;
      height: fit-content;
      display: flex;
      justify-self: center;
      padding: 0 0 30px 0;
    }
  }
  
  #collaborative_workspace_need_a_different_p{
    font-family: Akota Bold, sans-serif;
    font-size: 39px;
    font-weight: 600;
    color: #000000;
    -webkit-text-stroke: 0.6px #000000;
    margin-top: -7px;
    margin-left: 10px;
    letter-spacing: -1.7px;
    word-spacing: -1px;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_p{
      font-family: Akota Bold, sans-serif;
      font-size: 28px;
      font-weight: 600;
      color: #000000;
      -webkit-text-stroke: 0.2px #000000;
      margin-top: 0px;
      margin-left: 22.5px;
      letter-spacing: -0.7px;
      word-spacing: -0.5px;
    }
  }
  
  #collaborative_workspace_need_a_different_box_div{
    width: 1460px;
    height: 620px;
    display: flex;
    flex-direction: row;
    justify-self: center;
    background-color: #DCE4EC;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_div{
      width: 90vw;
      height: fit-content;
      display: flex;
      flex-direction: column;
      justify-self: center;
      background-color: #DCE4EC;
      border-color: #000000;
      border-width: 1px;
      border-style: solid;
    }
  }
  
  #collaborative_workspace_need_a_different_box_p_div{
    width: 225px;
    height: 425px;
    margin-top: 100px;
    margin-left: 270px;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_p_div{
      width: 100%;
      height: fit-content;
      margin-top: 50px;
      margin-left: 0px;
      display: flex;
      justify-content: center;
    }
  }
  
  #collaborative_workspace_need_a_different_box_p{
    font-family: Akota Light, sans-serif;
    -webkit-text-stroke: 0.2px #000000;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: -3px;
    letter-spacing: -0.6px;
    word-spacing: -0.5px;
    line-height: 23px;
    text-align: left;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_p{
      font-family: Akota Light, sans-serif;
      -webkit-text-stroke: 0.2px #000000;
      font-size: 18px;
      font-weight: 400;
      color: #000000;
      margin-top: -3px;
      letter-spacing: -0.6px;
      word-spacing: -0.5px;
      line-height: 23px;
      text-align: left;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_div{
    width: 650px;
    height: 425px;
    margin-top: 95px;
    margin-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_div{
      width: 100%;
      height: fit-content;
      margin-top: 50px;
      margin-left: 0px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_first_3_div{
    width: 100%;
    height: 185px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_first_3_div{
      width: 100%;
      height: fit-content;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_first_3_1_div{
    width: 205px;
    height: 100%;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_first_3_1_div{
      width: 205px;
      height: fit-content;
      background-color: #ffffff;
      border-color: #000000;
      border-width: 1px;
      border-style: solid;
      cursor: pointer;
      margin-bottom: 20px;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_first_3_1_div img{
    width: 100%;
    height: 74%;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_first_3_1_div img{
      width: 100%;
      height: 74%;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_first_3_2_div{
    width: 205px;
    height: 100%;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_first_3_2_div{
      width: 205px;
      height: fit-content;
      background-color: #ffffff;
      border-color: #000000;
      border-width: 1px;
      border-style: solid;
      cursor: pointer;
      margin-bottom: 20px;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_first_3_2_div img{
    width: 100%;
    height: 74%;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_first_3_2_div img{
      width: 100%;
      height: 74%;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_first_3_3_div{
    width: 205px;
    height: 100%;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_first_3_3_div{
      width: 205px;
      height: fit-content;
      background-color: #ffffff;
      border-color: #000000;
      border-width: 1px;
      border-style: solid;
      cursor: pointer;
      margin-bottom: 20px;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_first_3_3_div img{
    width: 100%;
    height: 74%;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_first_3_3_div img{
      width: 100%;
      height: 74%;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_last_3_div{
    width: 100%;
    height: 185px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_last_3_div{
      width: 100%;
      height: fit-content;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_last_3_1_div{
    width: 205px;
    height: 100%;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_last_3_1_div{
      width: 205px;
      height: fit-content;
      background-color: #ffffff;
      border-color: #000000;
      border-width: 1px;
      border-style: solid;
      cursor: pointer;
      margin-bottom: 20px;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_last_3_1_div img{
    width: 100%;
    height: 74%;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_last_3_1_div img{
      width: 100%;
      height: 74%;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_last_3_2_div{
    width: 205px;
    height: 100%;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_last_3_2_div{
      width: 205px;
      height: fit-content;
      background-color: #ffffff;
      border-color: #000000;
      border-width: 1px;
      border-style: solid;
      cursor: pointer;
      margin-bottom: 20px;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_last_3_2_div img{
    width: 100%;
    height: 74%;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_last_3_2_div img{
      width: 100%;
      height: 74%;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_last_3_3_div{
    width: 205px;
    height: 100%;
    background-color: #ffffff;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_last_3_3_div{
      width: 205px;
      height: fit-content;
      background-color: #ffffff;
      border-color: #000000;
      border-width: 1px;
      border-style: solid;
      cursor: pointer;
      margin-bottom: 50px;
    }
  }
  
  #collaborative_workspace_need_a_different_box_6_last_3_3_div img{
    width: 100%;
    height: 74%;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_6_last_3_3_div img{
      width: 100%;
      height: 74%;
    }
  }
  
  .collaborative_need_a_different_a{
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    text-decoration: underline !important;
    -webkit-text-stroke: 0.2px #000000;
    font-weight: 500;
    color: #000000;
    margin-left: 15px;
    display: flex;
    margin-top: 10px;
    letter-spacing: -0.2px;
    word-spacing: -1px;
  }

  @media(max-width: 450px){
    .collaborative_need_a_different_a{
      font-family: Akota Light, sans-serif;
      font-size: 16px;
      text-decoration: underline !important;
      -webkit-text-stroke: 0.2px #000000;
      font-weight: 500;
      color: #000000;
      margin-left: 15px;
      display: flex;
      margin-top: 10px;
      margin-bottom: 15px;
      letter-spacing: -0.2px;
      word-spacing: -1px;
    }
  }
  
  #collaborative_workspace_need_a_different_box_under_space_div{
    width: 100%;
    height: 154px;
  }

  @media(max-width: 450px){
    #collaborative_workspace_need_a_different_box_under_space_div{
      width: 100vw;
      height: 70px;
    }
  }
  
  /*----------------------Still Haven't Found----------------------------*/
  
  #managed_workspace_still_havent_found_div{
    width: 938px;
    height: 404px;
    display: flex;
    flex-direction: column;
    justify-self: center;
  }

  @media (max-width: 450px){
    #managed_workspace_still_havent_found_div{
      width: 100vw;
      height: 180px;
      display: flex;
      flex-direction: column;
      justify-self: center;
    }
  }
  
  #managed_workspace_still_havent_found_p_div{
    width: 100%;
    height: 164px;
    display: flex;
    justify-self: center;
    justify-content: center;
  }

  @media (max-width: 450px){
    #managed_workspace_still_havent_found_p_div{
      width: 100%;
      height: 45%;
      display: flex;
      justify-self: center;
      justify-content: center;
    }
  }
  
  #managed_workspace_still_havent_found_p{
    font-family: Akota Bold, sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: #000000;
    -webkit-text-stroke: 0.4px #000000;
    text-align: center;
    margin-top: -11px;
    letter-spacing: -1px;
    word-spacing: -1px;
    line-height: 50px;
  }

  @media (max-width: 450px){
    #managed_workspace_still_havent_found_p{
      font-family: Akota Bold, sans-serif;
      font-size: 18px;
      font-weight: 500;
      color: #000000;
      -webkit-text-stroke: 0.2px #000000;
      text-align: center;
      margin-top: 0px;
      letter-spacing: -0.5px;
      word-spacing: -0.5px;
      line-height: 25px;
    }
  }
  
  #managed_workspace_still_havent_found_button_div{
    width: 100%;
    height: 50%;
    display: flex;
    justify-self: center;
    justify-content: center;
  }

  @media (max-width: 450px){
    #managed_workspace_still_havent_found_button_div{
      width: 100%;
      height: 55%;
      display: flex;
      justify-self: center;
      justify-content: center;
    }
  }
  
  #managed_workspace_still_havent_found_button{
    width: 425px;
    height: 58px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    border-radius: 5px;
    color: #000000;
    background-color: #ffffff;
    font-family: Akota Light, sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-stroke: 0.7px #000000;
  }

  @media (max-width: 450px){
    #managed_workspace_still_havent_found_button{
      width: 40%;
      height: 35px;
      border-width: 1px;
      border-style: solid;
      border-color: #000000;
      border-radius: 5px;
      color: #000000;
      background-color: #ffffff;
      font-family: Akota Light, sans-serif;
      font-size: 9px;
      letter-spacing: 0.5px;
      font-weight: 500;
      -webkit-text-stroke: 0.4px #000000;
    }
  }
  
  #managed_workspace_still_havent_found_button:hover{
    color: #ffffff;
    background-color: #000000;
    -webkit-text-stroke: 0.7px #ffffff;
    cursor: pointer;
  }