<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.whatIs13{
    margin-bottom: 100px;
}
.wi13Inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wi13iImg{
    max-width: 450px;
    margin: 0px 50px;
}
.wi13iTexts{
    max-width: 650px;
    display: flex;
    flex-direction: column;
}
.wi13itHeader{
    color: var(--white);
    margin-bottom: 23px;
}
.wi13itText{
    color: var(--grey-text);
    line-height: 24px;
    margin-bottom: 18px;
}
.wi13itTextLast{
    margin-bottom: 0px;
}

@media screen and (max-width: 1200px){
    .whatIs13{
        margin-bottom: 70px;
    }
    .wi13Inner{
        flex-direction: column-reverse;
    }
    .wi13iTexts{
        max-width: unset;
        margin-bottom: 30px;
    }
    .wi13iImg{
        max-width: 370px;
    }
}

@media screen and (max-width: 550px){
    .wi13iImg{
        max-width: 320px;
    }
}</pre></body></html>