.when-result{
    display: flex;
    flex-direction: column;
    gap: 40px;
}


@media screen and (min-width:95.0625rem) {
    .when-result{
        padding-bottom: 200px;
    }
}
@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
   .when-result{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 175px;
    }
}

@media screen and (max-width: 42rem) {
    .when-result{
        padding: 0rem 0.625rem 150px;
    }
}


.when-result__title{
    background: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-family: 'TT Firs Neue', sans-serif;;
    font-weight: 300;
    font-size: 62px;
    line-height: 90%;

}

.when-result__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
}

@media screen and (min-width:1081px) {
    .when-result__items {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .when-result__item:nth-child(1), 
.when-result__item:nth-child(2) {
        padding-bottom: 32px;
}
}

@media screen and (max-width:1080px) {
    .when-result__items {
        grid-template-columns: 1fr ;
    }
    .when-result__item{
        padding-bottom: 40px;
    }
}


.when-result__item {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    
    border-top: 1px solid #FF6900;
}

@media screen and (min-width:1081px) {
    .when-result__item {
        max-width: 700px;
    }
}



.when-result__item__title{
    font-family: 'TT Firs Neue', sans-serif;;
    font-weight: 300;
    
    line-height: 100%;


    background-image: linear-gradient(266.48deg, #000000 3.18%, #7B7B7B 98.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
}


@media screen and (min-width:1081px) {
    .when-result__item__title{
        font-size: 30px;
        margin-bottom: 44px;
    }
}
@media screen and (max-width:1080px) {
    .when-result__item__title{
        font-size: 25px;
        margin-bottom: 10px;
    }
}

.when-result__item__text{
    font-family: 'Mulish', sans-serif;;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;

    color: #141517;
}