.top-section__row{
    gap: 20px;
    align-items: flex-start;
   
}
.top-section{
    padding-bottom: 20px;
    padding-top: 0;
}
.top-section__row-left,.top-section__row-right{
    flex: 0 1 calc(50% - 10px);
}
.top-section__row h1{
    text-align: left;
}
.top-section__row-right__content-main-text{
    font-weight: 500;
    font-size: 21px;
    line-height: 125%;
    color: var(--color-dark-green);
    margin-bottom: 20px;
}
.top-section__row-right__content-sub-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--color-dark-green);
}

@media(max-width:992px){
    .top-section__row-left,.top-section__row-right{
        flex: 1 1 100%;
    }
}