.common{
    display:flex;
    flex-direction: row;
    max-width:1200px;
    width:auto;
    margin:0 auto;
        padding-left:10px;
        padding-right:10px;
}
.btn-1{
display:flex;
width:50%;
background:#6abf4b;
border:1px solid white;
height:40px;
justify-content: center;
align-items: center;
color:white;
margin-bottom: 30px;


}

.btn-2{
    display:flex;
    flex-wrap: nowrap;
    width:50%;
    background:#6abf4b;
    border:1px solid white;
    height:40px;
    justify-content: center;
align-items: center;
color:white;

}

.btn-2 a, .btn-1 a {
text-decoration: none;
color:white;
font-size: 16px;
}

.text-about{
width:auto; 
max-width:1200px; 
justify-content:center; 
align-items:center;
margin:100px auto;
padding-left:21px;
padding-right:21px;
text-align: justify;
}

@media all and (max-width:480px) {
    .common{
        display:flex;
        flex-direction:column;
        padding-left:10px;
        padding-right:10px;
}
    .btn-1 {
        width:100%;   
    
    }
      .btn-2 {

        width:100%;  
    }
}