.get-started-page-center{
  max-width:1100px;
  padding:0 20px;
  margin:0 auto;
}
.bios-microsoft-get-started-inner {
    display: flex;
    flex-wrap: wrap;
  justify-content:space-between;
  align-items: center;
}
.bios-microsoft-get-started-content h1 {
font-family: "Open Sans",sans-serif;
  font-weight:400;
  margin:0 0 15px 0;
}
.bios-microsoft-get-started-content p {
font-family: "Open Sans",sans-serif;
  font-weight:400;
}
.bios-microsoft-get-started-btn{
  text-align:center;
}
.bios-microsoft-get-started-btn a {
    line-height: 21px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 12px 40px;
}
.bios-microsoft-get-started-content {
    flex: 0 47%;
}
.bios-microsoft-get-started-btn {
    flex: 0 30%;
}

@media (max-width:1000px ){
  .bios-microsoft-get-started-content {
    flex: 0 100%;
    padding-bottom:15px;
   
}
  .bios-microsoft-get-started-btn {
    flex: 0 100%;
    text-align:left;
}
  .bios-microsoft-get-started-inner{
   width 
  }
  .bios-microsoft-get-started-inner {
    width: 70%;
    margin: 0 auto;
}
}
@media (max-width:479px ){
.bios-microsoft-get-started-content h1 {
    font-size: 30px!important;
    line-height: 35px!important;
}
}