.about-table {
    display: table;
    width: 100%;
    min-height: 100vh;
}

.about-row {
    display: table-row;
}

.about-cell {
    display: table-cell;
    vertical-align: middle;
    width: 576px;
    max-width: 576px;
}

.about-section h1 {
    font-family: Edmondsans-Bold;
    letter-spacing: 2px;
    font-size: 23px;
    margin-bottom: 40px;
    line-height: 33px;
}

.about-section p {
    margin: 0;
}
.about-section p + p {
    padding-top: 30px;
}

.about-section .owl-item .item {
    min-height: 10px;
    margin: 0;
}

.about-section .owl-dots {
    position: absolute;
    bottom: 100px;
    left: 0;
}
.about-section .owl-dots .owl-dot {
    float: left;
    width: 8px;
    height: 8px;
    background: #999999;
    border-radius: 50%;
}
.about-section .owl-dots .owl-dot.active {
    background: #000000;
}

.about-section .owl-dots .owl-dot + .owl-dot {
    margin-left: 9px;
}

.about-carousel.owl-carousel {
    position: static;
    cursor: -webkit-grab;
}

.about-wrapper {
    position: relative;
}

.about-wrapper .col-md-6 {
    position: static;
}

.about-carousel p strong {
    display: block;
    padding-top: 30px;
}