.topic{
    display: flex;
    padding-top: 6rem;
    margin-inline: auto;
    padding-inline: 15rem;
    padding-bottom: 2em;
}

.topic__div{
    max-width: 820px;
}

.topic__up__text{
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    color: #8c8c73;
    text-transform: uppercase;
    font-weight: 600;
}

.topic__icon{
    color: #8c8c73;
}

.topic__color{
    color: #8c8c73;
}

.topic__title{
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.topic__btn{
    transition: ease-in-out 0.3s;
}

.topic__btn:hover{
    transform: scale(1.02);
}