main .row {
    margin: 50px 20%;
}

.row .col-md-6:first-child {
    text-align: right;
}

    .row .col-md-6:first-child img {
        width: 80%;
    }

.row .col-md-6:last-child {
    padding: 10px 15px;
}

    .row .col-md-6:last-child *:not(.title):not(.sub-title) {
        background: none !important;
        font-size: 17px !important;
        font-family: ui-monospace !important;
    }

.title {
    font-weight: 1000;
    font-size: 50px;
    margin-bottom: 0;
}

.sub-title {
    color: rgb(100, 100, 100);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
