 .sp1{ 
        font-size: 14px;
        font-weight: 500;
    }
.sp2{ 
    font-size: 10px;
    font-weight:400;
}
#btn1{
    width: 280px;
    background-color: #4473c3;
    padding: 12px;
    border: 1px solid #4473c3;
    border-bottom-color: #4473c3;
    border-right-color:#4473c3;
    color:white;
    cursor: pointer;
}
#btn2{
    width: 280px;
    background-color: rgb(236, 235, 235);
    border: 1px solid darkgray;
    padding: 12px;
    cursor: pointer;
}
#infotxt{
    font-size: 21px;
    text-align: center;
}
#company_info_btns{
    display: table;
    margin: 0 auto;
    text-align: center; 
}
#btn1, #btn2 { 
    display: inline-block;
    margin: 0 8px;
}