<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.image-01 {
    -webkit-font-smoothing: antialiased;
    padding-left: 10%;
}

.image-01 h4 {
    font-weight: 400;
    font-size: 32px;
    margin: 0 0 20px;
}

.image-01 p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}
/*
.image-01 .btn {
    border: 1px solid #1b1b1b;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    margin-top: 10px;
    padding: 10px 25px;
}

.about-01 .btn:hover {
    background-color: #1b1b1b;
}

.about-01__right {
    text-align: right;
    padding-left: 0;
    padding-right: 10%;
}
*/
.awe-skin-dark .about-01 h4 {
    color: #fff;
}

.awe-skin-dark .about-01 p {
    color: rgba(255, 255, 255, .8);
}

.awe-skin-dark .about-01 .btn {
    border-color: #fff;
}

@media (min-width: 993px) {
    .display-about-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .about-01 {
        text-align: left;
        padding-left: 0;
    }

    .about-01 h4 {
        margin-top: 35px;
        font-size: 28px;
    }

    .about-01 p {
        font-size: 18px;
    }

    .about-01__right {
        text-align: center;
    }
}</pre></body></html>