section.info-data{
    margin: 20px 0;
}

section.info-data .topic{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.info-data .topic h1{
    font-size: 30px;
}

section.info-data .topic button{
    width: 220px;
}

@media screen and (max-width: 500px){
    section.info-data .topic h1{
        font-size: 20px;
    }    

    section.info-data .topic button{
        width: 120px;
        font-size: 16px;
    }
}   